webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebCore::ImageDocument Class Referencefinal

#include <ImageDocument.h>

Inheritance diagram for WebCore::ImageDocument:
WebCore::HTMLDocument WebCore::HTMLDocument WebCore::Document WebCore::Document WebCore::Document WebCore::Document WebCore::Supplementable< Document > WebCore::FrameDestructionObserver WebCore::FontSelectorClient WebCore::ScriptExecutionContext WebCore::TreeScope WebCore::ContainerNode WebCore::Supplementable< Document > WebCore::FrameDestructionObserver WebCore::FontSelectorClient WebCore::ScriptExecutionContext WebCore::TreeScope WebCore::ContainerNode WebCore::Supplementable< Document > WebCore::FrameDestructionObserver WebCore::FontSelectorClient WebCore::ScriptExecutionContext WebCore::TreeScope WebCore::ContainerNode WebCore::Supplementable< Document > WebCore::FrameDestructionObserver WebCore::FontSelectorClient WebCore::ScriptExecutionContext WebCore::TreeScope WebCore::ContainerNode WebCore::Supplementable< Document > WebCore::FrameDestructionObserver WebCore::FontSelectorClient WebCore::ScriptExecutionContext WebCore::TreeScope WebCore::ContainerNode WebCore::Supplementable< Document > WebCore::FrameDestructionObserver WebCore::FontSelectorClient WebCore::ScriptExecutionContext WebCore::TreeScope WebCore::ContainerNode WebCore::Supplementable< Document > WebCore::FrameDestructionObserver WebCore::FontSelectorClient WebCore::ScriptExecutionContext WebCore::TreeScope WebCore::ContainerNode WebCore::Supplementable< Document > WebCore::FrameDestructionObserver WebCore::FontSelectorClient WebCore::ScriptExecutionContext WebCore::TreeScope WebCore::ContainerNode

Public Member Functions

WEBCORE_EXPORT HTMLImageElementimageElement () const
 
void updateDuringParsing ()
 
void finishedParsing ()
 
void disconnectImageElement ()
 
void windowSizeChanged ()
 
void imageClicked (int x, int y)
 
WEBCORE_EXPORT HTMLImageElementimageElement () const
 
void updateDuringParsing ()
 
void finishedParsing ()
 
void disconnectImageElement ()
 
void windowSizeChanged ()
 
void imageClicked (int x, int y)
 
- Public Member Functions inherited from WebCore::HTMLDocument
virtual ~HTMLDocument ()
 
WEBCORE_EXPORT int width ()
 
WEBCORE_EXPORT int height ()
 
WEBCORE_EXPORT const AtomicStringbgColor () const
 
WEBCORE_EXPORT void setBgColor (const String &)
 
WEBCORE_EXPORT const AtomicStringfgColor () const
 
WEBCORE_EXPORT void setFgColor (const String &)
 
WEBCORE_EXPORT const AtomicStringalinkColor () const
 
WEBCORE_EXPORT void setAlinkColor (const String &)
 
WEBCORE_EXPORT const AtomicStringlinkColor () const
 
WEBCORE_EXPORT void setLinkColor (const String &)
 
WEBCORE_EXPORT const AtomicStringvlinkColor () const
 
WEBCORE_EXPORT void setVlinkColor (const String &)
 
WEBCORE_EXPORT void clear ()
 
WEBCORE_EXPORT void captureEvents ()
 
WEBCORE_EXPORT void releaseEvents ()
 
ElementdocumentNamedItem (const AtomicStringImpl &name) const
 
bool hasDocumentNamedItem (const AtomicStringImpl &name) const
 
bool documentNamedItemContainsMultipleElements (const AtomicStringImpl &name) const
 
void addDocumentNamedItem (const AtomicStringImpl &, Element &)
 
void removeDocumentNamedItem (const AtomicStringImpl &, Element &)
 
ElementwindowNamedItem (const AtomicStringImpl &name) const
 
bool hasWindowNamedItem (const AtomicStringImpl &name) const
 
bool windowNamedItemContainsMultipleElements (const AtomicStringImpl &name) const
 
void addWindowNamedItem (const AtomicStringImpl &, Element &)
 
void removeWindowNamedItem (const AtomicStringImpl &, Element &)
 
virtual ~HTMLDocument ()
 
WEBCORE_EXPORT int width ()
 
WEBCORE_EXPORT int height ()
 
WEBCORE_EXPORT const AtomicStringbgColor () const
 
WEBCORE_EXPORT void setBgColor (const String &)
 
WEBCORE_EXPORT const AtomicStringfgColor () const
 
WEBCORE_EXPORT void setFgColor (const String &)
 
WEBCORE_EXPORT const AtomicStringalinkColor () const
 
WEBCORE_EXPORT void setAlinkColor (const String &)
 
WEBCORE_EXPORT const AtomicStringlinkColor () const
 
WEBCORE_EXPORT void setLinkColor (const String &)
 
WEBCORE_EXPORT const AtomicStringvlinkColor () const
 
WEBCORE_EXPORT void setVlinkColor (const String &)
 
WEBCORE_EXPORT void clear ()
 
WEBCORE_EXPORT void captureEvents ()
 
WEBCORE_EXPORT void releaseEvents ()
 
ElementdocumentNamedItem (const AtomicStringImpl &name) const
 
bool hasDocumentNamedItem (const AtomicStringImpl &name) const
 
bool documentNamedItemContainsMultipleElements (const AtomicStringImpl &name) const
 
void addDocumentNamedItem (const AtomicStringImpl &, Element &)
 
void removeDocumentNamedItem (const AtomicStringImpl &, Element &)
 
ElementwindowNamedItem (const AtomicStringImpl &name) const
 
bool hasWindowNamedItem (const AtomicStringImpl &name) const
 
bool windowNamedItemContainsMultipleElements (const AtomicStringImpl &name) const
 
void addWindowNamedItem (const AtomicStringImpl &, Element &)
 
void removeWindowNamedItem (const AtomicStringImpl &, Element &)
 
- Public Member Functions inherited from WebCore::Document
virtual ~Document ()
 
void incrementReferencingNodeCount ()
 
void decrementReferencingNodeCount ()
 
unsigned referencingNodeCount () const
 
void removedLastRef ()
 
MediaQueryMatchermediaQueryMatcher ()
 
bool canContainRangeEndPoint () const final
 
ElementgetElementByAccessKey (const String &key)
 
void invalidateAccessKeyMap ()
 
void addImageElementByUsemap (const AtomicStringImpl &, HTMLImageElement &)
 
void removeImageElementByUsemap (const AtomicStringImpl &, HTMLImageElement &)
 
HTMLImageElementimageElementByUsemap (const AtomicStringImpl &) const
 
ExceptionOr< SelectorQuery & > selectorQueryForString (const String &)
 
void clearSelectorQueryCache ()
 
void setViewportArguments (const ViewportArguments &viewportArguments)
 
ViewportArguments viewportArguments () const
 
bool didDispatchViewportPropertiesChanged () const
 
void setReferrerPolicy (ReferrerPolicy referrerPolicy)
 
ReferrerPolicy referrerPolicy () const
 
WEBCORE_EXPORT DocumentTypedoctype () const
 
WEBCORE_EXPORT DOMImplementationimplementation ()
 
ElementdocumentElement () const
 
WEBCORE_EXPORT ElementactiveElement ()
 
WEBCORE_EXPORT bool hasFocus () const
 
bool hasManifest () const
 
WEBCORE_EXPORT ExceptionOr< Ref< Element > > createElementForBindings (const AtomicString &tagName)
 
WEBCORE_EXPORT Ref< DocumentFragmentcreateDocumentFragment ()
 
WEBCORE_EXPORT Ref< TextcreateTextNode (const String &data)
 
WEBCORE_EXPORT Ref< CommentcreateComment (const String &data)
 
WEBCORE_EXPORT ExceptionOr< Ref< CDATASection > > createCDATASection (const String &data)
 
WEBCORE_EXPORT ExceptionOr< Ref< ProcessingInstruction > > createProcessingInstruction (const String &target, const String &data)
 
WEBCORE_EXPORT ExceptionOr< Ref< Attr > > createAttribute (const String &name)
 
WEBCORE_EXPORT ExceptionOr< Ref< Attr > > createAttributeNS (const AtomicString &namespaceURI, const String &qualifiedName, bool shouldIgnoreNamespaceChecks=false)
 
WEBCORE_EXPORT ExceptionOr< Ref< Node > > importNode (Node &nodeToImport, bool deep)
 
WEBCORE_EXPORT ExceptionOr< Ref< Element > > createElementNS (const AtomicString &namespaceURI, const String &qualifiedName)
 
WEBCORE_EXPORT Ref< ElementcreateElement (const QualifiedName &, bool createdByParser)
 
bool isCSSGridLayoutEnabled () const
 
NamedFlowCollectionnamedFlows ()
 
WEBCORE_EXPORT RefPtr< RangecaretRangeFromPoint (int x, int y)
 
RefPtr< RangecaretRangeFromPoint (const LayoutPoint &clientPoint)
 
WEBCORE_EXPORT ElementscrollingElement ()
 
WEBCORE_EXPORT String readyState () const
 
WEBCORE_EXPORT String defaultCharsetForLegacyBindings () const
 
String charset () const
 
WEBCORE_EXPORT String characterSetWithUTF8Fallback () const
 
TextEncoding textEncoding () const
 
AtomicString encoding () const
 
WEBCORE_EXPORT void setCharset (const String &)
 
void setContent (const String &)
 
String suggestedMIMEType () const
 
void overrideMIMEType (const String &)
 
WEBCORE_EXPORT String contentType () const
 
String contentLanguage () const
 
void setContentLanguage (const String &)
 
String xmlEncoding () const
 
String xmlVersion () const
 
bool xmlStandalone () const
 
StandaloneStatus xmlStandaloneStatus () const
 
bool hasXMLDeclaration () const
 
void setXMLEncoding (const String &encoding)
 
WEBCORE_EXPORT ExceptionOr< voidsetXMLVersion (const String &)
 
WEBCORE_EXPORT void setXMLStandalone (bool)
 
void setHasXMLDeclaration (bool hasXMLDeclaration)
 
String documentURI () const
 
WEBCORE_EXPORT void setDocumentURI (const String &)
 
WEBCORE_EXPORT VisibilityState visibilityState () const
 
void visibilityStateChanged ()
 
WEBCORE_EXPORT bool hidden () const
 
void setTimerThrottlingEnabled (bool)
 
bool isTimerThrottlingEnabled () const
 
WEBCORE_EXPORT ExceptionOr< Ref< Node > > adoptNode (Node &source)
 
WEBCORE_EXPORT Ref< HTMLCollectionimages ()
 
WEBCORE_EXPORT Ref< HTMLCollectionembeds ()
 
WEBCORE_EXPORT Ref< HTMLCollectionplugins ()
 
WEBCORE_EXPORT Ref< HTMLCollectionapplets ()
 
WEBCORE_EXPORT Ref< HTMLCollectionlinks ()
 
WEBCORE_EXPORT Ref< HTMLCollectionforms ()
 
WEBCORE_EXPORT Ref< HTMLCollectionanchors ()
 
WEBCORE_EXPORT Ref< HTMLCollectionscripts ()
 
Ref< HTMLCollectionall ()
 
Ref< HTMLCollectionwindowNamedItems (const AtomicString &name)
 
Ref< HTMLCollectiondocumentNamedItems (const AtomicString &name)
 
bool isSynthesized () const
 
bool isHTMLDocument () const
 
bool isXHTMLDocument () const
 
bool isXMLDocument () const
 
bool isImageDocument () const
 
bool isSVGDocument () const
 
bool isPluginDocument () const
 
bool isMediaDocument () const
 
bool isTextDocument () const
 
bool hasSVGRootNode () const
 
bool isSrcdocDocument () const
 
bool sawElementsInKnownNamespaces () const
 
StyleResolveruserAgentShadowTreeStyleResolver ()
 
CSSFontSelectorfontSelector ()
 
WEBCORE_EXPORT bool haveStylesheetsLoaded () const
 
bool isIgnoringPendingStylesheets () const
 
WEBCORE_EXPORT StyleSheetListstyleSheets ()
 
Style::ScopestyleScope ()
 
const Style::ScopestyleScope () const
 
ExtensionStyleSheetsextensionStyleSheets ()
 
const ExtensionStyleSheetsextensionStyleSheets () const
 
bool gotoAnchorNeededAfterStylesheetsLoad ()
 
void setGotoAnchorNeededAfterStylesheetsLoad (bool b)
 
void evaluateMediaQueryList ()
 
FormControllerformController ()
 
Vector< StringformElementsState () const
 
void setStateForNewFormElements (const Vector< String > &)
 
WEBCORE_EXPORT FrameViewview () const
 
WEBCORE_EXPORT Pagepage () const
 
const Settingssettings () const
 
SettingsmutableSettings ()
 
float deviceScaleFactor () const
 
WEBCORE_EXPORT Ref< RangecreateRange ()
 
WEBCORE_EXPORT Ref< NodeIteratorcreateNodeIterator (Node &root, unsigned long whatToShow=0xFFFFFFFF, RefPtr< NodeFilter > &&=nullptr, bool=false)
 
WEBCORE_EXPORT Ref< TreeWalkercreateTreeWalker (Node &root, unsigned long whatToShow=0xFFFFFFFF, RefPtr< NodeFilter > &&=nullptr, bool=false)
 
WEBCORE_EXPORT Ref< CSSStyleDeclarationcreateCSSStyleDeclaration ()
 
Ref< TextcreateEditingTextNode (const String &)
 
void resolveStyle (ResolveStyleType=ResolveStyleType::Normal)
 
WEBCORE_EXPORT void updateStyleIfNeeded ()
 
bool needsStyleRecalc () const
 
unsigned lastStyleUpdateSizeForTesting () const
 
WEBCORE_EXPORT void updateLayout ()
 
WEBCORE_EXPORT void updateLayoutIgnorePendingStylesheets (RunPostLayoutTasks=RunPostLayoutTasks::Asynchronously)
 
std::unique_ptr< RenderStylestyleForElementIgnoringPendingStylesheets (Element &, const RenderStyle *parentStyle)
 
WEBCORE_EXPORT bool isPageBoxVisible (int pageIndex)
 
WEBCORE_EXPORT void pageSizeAndMarginsInPixels (int pageIndex, IntSize &pageSize, int &marginTop, int &marginRight, int &marginBottom, int &marginLeft)
 
CachedResourceLoadercachedResourceLoader ()
 
void didBecomeCurrentDocumentInFrame ()
 
void destroyRenderTree ()
 
void prepareForDestruction ()
 
void didBecomeCurrentDocumentInView ()
 
bool shouldBypassMainWorldContentSecurityPolicy () const final
 
void suspendActiveDOMObjects (ActiveDOMObject::ReasonForSuspension) final
 
void resumeActiveDOMObjects (ActiveDOMObject::ReasonForSuspension) final
 
void stopActiveDOMObjects () final
 
void suspendDeviceMotionAndOrientationUpdates ()
 
void resumeDeviceMotionAndOrientationUpdates ()
 
RenderViewrenderView () const
 
bool renderTreeBeingDestroyed () const
 
bool hasLivingRenderTree () const
 
bool updateLayoutIfDimensionsOutOfDate (Element &, DimensionsCheck=AllDimensionsCheck)
 
AXObjectCacheexistingAXObjectCache () const
 
WEBCORE_EXPORT AXObjectCacheaxObjectCache () const
 
void clearAXObjectCache ()
 
void setVisuallyOrdered ()
 
bool visuallyOrdered () const
 
WEBCORE_EXPORT DocumentLoaderloader () const
 
WEBCORE_EXPORT void open (Document *ownerDocument=nullptr)
 
void implicitOpen ()
 
WEBCORE_EXPORT void close ()
 
void explicitClose ()
 
void implicitClose ()
 
void cancelParsing ()
 
void write (SegmentedString &&text, Document *ownerDocument=nullptr)
 
WEBCORE_EXPORT void write (const String &text, Document *ownerDocument=nullptr)
 
WEBCORE_EXPORT void writeln (const String &text, Document *ownerDocument=nullptr)
 
bool wellFormed () const
 
const URLurl () const final
 
void setURL (const URL &)
 
const URLurlForBindings () const
 
const URLbaseURL () const
 
void setBaseURLOverride (const URL &)
 
const URLbaseURLOverride () const
 
const URLbaseElementURL () const
 
const StringbaseTarget () const
 
void processBaseElement ()
 
WEBCORE_EXPORT URL completeURL (const String &) const final
 
URL completeURL (const String &, const URL &baseURLOverride) const
 
String userAgent (const URL &) const final
 
void disableEval (const String &errorMessage) final
 
bool canNavigate (Frame *targetFrame)
 
FramefindUnsafeParentScrollPropagationBoundary ()
 
bool usesStyleBasedEditability () const
 
void setHasElementUsingStyleBasedEditability ()
 
DocumentParserparser () const
 
ScriptableDocumentParserscriptableDocumentParser () const
 
bool printing () const
 
void setPrinting (bool p)
 
bool paginatedForScreen () const
 
void setPaginatedForScreen (bool p)
 
bool paginated () const
 
void setCompatibilityMode (DocumentCompatibilityMode)
 
void lockCompatibilityMode ()
 
WEBCORE_EXPORT String compatMode () const
 
bool inQuirksMode () const
 
bool inLimitedQuirksMode () const
 
bool inNoQuirksMode () const
 
void setReadyState (ReadyState)
 
void setParsing (bool)
 
bool parsing () const
 
Seconds minimumLayoutDelay ()
 
bool shouldScheduleLayout ()
 
bool isLayoutTimerActive ()
 
Seconds timeSinceDocumentCreation () const
 
void setTextColor (const Color &color)
 
const ColortextColor () const
 
const ColorlinkColor () const
 
const ColorvisitedLinkColor () const
 
const ColoractiveLinkColor () const
 
void setLinkColor (const Color &c)
 
void setVisitedLinkColor (const Color &c)
 
void setActiveLinkColor (const Color &c)
 
void resetLinkColor ()
 
void resetVisitedLinkColor ()
 
void resetActiveLinkColor ()
 
VisitedLinkStatevisitedLinkState () const
 
MouseEventWithHitTestResults prepareMouseEvent (const HitTestRequest &, const LayoutPoint &, const PlatformMouseEvent &)
 
WEBCORE_EXPORT String preferredStylesheetSet () const
 
WEBCORE_EXPORT String selectedStylesheetSet () const
 
WEBCORE_EXPORT void setSelectedStylesheetSet (const String &)
 
WEBCORE_EXPORT bool setFocusedElement (Element *, FocusDirection=FocusDirectionNone, FocusRemovalEventsMode=FocusRemovalEventsMode::Dispatch)
 
ElementfocusedElement () const
 
UserActionElementSetuserActionElements ()
 
const UserActionElementSetuserActionElements () const
 
void setFocusNavigationStartingNode (Node *)
 
ElementfocusNavigationStartingNode (FocusDirection) const
 
void removeFocusedNodeOfSubtree (Node &, bool amongChildrenOnly=false)
 
void hoveredElementDidDetach (Element *)
 
void elementInActiveChainDidDetach (Element *)
 
void updateHoverActiveState (const HitTestRequest &, Element *)
 
void setCSSTarget (Element *)
 
ElementcssTarget () const
 
WEBCORE_EXPORT void scheduleForcedStyleRecalc ()
 
void scheduleStyleRecalc ()
 
void unscheduleStyleRecalc ()
 
bool hasPendingStyleRecalc () const
 
bool hasPendingForcedStyleRecalc () const
 
void registerNodeListForInvalidation (LiveNodeList &)
 
void unregisterNodeListForInvalidation (LiveNodeList &)
 
WEBCORE_EXPORT void registerCollection (HTMLCollection &)
 
void unregisterCollection (HTMLCollection &)
 
void collectionCachedIdNameMap (const HTMLCollection &)
 
void collectionWillClearIdNameMap (const HTMLCollection &)
 
bool shouldInvalidateNodeListAndCollectionCaches (const QualifiedName *attrName=nullptr) const
 
void invalidateNodeListAndCollectionCaches (const QualifiedName *attrName)
 
void attachNodeIterator (NodeIterator *)
 
void detachNodeIterator (NodeIterator *)
 
void moveNodeIteratorsToNewDocument (Node &, Document &)
 
void attachRange (Range *)
 
void detachRange (Range *)
 
void updateRangesAfterChildrenChanged (ContainerNode &)
 
void nodeChildrenWillBeRemoved (ContainerNode &)
 
void nodeWillBeRemoved (Node &)
 
void removeFocusNavigationNodeOfSubtree (Node &, bool amongChildrenOnly=false)
 
bool canAcceptChild (const Node &newChild, const Node *refChild, AcceptChildOperation) const
 
void textInserted (Node *, unsigned offset, unsigned length)
 
void textRemoved (Node *, unsigned offset, unsigned length)
 
void textNodesMerged (Text *oldNode, unsigned offset)
 
void textNodeSplit (Text *oldNode)
 
void createDOMWindow ()
 
void takeDOMWindowFrom (Document *)
 
DOMWindowdomWindow () const
 
DOMWindowdefaultView () const
 
DocumentcontextDocument () const
 
void setContextDocument (Document &document)
 
void setWindowAttributeEventListener (const AtomicString &eventType, const QualifiedName &attributeName, const AtomicString &value)
 
void setWindowAttributeEventListener (const AtomicString &eventType, RefPtr< EventListener > &&)
 
EventListenergetWindowAttributeEventListener (const AtomicString &eventType)
 
WEBCORE_EXPORT void dispatchWindowEvent (Event &, EventTarget *=nullptr)
 
void dispatchWindowLoadEvent ()
 
WEBCORE_EXPORT ExceptionOr< Ref< Event > > createEvent (const String &eventType)
 
bool hasListenerType (ListenerType listenerType) const
 
bool hasListenerTypeForEventType (PlatformEvent::Type) const
 
void addListenerTypeIfNeeded (const AtomicString &eventType)
 
bool hasMutationObserversOfType (MutationObserver::MutationType type) const
 
bool hasMutationObservers () const
 
void addMutationObserverTypes (MutationObserverOptions types)
 
WEBCORE_EXPORT CSSStyleDeclarationgetOverrideStyle (Element *, const String &pseudoElt)
 
void processHttpEquiv (const String &equiv, const String &content, bool isInDocumentHead)
 
void processViewport (const String &features, ViewportArguments::Type origin)
 
void updateViewportArguments ()
 
void processReferrerPolicy (const String &policy)
 
HTMLFrameOwnerElementownerElement () const
 
const Stringtitle () const
 
WEBCORE_EXPORT void setTitle (const String &)
 
WEBCORE_EXPORT const AtomicStringdir () const
 
WEBCORE_EXPORT void setDir (const AtomicString &)
 
void titleElementAdded (Element &titleElement)
 
void titleElementRemoved (Element &titleElement)
 
void titleElementTextChanged (Element &titleElement)
 
WEBCORE_EXPORT ExceptionOr< Stringcookie ()
 
WEBCORE_EXPORT ExceptionOr< voidsetCookie (const String &)
 
WEBCORE_EXPORT String referrer () const
 
WEBCORE_EXPORT String origin () const
 
WEBCORE_EXPORT String domain () const
 
ExceptionOr< voidsetDomain (const String &newDomain)
 
WEBCORE_EXPORT String lastModified ()
 
const URLcookieURL () const
 
void setCookieURL (const URL &)
 
const URLfirstPartyForCookies () const
 
void setFirstPartyForCookies (const URL &url)
 
WEBCORE_EXPORT HTMLBodyElementbody () const
 
WEBCORE_EXPORT HTMLElementbodyOrFrameset () const
 
WEBCORE_EXPORT ExceptionOr< voidsetBodyOrFrameset (RefPtr< HTMLElement > &&)
 
Locationlocation () const
 
WEBCORE_EXPORT HTMLHeadElementhead ()
 
DocumentMarkerControllermarkers () const
 
WEBCORE_EXPORT bool execCommand (const String &command, bool userInterface=false, const String &value=String())
 
WEBCORE_EXPORT bool queryCommandEnabled (const String &command)
 
WEBCORE_EXPORT bool queryCommandIndeterm (const String &command)
 
WEBCORE_EXPORT bool queryCommandState (const String &command)
 
WEBCORE_EXPORT bool queryCommandSupported (const String &command)
 
WEBCORE_EXPORT String queryCommandValue (const String &command)
 
void setDesignMode (InheritedBool value)
 
InheritedBool getDesignMode () const
 
bool inDesignMode () const
 
WEBCORE_EXPORT String designMode () const
 
WEBCORE_EXPORT void setDesignMode (const String &)
 
DocumentparentDocument () const
 
WEBCORE_EXPORT DocumenttopDocument () const
 
ScriptRunnerscriptRunner ()
 
ScriptModuleLoadermoduleLoader ()
 
HTMLScriptElementcurrentScript () const
 
void pushCurrentScript (HTMLScriptElement *)
 
void popCurrentScript ()
 
void incDOMTreeVersion ()
 
uint64_t domTreeVersion () const
 
WEBCORE_EXPORT ExceptionOr< Ref< XPathExpression > > createExpression (const String &expression, RefPtr< XPathNSResolver > &&)
 
WEBCORE_EXPORT Ref< XPathNSResolvercreateNSResolver (Node *nodeResolver)
 
WEBCORE_EXPORT ExceptionOr< Ref< XPathResult > > evaluate (const String &expression, Node *contextNode, RefPtr< XPathNSResolver > &&, unsigned short type, XPathResult *)
 
bool didLayoutWithPendingStylesheets () const
 
bool hasNodesWithPlaceholderStyle () const
 
void setHasNodesWithPlaceholderStyle ()
 
void updateFocusAppearanceSoon (SelectionRestorationMode)
 
void cancelFocusAppearanceUpdate ()
 
CanvasRenderingContextgetCSSCanvasContext (const String &type, const String &name, int width, int height)
 
HTMLCanvasElementgetCSSCanvasElement (const String &name)
 
bool isDNSPrefetchEnabled () const
 
void parseDNSPrefetchControlHeader (const String &)
 
void postTask (Task &&) final
 
ScriptedAnimationControllerscriptedAnimationController ()
 
void suspendScriptedAnimationControllerCallbacks ()
 
void resumeScriptedAnimationControllerCallbacks ()
 
void windowScreenDidChange (PlatformDisplayID)
 
void finishedParsing ()
 
PageCacheState pageCacheState () const
 
void setPageCacheState (PageCacheState)
 
void registerForDocumentSuspensionCallbacks (Element *)
 
void unregisterForDocumentSuspensionCallbacks (Element *)
 
void documentWillBecomeInactive ()
 
void suspend (ActiveDOMObject::ReasonForSuspension)
 
void resume (ActiveDOMObject::ReasonForSuspension)
 
void registerForMediaVolumeCallbacks (Element *)
 
void unregisterForMediaVolumeCallbacks (Element *)
 
void mediaVolumeDidChange ()
 
bool audioPlaybackRequiresUserGesture () const
 
bool videoPlaybackRequiresUserGesture () const
 
void registerForPrivateBrowsingStateChangedCallbacks (Element *)
 
void unregisterForPrivateBrowsingStateChangedCallbacks (Element *)
 
void storageBlockingStateDidChange ()
 
void privateBrowsingStateDidChange ()
 
void registerForVisibilityStateChangedCallbacks (Element *)
 
void unregisterForVisibilityStateChangedCallbacks (Element *)
 
WEBCORE_EXPORT void setShouldCreateRenderers (bool)
 
bool shouldCreateRenderers ()
 
void setDecoder (RefPtr< TextResourceDecoder > &&)
 
TextResourceDecoderdecoder () const
 
WEBCORE_EXPORT String displayStringModifiedByEncoding (const String &) const
 
void setFrameElementsShouldIgnoreScrolling (bool ignore)
 
bool frameElementsShouldIgnoreScrolling () const
 
void removeAllEventListeners () final
 
WEBCORE_EXPORT const SVGDocumentExtensionssvgExtensions ()
 
WEBCORE_EXPORT SVGDocumentExtensionsaccessSVGExtensions ()
 
void initSecurityContext ()
 
void initContentSecurityPolicy ()
 
void updateURLForPushOrReplaceState (const URL &)
 
void statePopped (Ref< SerializedScriptValue > &&)
 
bool processingLoadEvent () const
 
bool loadEventFinished () const
 
bool isContextThread () const final
 
bool isJSExecutionForbidden () const final
 
void enqueueWindowEvent (Ref< Event > &&)
 
void enqueueDocumentEvent (Ref< Event > &&)
 
void enqueueOverflowEvent (Ref< Event > &&)
 
void enqueuePageshowEvent (PageshowEventPersistence)
 
void enqueueHashchangeEvent (const String &oldURL, const String &newURL)
 
void enqueuePopstateEvent (RefPtr< SerializedScriptValue > &&stateObject)
 
DocumentEventQueueeventQueue () const final
 
WEBCORE_EXPORT void addMediaCanStartListener (MediaCanStartListener *)
 
WEBCORE_EXPORT void removeMediaCanStartListener (MediaCanStartListener *)
 
MediaCanStartListenertakeAnyMediaCanStartListener ()
 
void incrementLoadEventDelayCount ()
 
void decrementLoadEventDelayCount ()
 
bool isDelayingLoadEvent () const
 
void checkCompleted ()
 
double monotonicTimestamp () const
 
int requestAnimationFrame (Ref< RequestAnimationFrameCallback > &&)
 
void cancelAnimationFrame (int id)
 
void serviceScriptedAnimations (double timestamp)
 
void sendWillRevealEdgeEventsIfNeeded (const IntPoint &oldPosition, const IntPoint &newPosition, const IntRect &visibleRect, const IntSize &contentsSize, Element *target=nullptr)
 
EventTargeterrorEventTarget () final
 
void logExceptionToConsole (const String &errorMessage, const String &sourceURL, int lineNumber, int columnNumber, RefPtr< Inspector::ScriptCallStack > &&) final
 
void initDNSPrefetch ()
 
void didAddWheelEventHandler (Node &)
 
void didRemoveWheelEventHandler (Node &, EventHandlerRemoval=EventHandlerRemoval::One)
 
double lastHandledUserGestureTimestamp () const
 
void updateLastHandledUserGestureTimestamp ()
 
bool hasTouchEventHandlers () const
 
WEBCORE_EXPORT unsigned wheelEventHandlerCount () const
 
WEBCORE_EXPORT unsigned touchEventHandlerCount () const
 
WEBCORE_EXPORT void startTrackingStyleRecalcs ()
 
WEBCORE_EXPORT unsigned styleRecalcCount () const
 
void didAddTouchEventHandler (Node &)
 
void didRemoveTouchEventHandler (Node &, EventHandlerRemoval=EventHandlerRemoval::One)
 
void didRemoveEventTargetNode (Node &)
 
const EventTargetSettouchEventTargets () const
 
const EventTargetSetwheelEventTargets () const
 
RegionFixedPair absoluteRegionForEventTargets (const EventTargetSet *)
 
LayoutRect absoluteEventHandlerBounds (bool &) final
 
bool visualUpdatesAllowed () const
 
bool isInDocumentWrite ()
 
void suspendScheduledTasks (ActiveDOMObject::ReasonForSuspension)
 
void resumeScheduledTasks (ActiveDOMObject::ReasonForSuspension)
 
void adjustFloatQuadsForScrollAndAbsoluteZoomAndFrameScale (Vector< FloatQuad > &, const RenderStyle &)
 
void adjustFloatRectForScrollAndAbsoluteZoomAndFrameScale (FloatRect &, const RenderStyle &)
 
bool hasActiveParser ()
 
void incrementActiveParserCount ()
 
void decrementActiveParserCount ()
 
DocumentSharedObjectPoolsharedObjectPool ()
 
void didRemoveAllPendingStylesheet ()
 
void didClearStyleResolver ()
 
bool inStyleRecalc () const
 
bool inRenderTreeUpdate () const
 
LocalegetCachedLocale (const AtomicString &locale=nullAtom)
 
const DocumenttemplateDocument () const
 
DocumentensureTemplateDocument ()
 
void setTemplateDocumentHost (Document *templateDocumentHost)
 
DocumenttemplateDocumentHost ()
 
void didAssociateFormControl (Element *)
 
bool hasDisabledFieldsetElement () const
 
void addDisabledFieldsetElement ()
 
void removeDisabledFieldsetElement ()
 
WEBCORE_EXPORT void addConsoleMessage (MessageSource, MessageLevel, const String &message, unsigned long requestIdentifier=0) final
 
SecurityOriginsecurityOrigin () const
 
SecurityOrigintopOrigin () const final
 
Ref< FontFaceSetfonts ()
 
void ensurePlugInsInjectedScript (DOMWrapperWorld &)
 
void setVisualUpdatesAllowedByClient (bool)
 
void setHasStyleWithViewportUnits ()
 
bool hasStyleWithViewportUnits () const
 
void updateViewportUnitsOnResize ()
 
WEBCORE_EXPORT void addAudioProducer (MediaProducer *)
 
WEBCORE_EXPORT void removeAudioProducer (MediaProducer *)
 
MediaProducer::MediaStateFlags mediaState () const
 
WEBCORE_EXPORT void updateIsPlayingMedia (uint64_t=HTMLMediaElementInvalidID)
 
void pageMutedStateDidChange ()
 
WeakPtr< DocumentcreateWeakPtr ()
 
ShouldOpenExternalURLsPolicy shouldOpenExternalURLsPolicyToPropagate () const
 
bool shouldEnforceContentDispositionAttachmentSandbox () const
 
void applyContentDispositionAttachmentSandbox ()
 
void addViewportDependentPicture (HTMLPictureElement &)
 
void removeViewportDependentPicture (HTMLPictureElement &)
 
void setAttributeEventListener (const AtomicString &eventType, const QualifiedName &attributeName, const AtomicString &value)
 
DOMSelectiongetSelection ()
 
void didInsertInDocumentShadowRoot (ShadowRoot &)
 
void didRemoveInDocumentShadowRoot (ShadowRoot &)
 
const HashSet< ShadowRoot * > & inDocumentShadowRoots () const
 
void attachToCachedFrame (CachedFrameBase &)
 
void detachFromCachedFrame (CachedFrameBase &)
 
virtual ~Document ()
 
void incrementReferencingNodeCount ()
 
void decrementReferencingNodeCount ()
 
unsigned referencingNodeCount () const
 
void removedLastRef ()
 
MediaQueryMatchermediaQueryMatcher ()
 
bool canContainRangeEndPoint () const final
 
ElementgetElementByAccessKey (const String &key)
 
void invalidateAccessKeyMap ()
 
void addImageElementByUsemap (const AtomicStringImpl &, HTMLImageElement &)
 
void removeImageElementByUsemap (const AtomicStringImpl &, HTMLImageElement &)
 
HTMLImageElementimageElementByUsemap (const AtomicStringImpl &) const
 
ExceptionOr< SelectorQuery & > selectorQueryForString (const String &)
 
void clearSelectorQueryCache ()
 
void setViewportArguments (const ViewportArguments &viewportArguments)
 
ViewportArguments viewportArguments () const
 
bool didDispatchViewportPropertiesChanged () const
 
void setReferrerPolicy (ReferrerPolicy referrerPolicy)
 
ReferrerPolicy referrerPolicy () const
 
WEBCORE_EXPORT DocumentTypedoctype () const
 
WEBCORE_EXPORT DOMImplementationimplementation ()
 
ElementdocumentElement () const
 
WEBCORE_EXPORT ElementactiveElement ()
 
WEBCORE_EXPORT bool hasFocus () const
 
bool hasManifest () const
 
WEBCORE_EXPORT ExceptionOr< Ref< Element > > createElementForBindings (const AtomicString &tagName)
 
WEBCORE_EXPORT Ref< DocumentFragmentcreateDocumentFragment ()
 
WEBCORE_EXPORT Ref< TextcreateTextNode (const String &data)
 
WEBCORE_EXPORT Ref< CommentcreateComment (const String &data)
 
WEBCORE_EXPORT ExceptionOr< Ref< CDATASection > > createCDATASection (const String &data)
 
WEBCORE_EXPORT ExceptionOr< Ref< ProcessingInstruction > > createProcessingInstruction (const String &target, const String &data)
 
WEBCORE_EXPORT ExceptionOr< Ref< Attr > > createAttribute (const String &name)
 
WEBCORE_EXPORT ExceptionOr< Ref< Attr > > createAttributeNS (const AtomicString &namespaceURI, const String &qualifiedName, bool shouldIgnoreNamespaceChecks=false)
 
WEBCORE_EXPORT ExceptionOr< Ref< Node > > importNode (Node &nodeToImport, bool deep)
 
WEBCORE_EXPORT ExceptionOr< Ref< Element > > createElementNS (const AtomicString &namespaceURI, const String &qualifiedName)
 
WEBCORE_EXPORT Ref< ElementcreateElement (const QualifiedName &, bool createdByParser)
 
bool isCSSGridLayoutEnabled () const
 
NamedFlowCollectionnamedFlows ()
 
WEBCORE_EXPORT RefPtr< RangecaretRangeFromPoint (int x, int y)
 
RefPtr< RangecaretRangeFromPoint (const LayoutPoint &clientPoint)
 
WEBCORE_EXPORT ElementscrollingElement ()
 
WEBCORE_EXPORT String readyState () const
 
WEBCORE_EXPORT String defaultCharsetForLegacyBindings () const
 
String charset () const
 
WEBCORE_EXPORT String characterSetWithUTF8Fallback () const
 
TextEncoding textEncoding () const
 
AtomicString encoding () const
 
WEBCORE_EXPORT void setCharset (const String &)
 
void setContent (const String &)
 
String suggestedMIMEType () const
 
void overrideMIMEType (const String &)
 
WEBCORE_EXPORT String contentType () const
 
String contentLanguage () const
 
void setContentLanguage (const String &)
 
String xmlEncoding () const
 
String xmlVersion () const
 
bool xmlStandalone () const
 
StandaloneStatus xmlStandaloneStatus () const
 
bool hasXMLDeclaration () const
 
void setXMLEncoding (const String &encoding)
 
WEBCORE_EXPORT ExceptionOr< voidsetXMLVersion (const String &)
 
WEBCORE_EXPORT void setXMLStandalone (bool)
 
void setHasXMLDeclaration (bool hasXMLDeclaration)
 
String documentURI () const
 
WEBCORE_EXPORT void setDocumentURI (const String &)
 
WEBCORE_EXPORT VisibilityState visibilityState () const
 
void visibilityStateChanged ()
 
WEBCORE_EXPORT bool hidden () const
 
void setTimerThrottlingEnabled (bool)
 
bool isTimerThrottlingEnabled () const
 
WEBCORE_EXPORT ExceptionOr< Ref< Node > > adoptNode (Node &source)
 
WEBCORE_EXPORT Ref< HTMLCollectionimages ()
 
WEBCORE_EXPORT Ref< HTMLCollectionembeds ()
 
WEBCORE_EXPORT Ref< HTMLCollectionplugins ()
 
WEBCORE_EXPORT Ref< HTMLCollectionapplets ()
 
WEBCORE_EXPORT Ref< HTMLCollectionlinks ()
 
WEBCORE_EXPORT Ref< HTMLCollectionforms ()
 
WEBCORE_EXPORT Ref< HTMLCollectionanchors ()
 
WEBCORE_EXPORT Ref< HTMLCollectionscripts ()
 
Ref< HTMLCollectionall ()
 
Ref< HTMLCollectionwindowNamedItems (const AtomicString &name)
 
Ref< HTMLCollectiondocumentNamedItems (const AtomicString &name)
 
bool isSynthesized () const
 
bool isHTMLDocument () const
 
bool isXHTMLDocument () const
 
bool isXMLDocument () const
 
bool isImageDocument () const
 
bool isSVGDocument () const
 
bool isPluginDocument () const
 
bool isMediaDocument () const
 
bool isTextDocument () const
 
bool hasSVGRootNode () const
 
bool isSrcdocDocument () const
 
bool sawElementsInKnownNamespaces () const
 
StyleResolveruserAgentShadowTreeStyleResolver ()
 
CSSFontSelectorfontSelector ()
 
WEBCORE_EXPORT bool haveStylesheetsLoaded () const
 
bool isIgnoringPendingStylesheets () const
 
WEBCORE_EXPORT StyleSheetListstyleSheets ()
 
Style::ScopestyleScope ()
 
const Style::ScopestyleScope () const
 
ExtensionStyleSheetsextensionStyleSheets ()
 
const ExtensionStyleSheetsextensionStyleSheets () const
 
bool gotoAnchorNeededAfterStylesheetsLoad ()
 
void setGotoAnchorNeededAfterStylesheetsLoad (bool b)
 
void evaluateMediaQueryList ()
 
FormControllerformController ()
 
Vector< StringformElementsState () const
 
void setStateForNewFormElements (const Vector< String > &)
 
WEBCORE_EXPORT FrameViewview () const
 
WEBCORE_EXPORT Pagepage () const
 
const Settingssettings () const
 
SettingsmutableSettings ()
 
float deviceScaleFactor () const
 
WEBCORE_EXPORT Ref< RangecreateRange ()
 
WEBCORE_EXPORT Ref< NodeIteratorcreateNodeIterator (Node &root, unsigned long whatToShow=0xFFFFFFFF, RefPtr< NodeFilter > &&=nullptr, bool=false)
 
WEBCORE_EXPORT Ref< TreeWalkercreateTreeWalker (Node &root, unsigned long whatToShow=0xFFFFFFFF, RefPtr< NodeFilter > &&=nullptr, bool=false)
 
WEBCORE_EXPORT Ref< CSSStyleDeclarationcreateCSSStyleDeclaration ()
 
Ref< TextcreateEditingTextNode (const String &)
 
void resolveStyle (ResolveStyleType=ResolveStyleType::Normal)
 
WEBCORE_EXPORT void updateStyleIfNeeded ()
 
bool needsStyleRecalc () const
 
unsigned lastStyleUpdateSizeForTesting () const
 
WEBCORE_EXPORT void updateLayout ()
 
WEBCORE_EXPORT void updateLayoutIgnorePendingStylesheets (RunPostLayoutTasks=RunPostLayoutTasks::Asynchronously)
 
std::unique_ptr< RenderStylestyleForElementIgnoringPendingStylesheets (Element &, const RenderStyle *parentStyle)
 
WEBCORE_EXPORT bool isPageBoxVisible (int pageIndex)
 
WEBCORE_EXPORT void pageSizeAndMarginsInPixels (int pageIndex, IntSize &pageSize, int &marginTop, int &marginRight, int &marginBottom, int &marginLeft)
 
CachedResourceLoadercachedResourceLoader ()
 
void didBecomeCurrentDocumentInFrame ()
 
void destroyRenderTree ()
 
void prepareForDestruction ()
 
void didBecomeCurrentDocumentInView ()
 
bool shouldBypassMainWorldContentSecurityPolicy () const final
 
void suspendActiveDOMObjects (ActiveDOMObject::ReasonForSuspension) final
 
void resumeActiveDOMObjects (ActiveDOMObject::ReasonForSuspension) final
 
void stopActiveDOMObjects () final
 
void suspendDeviceMotionAndOrientationUpdates ()
 
void resumeDeviceMotionAndOrientationUpdates ()
 
RenderViewrenderView () const
 
bool renderTreeBeingDestroyed () const
 
bool hasLivingRenderTree () const
 
bool updateLayoutIfDimensionsOutOfDate (Element &, DimensionsCheck=AllDimensionsCheck)
 
AXObjectCacheexistingAXObjectCache () const
 
WEBCORE_EXPORT AXObjectCacheaxObjectCache () const
 
void clearAXObjectCache ()
 
void setVisuallyOrdered ()
 
bool visuallyOrdered () const
 
WEBCORE_EXPORT DocumentLoaderloader () const
 
WEBCORE_EXPORT void open (Document *ownerDocument=nullptr)
 
void implicitOpen ()
 
WEBCORE_EXPORT void close ()
 
void explicitClose ()
 
void implicitClose ()
 
void cancelParsing ()
 
void write (SegmentedString &&text, Document *ownerDocument=nullptr)
 
WEBCORE_EXPORT void write (const String &text, Document *ownerDocument=nullptr)
 
WEBCORE_EXPORT void writeln (const String &text, Document *ownerDocument=nullptr)
 
bool wellFormed () const
 
const URLurl () const final
 
void setURL (const URL &)
 
const URLurlForBindings () const
 
const URLbaseURL () const
 
void setBaseURLOverride (const URL &)
 
const URLbaseURLOverride () const
 
const URLbaseElementURL () const
 
const StringbaseTarget () const
 
void processBaseElement ()
 
WEBCORE_EXPORT URL completeURL (const String &) const final
 
URL completeURL (const String &, const URL &baseURLOverride) const
 
String userAgent (const URL &) const final
 
void disableEval (const String &errorMessage) final
 
bool canNavigate (Frame *targetFrame)
 
FramefindUnsafeParentScrollPropagationBoundary ()
 
bool usesStyleBasedEditability () const
 
void setHasElementUsingStyleBasedEditability ()
 
DocumentParserparser () const
 
ScriptableDocumentParserscriptableDocumentParser () const
 
bool printing () const
 
void setPrinting (bool p)
 
bool paginatedForScreen () const
 
void setPaginatedForScreen (bool p)
 
bool paginated () const
 
void setCompatibilityMode (DocumentCompatibilityMode)
 
void lockCompatibilityMode ()
 
WEBCORE_EXPORT String compatMode () const
 
bool inQuirksMode () const
 
bool inLimitedQuirksMode () const
 
bool inNoQuirksMode () const
 
void setReadyState (ReadyState)
 
void setParsing (bool)
 
bool parsing () const
 
Seconds minimumLayoutDelay ()
 
bool shouldScheduleLayout ()
 
bool isLayoutTimerActive ()
 
Seconds timeSinceDocumentCreation () const
 
void setTextColor (const Color &color)
 
const ColortextColor () const
 
const ColorlinkColor () const
 
const ColorvisitedLinkColor () const
 
const ColoractiveLinkColor () const
 
void setLinkColor (const Color &c)
 
void setVisitedLinkColor (const Color &c)
 
void setActiveLinkColor (const Color &c)
 
void resetLinkColor ()
 
void resetVisitedLinkColor ()
 
void resetActiveLinkColor ()
 
VisitedLinkStatevisitedLinkState () const
 
MouseEventWithHitTestResults prepareMouseEvent (const HitTestRequest &, const LayoutPoint &, const PlatformMouseEvent &)
 
WEBCORE_EXPORT String preferredStylesheetSet () const
 
WEBCORE_EXPORT String selectedStylesheetSet () const
 
WEBCORE_EXPORT void setSelectedStylesheetSet (const String &)
 
WEBCORE_EXPORT bool setFocusedElement (Element *, FocusDirection=FocusDirectionNone, FocusRemovalEventsMode=FocusRemovalEventsMode::Dispatch)
 
ElementfocusedElement () const
 
UserActionElementSetuserActionElements ()
 
const UserActionElementSetuserActionElements () const
 
void setFocusNavigationStartingNode (Node *)
 
ElementfocusNavigationStartingNode (FocusDirection) const
 
void removeFocusedNodeOfSubtree (Node &, bool amongChildrenOnly=false)
 
void hoveredElementDidDetach (Element *)
 
void elementInActiveChainDidDetach (Element *)
 
void updateHoverActiveState (const HitTestRequest &, Element *)
 
void setCSSTarget (Element *)
 
ElementcssTarget () const
 
WEBCORE_EXPORT void scheduleForcedStyleRecalc ()
 
void scheduleStyleRecalc ()
 
void unscheduleStyleRecalc ()
 
bool hasPendingStyleRecalc () const
 
bool hasPendingForcedStyleRecalc () const
 
void registerNodeListForInvalidation (LiveNodeList &)
 
void unregisterNodeListForInvalidation (LiveNodeList &)
 
WEBCORE_EXPORT void registerCollection (HTMLCollection &)
 
void unregisterCollection (HTMLCollection &)
 
void collectionCachedIdNameMap (const HTMLCollection &)
 
void collectionWillClearIdNameMap (const HTMLCollection &)
 
bool shouldInvalidateNodeListAndCollectionCaches (const QualifiedName *attrName=nullptr) const
 
void invalidateNodeListAndCollectionCaches (const QualifiedName *attrName)
 
void attachNodeIterator (NodeIterator *)
 
void detachNodeIterator (NodeIterator *)
 
void moveNodeIteratorsToNewDocument (Node &, Document &)
 
void attachRange (Range *)
 
void detachRange (Range *)
 
void updateRangesAfterChildrenChanged (ContainerNode &)
 
void nodeChildrenWillBeRemoved (ContainerNode &)
 
void nodeWillBeRemoved (Node &)
 
void removeFocusNavigationNodeOfSubtree (Node &, bool amongChildrenOnly=false)
 
bool canAcceptChild (const Node &newChild, const Node *refChild, AcceptChildOperation) const
 
void textInserted (Node *, unsigned offset, unsigned length)
 
void textRemoved (Node *, unsigned offset, unsigned length)
 
void textNodesMerged (Text *oldNode, unsigned offset)
 
void textNodeSplit (Text *oldNode)
 
void createDOMWindow ()
 
void takeDOMWindowFrom (Document *)
 
DOMWindowdomWindow () const
 
DOMWindowdefaultView () const
 
DocumentcontextDocument () const
 
void setContextDocument (Document &document)
 
void setWindowAttributeEventListener (const AtomicString &eventType, const QualifiedName &attributeName, const AtomicString &value)
 
void setWindowAttributeEventListener (const AtomicString &eventType, RefPtr< EventListener > &&)
 
EventListenergetWindowAttributeEventListener (const AtomicString &eventType)
 
WEBCORE_EXPORT void dispatchWindowEvent (Event &, EventTarget *=nullptr)
 
void dispatchWindowLoadEvent ()
 
WEBCORE_EXPORT ExceptionOr< Ref< Event > > createEvent (const String &eventType)
 
bool hasListenerType (ListenerType listenerType) const
 
bool hasListenerTypeForEventType (PlatformEvent::Type) const
 
void addListenerTypeIfNeeded (const AtomicString &eventType)
 
bool hasMutationObserversOfType (MutationObserver::MutationType type) const
 
bool hasMutationObservers () const
 
void addMutationObserverTypes (MutationObserverOptions types)
 
WEBCORE_EXPORT CSSStyleDeclarationgetOverrideStyle (Element *, const String &pseudoElt)
 
void processHttpEquiv (const String &equiv, const String &content, bool isInDocumentHead)
 
void processViewport (const String &features, ViewportArguments::Type origin)
 
void updateViewportArguments ()
 
void processReferrerPolicy (const String &policy)
 
HTMLFrameOwnerElementownerElement () const
 
const Stringtitle () const
 
WEBCORE_EXPORT void setTitle (const String &)
 
WEBCORE_EXPORT const AtomicStringdir () const
 
WEBCORE_EXPORT void setDir (const AtomicString &)
 
void titleElementAdded (Element &titleElement)
 
void titleElementRemoved (Element &titleElement)
 
void titleElementTextChanged (Element &titleElement)
 
WEBCORE_EXPORT ExceptionOr< Stringcookie ()
 
WEBCORE_EXPORT ExceptionOr< voidsetCookie (const String &)
 
WEBCORE_EXPORT String referrer () const
 
WEBCORE_EXPORT String origin () const
 
WEBCORE_EXPORT String domain () const
 
ExceptionOr< voidsetDomain (const String &newDomain)
 
WEBCORE_EXPORT String lastModified ()
 
const URLcookieURL () const
 
void setCookieURL (const URL &)
 
const URLfirstPartyForCookies () const
 
void setFirstPartyForCookies (const URL &url)
 
WEBCORE_EXPORT HTMLBodyElementbody () const
 
WEBCORE_EXPORT HTMLElementbodyOrFrameset () const
 
WEBCORE_EXPORT ExceptionOr< voidsetBodyOrFrameset (RefPtr< HTMLElement > &&)
 
Locationlocation () const
 
WEBCORE_EXPORT HTMLHeadElementhead ()
 
DocumentMarkerControllermarkers () const
 
WEBCORE_EXPORT bool execCommand (const String &command, bool userInterface=false, const String &value=String())
 
WEBCORE_EXPORT bool queryCommandEnabled (const String &command)
 
WEBCORE_EXPORT bool queryCommandIndeterm (const String &command)
 
WEBCORE_EXPORT bool queryCommandState (const String &command)
 
WEBCORE_EXPORT bool queryCommandSupported (const String &command)
 
WEBCORE_EXPORT String queryCommandValue (const String &command)
 
void setDesignMode (InheritedBool value)
 
InheritedBool getDesignMode () const
 
bool inDesignMode () const
 
WEBCORE_EXPORT String designMode () const
 
WEBCORE_EXPORT void setDesignMode (const String &)
 
DocumentparentDocument () const
 
WEBCORE_EXPORT DocumenttopDocument () const
 
ScriptRunnerscriptRunner ()
 
ScriptModuleLoadermoduleLoader ()
 
HTMLScriptElementcurrentScript () const
 
void pushCurrentScript (HTMLScriptElement *)
 
void popCurrentScript ()
 
void incDOMTreeVersion ()
 
uint64_t domTreeVersion () const
 
WEBCORE_EXPORT ExceptionOr< Ref< XPathExpression > > createExpression (const String &expression, RefPtr< XPathNSResolver > &&)
 
WEBCORE_EXPORT Ref< XPathNSResolvercreateNSResolver (Node *nodeResolver)
 
WEBCORE_EXPORT ExceptionOr< Ref< XPathResult > > evaluate (const String &expression, Node *contextNode, RefPtr< XPathNSResolver > &&, unsigned short type, XPathResult *)
 
bool didLayoutWithPendingStylesheets () const
 
bool hasNodesWithPlaceholderStyle () const
 
void setHasNodesWithPlaceholderStyle ()
 
void updateFocusAppearanceSoon (SelectionRestorationMode)
 
void cancelFocusAppearanceUpdate ()
 
CanvasRenderingContextgetCSSCanvasContext (const String &type, const String &name, int width, int height)
 
HTMLCanvasElementgetCSSCanvasElement (const String &name)
 
bool isDNSPrefetchEnabled () const
 
void parseDNSPrefetchControlHeader (const String &)
 
void postTask (Task &&) final
 
ScriptedAnimationControllerscriptedAnimationController ()
 
void suspendScriptedAnimationControllerCallbacks ()
 
void resumeScriptedAnimationControllerCallbacks ()
 
void windowScreenDidChange (PlatformDisplayID)
 
void finishedParsing ()
 
PageCacheState pageCacheState () const
 
void setPageCacheState (PageCacheState)
 
void registerForDocumentSuspensionCallbacks (Element *)
 
void unregisterForDocumentSuspensionCallbacks (Element *)
 
void documentWillBecomeInactive ()
 
void suspend (ActiveDOMObject::ReasonForSuspension)
 
void resume (ActiveDOMObject::ReasonForSuspension)
 
void registerForMediaVolumeCallbacks (Element *)
 
void unregisterForMediaVolumeCallbacks (Element *)
 
void mediaVolumeDidChange ()
 
bool audioPlaybackRequiresUserGesture () const
 
bool videoPlaybackRequiresUserGesture () const
 
void registerForPrivateBrowsingStateChangedCallbacks (Element *)
 
void unregisterForPrivateBrowsingStateChangedCallbacks (Element *)
 
void storageBlockingStateDidChange ()
 
void privateBrowsingStateDidChange ()
 
void registerForVisibilityStateChangedCallbacks (Element *)
 
void unregisterForVisibilityStateChangedCallbacks (Element *)
 
WEBCORE_EXPORT void setShouldCreateRenderers (bool)
 
bool shouldCreateRenderers ()
 
void setDecoder (RefPtr< TextResourceDecoder > &&)
 
TextResourceDecoderdecoder () const
 
WEBCORE_EXPORT String displayStringModifiedByEncoding (const String &) const
 
void setFrameElementsShouldIgnoreScrolling (bool ignore)
 
bool frameElementsShouldIgnoreScrolling () const
 
void removeAllEventListeners () final
 
WEBCORE_EXPORT const SVGDocumentExtensionssvgExtensions ()
 
WEBCORE_EXPORT SVGDocumentExtensionsaccessSVGExtensions ()
 
void initSecurityContext ()
 
void initContentSecurityPolicy ()
 
void updateURLForPushOrReplaceState (const URL &)
 
void statePopped (Ref< SerializedScriptValue > &&)
 
bool processingLoadEvent () const
 
bool loadEventFinished () const
 
bool isContextThread () const final
 
bool isJSExecutionForbidden () const final
 
void enqueueWindowEvent (Ref< Event > &&)
 
void enqueueDocumentEvent (Ref< Event > &&)
 
void enqueueOverflowEvent (Ref< Event > &&)
 
void enqueuePageshowEvent (PageshowEventPersistence)
 
void enqueueHashchangeEvent (const String &oldURL, const String &newURL)
 
void enqueuePopstateEvent (RefPtr< SerializedScriptValue > &&stateObject)
 
DocumentEventQueueeventQueue () const final
 
WEBCORE_EXPORT void addMediaCanStartListener (MediaCanStartListener *)
 
WEBCORE_EXPORT void removeMediaCanStartListener (MediaCanStartListener *)
 
MediaCanStartListenertakeAnyMediaCanStartListener ()
 
void incrementLoadEventDelayCount ()
 
void decrementLoadEventDelayCount ()
 
bool isDelayingLoadEvent () const
 
void checkCompleted ()
 
double monotonicTimestamp () const
 
int requestAnimationFrame (Ref< RequestAnimationFrameCallback > &&)
 
void cancelAnimationFrame (int id)
 
void serviceScriptedAnimations (double timestamp)
 
void sendWillRevealEdgeEventsIfNeeded (const IntPoint &oldPosition, const IntPoint &newPosition, const IntRect &visibleRect, const IntSize &contentsSize, Element *target=nullptr)
 
EventTargeterrorEventTarget () final
 
void logExceptionToConsole (const String &errorMessage, const String &sourceURL, int lineNumber, int columnNumber, RefPtr< Inspector::ScriptCallStack > &&) final
 
void initDNSPrefetch ()
 
void didAddWheelEventHandler (Node &)
 
void didRemoveWheelEventHandler (Node &, EventHandlerRemoval=EventHandlerRemoval::One)
 
double lastHandledUserGestureTimestamp () const
 
void updateLastHandledUserGestureTimestamp ()
 
bool hasTouchEventHandlers () const
 
WEBCORE_EXPORT unsigned wheelEventHandlerCount () const
 
WEBCORE_EXPORT unsigned touchEventHandlerCount () const
 
WEBCORE_EXPORT void startTrackingStyleRecalcs ()
 
WEBCORE_EXPORT unsigned styleRecalcCount () const
 
void didAddTouchEventHandler (Node &)
 
void didRemoveTouchEventHandler (Node &, EventHandlerRemoval=EventHandlerRemoval::One)
 
void didRemoveEventTargetNode (Node &)
 
const EventTargetSettouchEventTargets () const
 
const EventTargetSetwheelEventTargets () const
 
RegionFixedPair absoluteRegionForEventTargets (const EventTargetSet *)
 
LayoutRect absoluteEventHandlerBounds (bool &) final
 
bool visualUpdatesAllowed () const
 
bool isInDocumentWrite ()
 
void suspendScheduledTasks (ActiveDOMObject::ReasonForSuspension)
 
void resumeScheduledTasks (ActiveDOMObject::ReasonForSuspension)
 
void adjustFloatQuadsForScrollAndAbsoluteZoomAndFrameScale (Vector< FloatQuad > &, const RenderStyle &)
 
void adjustFloatRectForScrollAndAbsoluteZoomAndFrameScale (FloatRect &, const RenderStyle &)
 
bool hasActiveParser ()
 
void incrementActiveParserCount ()
 
void decrementActiveParserCount ()
 
DocumentSharedObjectPoolsharedObjectPool ()
 
void didRemoveAllPendingStylesheet ()
 
void didClearStyleResolver ()
 
bool inStyleRecalc () const
 
bool inRenderTreeUpdate () const
 
LocalegetCachedLocale (const AtomicString &locale=nullAtom)
 
const DocumenttemplateDocument () const
 
DocumentensureTemplateDocument ()
 
void setTemplateDocumentHost (Document *templateDocumentHost)
 
DocumenttemplateDocumentHost ()
 
void didAssociateFormControl (Element *)
 
bool hasDisabledFieldsetElement () const
 
void addDisabledFieldsetElement ()
 
void removeDisabledFieldsetElement ()
 
WEBCORE_EXPORT void addConsoleMessage (MessageSource, MessageLevel, const String &message, unsigned long requestIdentifier=0) final
 
SecurityOriginsecurityOrigin () const
 
SecurityOrigintopOrigin () const final
 
Ref< FontFaceSetfonts ()
 
void ensurePlugInsInjectedScript (DOMWrapperWorld &)
 
void setVisualUpdatesAllowedByClient (bool)
 
void setHasStyleWithViewportUnits ()
 
bool hasStyleWithViewportUnits () const
 
void updateViewportUnitsOnResize ()
 
WEBCORE_EXPORT void addAudioProducer (MediaProducer *)
 
WEBCORE_EXPORT void removeAudioProducer (MediaProducer *)
 
MediaProducer::MediaStateFlags mediaState () const
 
WEBCORE_EXPORT void updateIsPlayingMedia (uint64_t=HTMLMediaElementInvalidID)
 
void pageMutedStateDidChange ()
 
WeakPtr< DocumentcreateWeakPtr ()
 
ShouldOpenExternalURLsPolicy shouldOpenExternalURLsPolicyToPropagate () const
 
bool shouldEnforceContentDispositionAttachmentSandbox () const
 
void applyContentDispositionAttachmentSandbox ()
 
void addViewportDependentPicture (HTMLPictureElement &)
 
void removeViewportDependentPicture (HTMLPictureElement &)
 
void setAttributeEventListener (const AtomicString &eventType, const QualifiedName &attributeName, const AtomicString &value)
 
DOMSelectiongetSelection ()
 
void didInsertInDocumentShadowRoot (ShadowRoot &)
 
void didRemoveInDocumentShadowRoot (ShadowRoot &)
 
const HashSet< ShadowRoot * > & inDocumentShadowRoots () const
 
void attachToCachedFrame (CachedFrameBase &)
 
void detachFromCachedFrame (CachedFrameBase &)
 
- Public Member Functions inherited from WebCore::ContainerNode
virtual ~ContainerNode ()
 
NodefirstChild () const
 
NodelastChild () const
 
bool hasChildNodes () const
 
bool hasOneChild () const
 
bool directChildNeedsStyleRecalc () const
 
void setDirectChildNeedsStyleRecalc ()
 
WEBCORE_EXPORT unsigned countChildNodes () const
 
WEBCORE_EXPORT NodetraverseToChildAt (unsigned) const
 
ExceptionOr< voidinsertBefore (Node &newChild, Node *refChild)
 
ExceptionOr< voidreplaceChild (Node &newChild, Node &oldChild)
 
WEBCORE_EXPORT ExceptionOr< voidremoveChild (Node &child)
 
WEBCORE_EXPORT ExceptionOr< voidappendChild (Node &newChild)
 
void replaceAllChildren (Ref< Node > &&)
 
void replaceAllChildren (std::nullptr_t)
 
void parserAppendChild (Node &)
 
void parserRemoveChild (Node &)
 
void parserInsertBefore (Node &newChild, Node &refChild)
 
void removeChildren ()
 
void takeAllChildrenFrom (ContainerNode *)
 
void cloneChildNodes (ContainerNode &clone)
 
void disconnectDescendantFrames ()
 
RenderElementrenderer () const
 
WEBCORE_EXPORT ExceptionOr< Element * > querySelector (const String &selectors)
 
WEBCORE_EXPORT ExceptionOr< Ref< NodeList > > querySelectorAll (const String &selectors)
 
WEBCORE_EXPORT Ref< HTMLCollectiongetElementsByTagName (const AtomicString &)
 
WEBCORE_EXPORT Ref< HTMLCollectiongetElementsByTagNameNS (const AtomicString &namespaceURI, const AtomicString &localName)
 
WEBCORE_EXPORT Ref< NodeListgetElementsByName (const String &elementName)
 
WEBCORE_EXPORT Ref< HTMLCollectiongetElementsByClassName (const AtomicString &classNames)
 
Ref< RadioNodeListradioNodeList (const AtomicString &)
 
WEBCORE_EXPORT Ref< HTMLCollectionchildren ()
 
WEBCORE_EXPORT ElementfirstElementChild () const
 
WEBCORE_EXPORT ElementlastElementChild () const
 
WEBCORE_EXPORT unsigned childElementCount () const
 
ExceptionOr< voidappend (Vector< NodeOrString > &&)
 
ExceptionOr< voidprepend (Vector< NodeOrString > &&)
 
ExceptionOr< voidensurePreInsertionValidity (Node &newChild, Node *refChild)
 
virtual ~ContainerNode ()
 
NodefirstChild () const
 
NodelastChild () const
 
bool hasChildNodes () const
 
bool hasOneChild () const
 
bool directChildNeedsStyleRecalc () const
 
void setDirectChildNeedsStyleRecalc ()
 
WEBCORE_EXPORT unsigned countChildNodes () const
 
WEBCORE_EXPORT NodetraverseToChildAt (unsigned) const
 
ExceptionOr< voidinsertBefore (Node &newChild, Node *refChild)
 
ExceptionOr< voidreplaceChild (Node &newChild, Node &oldChild)
 
WEBCORE_EXPORT ExceptionOr< voidremoveChild (Node &child)
 
WEBCORE_EXPORT ExceptionOr< voidappendChild (Node &newChild)
 
void replaceAllChildren (Ref< Node > &&)
 
void replaceAllChildren (std::nullptr_t)
 
void parserAppendChild (Node &)
 
void parserRemoveChild (Node &)
 
void parserInsertBefore (Node &newChild, Node &refChild)
 
void removeChildren ()
 
void takeAllChildrenFrom (ContainerNode *)
 
void cloneChildNodes (ContainerNode &clone)
 
void disconnectDescendantFrames ()
 
RenderElementrenderer () const
 
WEBCORE_EXPORT ExceptionOr< Element * > querySelector (const String &selectors)
 
WEBCORE_EXPORT ExceptionOr< Ref< NodeList > > querySelectorAll (const String &selectors)
 
WEBCORE_EXPORT Ref< HTMLCollectiongetElementsByTagName (const AtomicString &)
 
WEBCORE_EXPORT Ref< HTMLCollectiongetElementsByTagNameNS (const AtomicString &namespaceURI, const AtomicString &localName)
 
WEBCORE_EXPORT Ref< NodeListgetElementsByName (const String &elementName)
 
WEBCORE_EXPORT Ref< HTMLCollectiongetElementsByClassName (const AtomicString &classNames)
 
Ref< RadioNodeListradioNodeList (const AtomicString &)
 
WEBCORE_EXPORT Ref< HTMLCollectionchildren ()
 
WEBCORE_EXPORT ElementfirstElementChild () const
 
WEBCORE_EXPORT ElementlastElementChild () const
 
WEBCORE_EXPORT unsigned childElementCount () const
 
ExceptionOr< voidappend (Vector< NodeOrString > &&)
 
ExceptionOr< voidprepend (Vector< NodeOrString > &&)
 
ExceptionOr< voidensurePreInsertionValidity (Node &newChild, Node *refChild)
 
- Public Member Functions inherited from WebCore::Node
virtual ~Node ()
 
void willBeDeletedFrom (Document &)
 
bool hasTagName (const HTMLQualifiedName &) const
 
bool hasTagName (const MathMLQualifiedName &) const
 
bool hasTagName (const SVGQualifiedName &) const
 
virtual String nodeValue () const
 
virtual ExceptionOr< voidsetNodeValue (const String &)
 
virtual size_t approximateMemoryCost () const
 
ContainerNodeparentNode () const
 
ElementparentElement () const
 
NodepreviousSibling () const
 
NodenextSibling () const
 
WEBCORE_EXPORT RefPtr< NodeListchildNodes ()
 
NodefirstChild () const
 
NodelastChild () const
 
bool hasAttributes () const
 
NamedNodeMapattributes () const
 
NodepseudoAwareNextSibling () const
 
NodepseudoAwarePreviousSibling () const
 
NodepseudoAwareFirstChild () const
 
NodepseudoAwareLastChild () const
 
WEBCORE_EXPORT const URLbaseURI () const
 
void getSubresourceURLs (ListHashSet< URL > &) const
 
WEBCORE_EXPORT ExceptionOr< voidinsertBefore (Node &newChild, Node *refChild)
 
WEBCORE_EXPORT ExceptionOr< voidreplaceChild (Node &newChild, Node &oldChild)
 
WEBCORE_EXPORT ExceptionOr< voidremoveChild (Node &child)
 
WEBCORE_EXPORT ExceptionOr< voidappendChild (Node &newChild)
 
bool hasChildNodes () const
 
Ref< NodecloneNode (bool deep)
 
WEBCORE_EXPORT ExceptionOr< Ref< Node > > cloneNodeForBindings (bool deep)
 
virtual const AtomicStringlocalName () const
 
virtual const AtomicStringnamespaceURI () const
 
virtual const AtomicStringprefix () const
 
virtual ExceptionOr< voidsetPrefix (const AtomicString &)
 
WEBCORE_EXPORT void normalize ()
 
bool isSameNode (Node *other) const
 
WEBCORE_EXPORT bool isEqualNode (Node *) const
 
WEBCORE_EXPORT bool isDefaultNamespace (const AtomicString &namespaceURI) const
 
WEBCORE_EXPORT const AtomicStringlookupPrefix (const AtomicString &namespaceURI) const
 
WEBCORE_EXPORT const AtomicStringlookupNamespaceURI (const AtomicString &prefix) const
 
WEBCORE_EXPORT String textContent (bool convertBRsToNewlines=false) const
 
WEBCORE_EXPORT ExceptionOr< voidsetTextContent (const String &)
 
NodelastDescendant () const
 
NodefirstDescendant () const
 
WEBCORE_EXPORT ElementpreviousElementSibling () const
 
WEBCORE_EXPORT ElementnextElementSibling () const
 
ExceptionOr< voidbefore (Vector< NodeOrString > &&)
 
ExceptionOr< voidafter (Vector< NodeOrString > &&)
 
ExceptionOr< voidreplaceWith (Vector< NodeOrString > &&)
 
WEBCORE_EXPORT ExceptionOr< voidremove ()
 
bool isElementNode () const
 
bool isContainerNode () const
 
bool isTextNode () const
 
bool isHTMLElement () const
 
bool isSVGElement () const
 
bool isMathMLElement () const
 
bool isPseudoElement () const
 
bool isBeforePseudoElement () const
 
bool isAfterPseudoElement () const
 
PseudoId pseudoId () const
 
virtual bool isMediaControlElement () const
 
virtual bool isMediaControls () const
 
bool isStyledElement () const
 
virtual bool isAttributeNode () const
 
virtual bool isCharacterDataNode () const
 
virtual bool isFrameOwnerElement () const
 
virtual bool isPluginElement () const
 
bool isDocumentNode () const
 
bool isTreeScope () const
 
bool isDocumentFragment () const
 
bool isShadowRoot () const
 
bool hasCustomStyleResolveCallbacks () const
 
bool hasSyntheticAttrChildNodes () const
 
void setHasSyntheticAttrChildNodes (bool flag)
 
WEBCORE_EXPORT ElementshadowHost () const
 
WEBCORE_EXPORT NodedeprecatedShadowAncestorNode () const
 
ShadowRootcontainingShadowRoot () const
 
ShadowRootshadowRoot () const
 
bool isClosedShadowHidden (const Node &) const
 
HTMLSlotElementassignedSlot () const
 
HTMLSlotElementassignedSlotForBindings () const
 
bool isUndefinedCustomElement () const
 
bool isCustomElementUpgradeCandidate () const
 
bool isDefinedCustomElement () const
 
bool isFailedCustomElement () const
 
NodenonBoundaryShadowTreeRootNode ()
 
ContainerNodeparentOrShadowHostNode () const
 
ContainerNodeparentInComposedTree () const
 
ElementparentElementInComposedTree () const
 
ElementparentOrShadowHostElement () const
 
void setParentNode (ContainerNode *)
 
NoderootNode () const
 
NodeshadowIncludingRoot () const
 
NodegetRootNode (const GetRootNodeOptions &) const
 
voidopaqueRoot () const
 
ContainerNodeparentNodeGuaranteedHostFree () const
 
ContainerNodenonShadowBoundaryParentNode () const
 
bool selfOrAncestorHasDirAutoAttribute () const
 
void setSelfOrAncestorHasDirAutoAttribute (bool flag)
 
ElementenclosingLinkEventParentOrSelf ()
 
void setPreviousSibling (Node *previous)
 
void setNextSibling (Node *next)
 
bool isRootEditableElement () const
 
WEBCORE_EXPORT ElementrootEditableElement () const
 
virtual void finishParsingChildren ()
 
virtual void beginParsingChildren ()
 
virtual bool sheetLoaded ()
 
virtual void notifyLoadedSheetAndAllCriticalSubresources (bool)
 
virtual void startLoadingDynamicSheet ()
 
bool isUserActionElement () const
 
void setUserActionElement (bool flag)
 
bool inRenderedDocument () const
 
bool needsStyleRecalc () const
 
Style::Validity styleValidity () const
 
bool styleResolutionShouldRecompositeLayer () const
 
bool childNeedsStyleRecalc () const
 
bool styleIsAffectedByPreviousSibling () const
 
bool isEditingText () const
 
void setChildNeedsStyleRecalc ()
 
void clearChildNeedsStyleRecalc ()
 
void setHasValidStyle ()
 
bool isLink () const
 
void setIsLink (bool flag)
 
bool hasEventTargetData () const
 
void setHasEventTargetData (bool flag)
 
WEBCORE_EXPORT bool isContentEditable ()
 
bool isContentRichlyEditable ()
 
WEBCORE_EXPORT void inspect ()
 
bool hasEditableStyle (UserSelectAllTreatment treatment=UserSelectAllIsAlwaysNonEditable) const
 
bool hasRichlyEditableStyle () const
 
WEBCORE_EXPORT Editability computeEditability (UserSelectAllTreatment, ShouldUpdateStyle) const
 
WEBCORE_EXPORT LayoutRect renderRect (bool *isReplaced)
 
IntRect pixelSnappedRenderRect (bool *isReplaced)
 
WEBCORE_EXPORT unsigned computeNodeIndex () const
 
WEBCORE_EXPORT DocumentownerDocument () const
 
Documentdocument () const
 
TreeScopetreeScope () const
 
bool isConnected () const
 
bool isInUserAgentShadowTree () const
 
bool isInShadowTree () const
 
bool isInTreeScope () const
 
bool isDocumentTypeNode () const
 
unsigned countChildNodes () const
 
NodetraverseToChildAt (unsigned) const
 
ExceptionOr< voidcheckSetPrefix (const AtomicString &prefix)
 
WEBCORE_EXPORT bool isDescendantOf (const Node &) const
 
bool isDescendantOf (const Node *other) const
 
bool isDescendantOrShadowDescendantOf (const Node *) const
 
WEBCORE_EXPORT bool contains (const Node *) const
 
bool containsIncludingShadowDOM (const Node *) const
 
bool containsIncludingHostElements (const Node *) const
 
virtual bool offsetInCharacters () const
 
virtual int maxCharacterOffset () const
 
virtual bool canStartSelection () const
 
virtual bool shouldSelectOnMouseDown ()
 
FloatPoint convertToPage (const FloatPoint &) const
 
FloatPoint convertFromPage (const FloatPoint &) const
 
RenderObjectrenderer () const
 
void setRenderer (RenderObject *renderer)
 
WEBCORE_EXPORT RenderBoxrenderBox () const
 
RenderBoxModelObjectrenderBoxModelObject () const
 
const RenderStylerenderStyle () const
 
virtual const RenderStylecomputedStyle (PseudoId pseudoElementSpecifier=NOPSEUDO)
 
virtual InsertionNotificationRequest insertedInto (ContainerNode &insertionPoint)
 
virtual void finishedInsertingSubtree ()
 
virtual void removedFrom (ContainerNode &insertionPoint)
 
void invalidateNodeListAndCollectionCachesInAncestors (const QualifiedName *attrName=nullptr, Element *attributeOwnerElement=nullptr)
 
NodeListsNodeDatanodeLists ()
 
void clearNodeLists ()
 
virtual bool willRespondToMouseMoveEvents ()
 
virtual bool willRespondToMouseClickEvents ()
 
virtual bool willRespondToMouseWheelEvents ()
 
WEBCORE_EXPORT unsigned short compareDocumentPosition (Node &)
 
NodetoNode () override
 
EventTargetInterface eventTargetInterface () const override
 
ScriptExecutionContextscriptExecutionContext () const final
 
bool addEventListener (const AtomicString &eventType, Ref< EventListener > &&, const AddEventListenerOptions &) override
 
bool removeEventListener (const AtomicString &eventType, EventListener &, const ListenerOptions &) override
 
bool dispatchEvent (Event &) override
 
void dispatchScopedEvent (Event &)
 
virtual void handleLocalEvents (Event &)
 
void dispatchSubtreeModifiedEvent ()
 
bool dispatchDOMActivateEvent (int detail, Event &underlyingEvent)
 
bool dispatchBeforeLoadEvent (const String &sourceURL)
 
void dispatchInputEvent ()
 
virtual void defaultEventHandler (Event &)
 
void ref ()
 
void deref ()
 
bool hasOneRef () const
 
int refCount () const
 
EventTargetDataeventTargetData () final
 
EventTargetDataeventTargetDataConcurrently () final
 
EventTargetDataensureEventTargetData () final
 
HashMap< MutationObserver *, MutationRecordDeliveryOptionsregisteredMutationObservers (MutationObserver::MutationType, const QualifiedName *attributeName)
 
void registerMutationObserver (MutationObserver &, MutationObserverOptions, const HashSet< AtomicString > &attributeFilter)
 
void unregisterMutationObserver (MutationObserverRegistration &)
 
void registerTransientMutationObserver (MutationObserverRegistration &)
 
void unregisterTransientMutationObserver (MutationObserverRegistration &)
 
void notifyMutationObserversNodeWillDetach ()
 
WEBCORE_EXPORT void textRects (Vector< IntRect > &) const
 
unsigned connectedSubframeCount () const
 
void incrementConnectedSubframeCount (unsigned amount=1)
 
void decrementConnectedSubframeCount (unsigned amount=1)
 
void updateAncestorConnectedSubframeCountForRemoval () const
 
void updateAncestorConnectedSubframeCountForInsertion () const
 
virtual ~Node ()
 
void willBeDeletedFrom (Document &)
 
bool hasTagName (const HTMLQualifiedName &) const
 
bool hasTagName (const MathMLQualifiedName &) const
 
bool hasTagName (const SVGQualifiedName &) const
 
virtual String nodeValue () const
 
virtual ExceptionOr< voidsetNodeValue (const String &)
 
virtual size_t approximateMemoryCost () const
 
ContainerNodeparentNode () const
 
ElementparentElement () const
 
NodepreviousSibling () const
 
NodenextSibling () const
 
WEBCORE_EXPORT RefPtr< NodeListchildNodes ()
 
NodefirstChild () const
 
NodelastChild () const
 
bool hasAttributes () const
 
NamedNodeMapattributes () const
 
NodepseudoAwareNextSibling () const
 
NodepseudoAwarePreviousSibling () const
 
NodepseudoAwareFirstChild () const
 
NodepseudoAwareLastChild () const
 
WEBCORE_EXPORT const URLbaseURI () const
 
void getSubresourceURLs (ListHashSet< URL > &) const
 
WEBCORE_EXPORT ExceptionOr< voidinsertBefore (Node &newChild, Node *refChild)
 
WEBCORE_EXPORT ExceptionOr< voidreplaceChild (Node &newChild, Node &oldChild)
 
WEBCORE_EXPORT ExceptionOr< voidremoveChild (Node &child)
 
WEBCORE_EXPORT ExceptionOr< voidappendChild (Node &newChild)
 
bool hasChildNodes () const
 
Ref< NodecloneNode (bool deep)
 
WEBCORE_EXPORT ExceptionOr< Ref< Node > > cloneNodeForBindings (bool deep)
 
virtual const AtomicStringlocalName () const
 
virtual const AtomicStringnamespaceURI () const
 
virtual const AtomicStringprefix () const
 
virtual ExceptionOr< voidsetPrefix (const AtomicString &)
 
WEBCORE_EXPORT void normalize ()
 
bool isSameNode (Node *other) const
 
WEBCORE_EXPORT bool isEqualNode (Node *) const
 
WEBCORE_EXPORT bool isDefaultNamespace (const AtomicString &namespaceURI) const
 
WEBCORE_EXPORT const AtomicStringlookupPrefix (const AtomicString &namespaceURI) const
 
WEBCORE_EXPORT const AtomicStringlookupNamespaceURI (const AtomicString &prefix) const
 
WEBCORE_EXPORT String textContent (bool convertBRsToNewlines=false) const
 
WEBCORE_EXPORT ExceptionOr< voidsetTextContent (const String &)
 
NodelastDescendant () const
 
NodefirstDescendant () const
 
WEBCORE_EXPORT ElementpreviousElementSibling () const
 
WEBCORE_EXPORT ElementnextElementSibling () const
 
ExceptionOr< voidbefore (Vector< NodeOrString > &&)
 
ExceptionOr< voidafter (Vector< NodeOrString > &&)
 
ExceptionOr< voidreplaceWith (Vector< NodeOrString > &&)
 
WEBCORE_EXPORT ExceptionOr< voidremove ()
 
bool isElementNode () const
 
bool isContainerNode () const
 
bool isTextNode () const
 
bool isHTMLElement () const
 
bool isSVGElement () const
 
bool isMathMLElement () const
 
bool isPseudoElement () const
 
bool isBeforePseudoElement () const
 
bool isAfterPseudoElement () const
 
PseudoId pseudoId () const
 
virtual bool isMediaControlElement () const
 
virtual bool isMediaControls () const
 
bool isStyledElement () const
 
virtual bool isAttributeNode () const
 
virtual bool isCharacterDataNode () const
 
virtual bool isFrameOwnerElement () const
 
virtual bool isPluginElement () const
 
bool isDocumentNode () const
 
bool isTreeScope () const
 
bool isDocumentFragment () const
 
bool isShadowRoot () const
 
bool hasCustomStyleResolveCallbacks () const
 
bool hasSyntheticAttrChildNodes () const
 
void setHasSyntheticAttrChildNodes (bool flag)
 
WEBCORE_EXPORT ElementshadowHost () const
 
WEBCORE_EXPORT NodedeprecatedShadowAncestorNode () const
 
ShadowRootcontainingShadowRoot () const
 
ShadowRootshadowRoot () const
 
bool isClosedShadowHidden (const Node &) const
 
HTMLSlotElementassignedSlot () const
 
HTMLSlotElementassignedSlotForBindings () const
 
bool isUndefinedCustomElement () const
 
bool isCustomElementUpgradeCandidate () const
 
bool isDefinedCustomElement () const
 
bool isFailedCustomElement () const
 
NodenonBoundaryShadowTreeRootNode ()
 
ContainerNodeparentOrShadowHostNode () const
 
ContainerNodeparentInComposedTree () const
 
ElementparentElementInComposedTree () const
 
ElementparentOrShadowHostElement () const
 
void setParentNode (ContainerNode *)
 
NoderootNode () const
 
NodeshadowIncludingRoot () const
 
NodegetRootNode (const GetRootNodeOptions &) const
 
voidopaqueRoot () const
 
ContainerNodeparentNodeGuaranteedHostFree () const
 
ContainerNodenonShadowBoundaryParentNode () const
 
bool selfOrAncestorHasDirAutoAttribute () const
 
void setSelfOrAncestorHasDirAutoAttribute (bool flag)
 
ElementenclosingLinkEventParentOrSelf ()
 
void setPreviousSibling (Node *previous)
 
void setNextSibling (Node *next)
 
bool isRootEditableElement () const
 
WEBCORE_EXPORT ElementrootEditableElement () const
 
virtual void finishParsingChildren ()
 
virtual void beginParsingChildren ()
 
virtual bool sheetLoaded ()
 
virtual void notifyLoadedSheetAndAllCriticalSubresources (bool)
 
virtual void startLoadingDynamicSheet ()
 
bool isUserActionElement () const
 
void setUserActionElement (bool flag)
 
bool inRenderedDocument () const
 
bool needsStyleRecalc () const
 
Style::Validity styleValidity () const
 
bool styleResolutionShouldRecompositeLayer () const
 
bool childNeedsStyleRecalc () const
 
bool styleIsAffectedByPreviousSibling () const
 
bool isEditingText () const
 
void setChildNeedsStyleRecalc ()
 
void clearChildNeedsStyleRecalc ()
 
void setHasValidStyle ()
 
bool isLink () const
 
void setIsLink (bool flag)
 
bool hasEventTargetData () const
 
void setHasEventTargetData (bool flag)
 
WEBCORE_EXPORT bool isContentEditable ()
 
bool isContentRichlyEditable ()
 
WEBCORE_EXPORT void inspect ()
 
bool hasEditableStyle (UserSelectAllTreatment treatment=UserSelectAllIsAlwaysNonEditable) const
 
bool hasRichlyEditableStyle () const
 
WEBCORE_EXPORT Editability computeEditability (UserSelectAllTreatment, ShouldUpdateStyle) const
 
WEBCORE_EXPORT LayoutRect renderRect (bool *isReplaced)
 
IntRect pixelSnappedRenderRect (bool *isReplaced)
 
WEBCORE_EXPORT unsigned computeNodeIndex () const
 
WEBCORE_EXPORT DocumentownerDocument () const
 
Documentdocument () const
 
TreeScopetreeScope () const
 
bool isConnected () const
 
bool isInUserAgentShadowTree () const
 
bool isInShadowTree () const
 
bool isInTreeScope () const
 
bool isDocumentTypeNode () const
 
unsigned countChildNodes () const
 
NodetraverseToChildAt (unsigned) const
 
ExceptionOr< voidcheckSetPrefix (const AtomicString &prefix)
 
WEBCORE_EXPORT bool isDescendantOf (const Node &) const
 
bool isDescendantOf (const Node *other) const
 
bool isDescendantOrShadowDescendantOf (const Node *) const
 
WEBCORE_EXPORT bool contains (const Node *) const
 
bool containsIncludingShadowDOM (const Node *) const
 
bool containsIncludingHostElements (const Node *) const
 
virtual bool offsetInCharacters () const
 
virtual int maxCharacterOffset () const
 
virtual bool canStartSelection () const
 
virtual bool shouldSelectOnMouseDown ()
 
FloatPoint convertToPage (const FloatPoint &) const
 
FloatPoint convertFromPage (const FloatPoint &) const
 
RenderObjectrenderer () const
 
void setRenderer (RenderObject *renderer)
 
WEBCORE_EXPORT RenderBoxrenderBox () const
 
RenderBoxModelObjectrenderBoxModelObject () const
 
const RenderStylerenderStyle () const
 
virtual const RenderStylecomputedStyle (PseudoId pseudoElementSpecifier=NOPSEUDO)
 
virtual InsertionNotificationRequest insertedInto (ContainerNode &insertionPoint)
 
virtual void finishedInsertingSubtree ()
 
virtual void removedFrom (ContainerNode &insertionPoint)
 
void invalidateNodeListAndCollectionCachesInAncestors (const QualifiedName *attrName=nullptr, Element *attributeOwnerElement=nullptr)
 
NodeListsNodeDatanodeLists ()
 
void clearNodeLists ()
 
virtual bool willRespondToMouseMoveEvents ()
 
virtual bool willRespondToMouseClickEvents ()
 
virtual bool willRespondToMouseWheelEvents ()
 
WEBCORE_EXPORT unsigned short compareDocumentPosition (Node &)
 
NodetoNode () override
 
EventTargetInterface eventTargetInterface () const override
 
ScriptExecutionContextscriptExecutionContext () const final
 
bool addEventListener (const AtomicString &eventType, Ref< EventListener > &&, const AddEventListenerOptions &) override
 
bool removeEventListener (const AtomicString &eventType, EventListener &, const ListenerOptions &) override
 
bool dispatchEvent (Event &) override
 
void dispatchScopedEvent (Event &)
 
virtual void handleLocalEvents (Event &)
 
void dispatchSubtreeModifiedEvent ()
 
bool dispatchDOMActivateEvent (int detail, Event &underlyingEvent)
 
bool dispatchBeforeLoadEvent (const String &sourceURL)
 
void dispatchInputEvent ()
 
virtual void defaultEventHandler (Event &)
 
void ref ()
 
void deref ()
 
bool hasOneRef () const
 
int refCount () const
 
EventTargetDataeventTargetData () final
 
EventTargetDataeventTargetDataConcurrently () final
 
EventTargetDataensureEventTargetData () final
 
HashMap< MutationObserver *, MutationRecordDeliveryOptionsregisteredMutationObservers (MutationObserver::MutationType, const QualifiedName *attributeName)
 
void registerMutationObserver (MutationObserver &, MutationObserverOptions, const HashSet< AtomicString > &attributeFilter)
 
void unregisterMutationObserver (MutationObserverRegistration &)
 
void registerTransientMutationObserver (MutationObserverRegistration &)
 
void unregisterTransientMutationObserver (MutationObserverRegistration &)
 
void notifyMutationObserversNodeWillDetach ()
 
WEBCORE_EXPORT void textRects (Vector< IntRect > &) const
 
unsigned connectedSubframeCount () const
 
void incrementConnectedSubframeCount (unsigned amount=1)
 
void decrementConnectedSubframeCount (unsigned amount=1)
 
void updateAncestorConnectedSubframeCountForRemoval () const
 
void updateAncestorConnectedSubframeCountForInsertion () const
 
- Public Member Functions inherited from WebCore::EventTarget
void ref ()
 
void deref ()
 
virtual DOMWindowtoDOMWindow ()
 
virtual bool isMessagePort () const
 
WEBCORE_EXPORT void addEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, AddEventListenerOptionsOrBoolean &&)
 
WEBCORE_EXPORT void removeEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, ListenerOptionsOrBoolean &&)
 
WEBCORE_EXPORT ExceptionOr< bool > dispatchEventForBindings (Event &)
 
virtual void uncaughtExceptionInEventHandler ()
 
bool setAttributeEventListener (const AtomicString &eventType, RefPtr< EventListener > &&)
 
EventListenerattributeEventListener (const AtomicString &eventType)
 
bool hasEventListeners () const
 
bool hasEventListeners (const AtomicString &eventType) const
 
bool hasCapturingEventListeners (const AtomicString &eventType)
 
bool hasActiveEventListeners (const AtomicString &eventType) const
 
const EventListenerVectoreventListeners (const AtomicString &eventType)
 
bool fireEventListeners (Event &)
 
bool isFiringEventListeners () const
 
void visitJSEventListeners (JSC::SlotVisitor &)
 
void invalidateJSEventListeners (JSC::JSObject *)
 
void ref ()
 
void deref ()
 
virtual DOMWindowtoDOMWindow ()
 
virtual bool isMessagePort () const
 
WEBCORE_EXPORT void addEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, AddEventListenerOptionsOrBoolean &&)
 
WEBCORE_EXPORT void removeEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, ListenerOptionsOrBoolean &&)
 
WEBCORE_EXPORT ExceptionOr< bool > dispatchEventForBindings (Event &)
 
virtual void uncaughtExceptionInEventHandler ()
 
bool setAttributeEventListener (const AtomicString &eventType, RefPtr< EventListener > &&)
 
EventListenerattributeEventListener (const AtomicString &eventType)
 
bool hasEventListeners () const
 
bool hasEventListeners (const AtomicString &eventType) const
 
bool hasCapturingEventListeners (const AtomicString &eventType)
 
bool hasActiveEventListeners (const AtomicString &eventType) const
 
const EventListenerVectoreventListeners (const AtomicString &eventType)
 
bool fireEventListeners (Event &)
 
bool isFiringEventListeners () const
 
void visitJSEventListeners (JSC::SlotVisitor &)
 
void invalidateJSEventListeners (JSC::JSObject *)
 
- Public Member Functions inherited from WebCore::ScriptWrappable
JSDOMObjectwrapper () const
 
void setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *)
 
void clearWrapper (JSDOMObject *)
 
JSDOMObjectwrapper () const
 
void setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *)
 
void clearWrapper (JSDOMObject *)
 
- Public Member Functions inherited from WebCore::TreeScope
TreeScopeparentTreeScope () const
 
void setParentTreeScope (TreeScope &)
 
ElementfocusedElementInScope ()
 
ElementpointerLockElement () const
 
WEBCORE_EXPORT ElementgetElementById (const AtomicString &) const
 
WEBCORE_EXPORT ElementgetElementById (const String &) const
 
const Vector< Element * > * getAllElementsById (const AtomicString &) const
 
bool hasElementWithId (const AtomicStringImpl &) const
 
bool containsMultipleElementsWithId (const AtomicString &id) const
 
void addElementById (const AtomicStringImpl &elementId, Element &, bool notifyObservers=true)
 
void removeElementById (const AtomicStringImpl &elementId, Element &, bool notifyObservers=true)
 
WEBCORE_EXPORT ElementgetElementByName (const AtomicString &) const
 
bool hasElementWithName (const AtomicStringImpl &) const
 
bool containsMultipleElementsWithName (const AtomicString &) const
 
void addElementByName (const AtomicStringImpl &, Element &)
 
void removeElementByName (const AtomicStringImpl &, Element &)
 
DocumentdocumentScope () const
 
NoderetargetToScope (Node &) const
 
NodeancestorNodeInThisScope (Node *) const
 
WEBCORE_EXPORT ElementancestorElementInThisScope (Element *) const
 
void addImageMap (HTMLMapElement &)
 
void removeImageMap (HTMLMapElement &)
 
HTMLMapElementgetImageMap (const String &url) const
 
bool shouldCacheLabelsByForAttribute () const
 
void addLabel (const AtomicStringImpl &forAttributeValue, HTMLLabelElement &)
 
void removeLabel (const AtomicStringImpl &forAttributeValue, HTMLLabelElement &)
 
HTMLLabelElementlabelElementForId (const AtomicString &forAttributeValue)
 
WEBCORE_EXPORT ElementelementFromPoint (int x, int y)
 
ElementfindAnchor (const String &name)
 
void adoptIfNeeded (Node &)
 
ContainerNoderootNode () const
 
IdTargetObserverRegistryidTargetObserverRegistry () const
 
TreeScopeparentTreeScope () const
 
void setParentTreeScope (TreeScope &)
 
ElementfocusedElementInScope ()
 
ElementpointerLockElement () const
 
WEBCORE_EXPORT ElementgetElementById (const AtomicString &) const
 
WEBCORE_EXPORT ElementgetElementById (const String &) const
 
const Vector< Element * > * getAllElementsById (const AtomicString &) const
 
bool hasElementWithId (const AtomicStringImpl &) const
 
bool containsMultipleElementsWithId (const AtomicString &id) const
 
void addElementById (const AtomicStringImpl &elementId, Element &, bool notifyObservers=true)
 
void removeElementById (const AtomicStringImpl &elementId, Element &, bool notifyObservers=true)
 
WEBCORE_EXPORT ElementgetElementByName (const AtomicString &) const
 
bool hasElementWithName (const AtomicStringImpl &) const
 
bool containsMultipleElementsWithName (const AtomicString &) const
 
void addElementByName (const AtomicStringImpl &, Element &)
 
void removeElementByName (const AtomicStringImpl &, Element &)
 
DocumentdocumentScope () const
 
NoderetargetToScope (Node &) const
 
NodeancestorNodeInThisScope (Node *) const
 
WEBCORE_EXPORT ElementancestorElementInThisScope (Element *) const
 
void addImageMap (HTMLMapElement &)
 
void removeImageMap (HTMLMapElement &)
 
HTMLMapElementgetImageMap (const String &url) const
 
bool shouldCacheLabelsByForAttribute () const
 
void addLabel (const AtomicStringImpl &forAttributeValue, HTMLLabelElement &)
 
void removeLabel (const AtomicStringImpl &forAttributeValue, HTMLLabelElement &)
 
HTMLLabelElementlabelElementForId (const AtomicString &forAttributeValue)
 
WEBCORE_EXPORT ElementelementFromPoint (int x, int y)
 
ElementfindAnchor (const String &name)
 
void adoptIfNeeded (Node &)
 
ContainerNoderootNode () const
 
IdTargetObserverRegistryidTargetObserverRegistry () const
 
- Public Member Functions inherited from WebCore::ScriptExecutionContext
 ScriptExecutionContext ()
 
virtual ~ScriptExecutionContext ()
 
virtual bool isWorkerGlobalScope () const
 
virtual String resourceRequestIdentifier () const
 
bool sanitizeScriptError (String &errorMessage, int &lineNumber, int &columnNumber, String &sourceURL, JSC::Strong< JSC::Unknown > &error, CachedScript *=nullptr)
 
void reportException (const String &errorMessage, int lineNumber, int columnNumber, const String &sourceURL, JSC::Exception *, RefPtr< Inspector::ScriptCallStack > &&, CachedScript *=nullptr)
 
void addConsoleMessage (MessageSource, MessageLevel, const String &message, const String &sourceURL, unsigned lineNumber, unsigned columnNumber, JSC::ExecState *=nullptr, unsigned long requestIdentifier=0)
 
PublicURLManagerpublicURLManager ()
 
WEBCORE_EXPORT bool canSuspendActiveDOMObjectsForDocumentSuspension (Vector< ActiveDOMObject *> *unsuspendableObjects=nullptr)
 
bool activeDOMObjectsAreSuspended () const
 
bool activeDOMObjectsAreStopped () const
 
void didCreateActiveDOMObject (ActiveDOMObject &)
 
void willDestroyActiveDOMObject (ActiveDOMObject &)
 
void suspendActiveDOMObjectIfNeeded (ActiveDOMObject &)
 
void didCreateDestructionObserver (ContextDestructionObserver &)
 
void willDestroyDestructionObserver (ContextDestructionObserver &)
 
void processMessagePortMessagesSoon ()
 
void dispatchMessagePortEvents ()
 
void createdMessagePort (MessagePort &)
 
void destroyedMessagePort (MessagePort &)
 
void ref ()
 
void deref ()
 
template<typename... Arguments>
void postCrossThreadTask (Arguments &&... arguments)
 
int circularSequentialID ()
 
bool addTimeout (int timeoutId, DOMTimer &timer)
 
void removeTimeout (int timeoutId)
 
DOMTimerfindTimeout (int timeoutId)
 
WEBCORE_EXPORT JSC::VMvm ()
 
void adjustMinimumTimerInterval (std::chrono::milliseconds oldMinimumTimerInterval)
 
void didChangeTimerAlignmentInterval ()
 
DatabaseContextdatabaseContext ()
 
void setDatabaseContext (DatabaseContext *)
 
int timerNestingLevel () const
 
void setTimerNestingLevel (int timerNestingLevel)
 
JSC::ExecStateexecState ()
 
 ScriptExecutionContext ()
 
virtual ~ScriptExecutionContext ()
 
virtual bool isWorkerGlobalScope () const
 
virtual String resourceRequestIdentifier () const
 
bool sanitizeScriptError (String &errorMessage, int &lineNumber, int &columnNumber, String &sourceURL, JSC::Strong< JSC::Unknown > &error, CachedScript *=nullptr)
 
void reportException (const String &errorMessage, int lineNumber, int columnNumber, const String &sourceURL, JSC::Exception *, RefPtr< Inspector::ScriptCallStack > &&, CachedScript *=nullptr)
 
void addConsoleMessage (MessageSource, MessageLevel, const String &message, const String &sourceURL, unsigned lineNumber, unsigned columnNumber, JSC::ExecState *=nullptr, unsigned long requestIdentifier=0)
 
PublicURLManagerpublicURLManager ()
 
WEBCORE_EXPORT bool canSuspendActiveDOMObjectsForDocumentSuspension (Vector< ActiveDOMObject *> *unsuspendableObjects=nullptr)
 
bool activeDOMObjectsAreSuspended () const
 
bool activeDOMObjectsAreStopped () const
 
void didCreateActiveDOMObject (ActiveDOMObject &)
 
void willDestroyActiveDOMObject (ActiveDOMObject &)
 
void suspendActiveDOMObjectIfNeeded (ActiveDOMObject &)
 
void didCreateDestructionObserver (ContextDestructionObserver &)
 
void willDestroyDestructionObserver (ContextDestructionObserver &)
 
void processMessagePortMessagesSoon ()
 
void dispatchMessagePortEvents ()
 
void createdMessagePort (MessagePort &)
 
void destroyedMessagePort (MessagePort &)
 
void ref ()
 
void deref ()
 
template<typename... Arguments>
void postCrossThreadTask (Arguments &&... arguments)
 
int circularSequentialID ()
 
bool addTimeout (int timeoutId, DOMTimer &timer)
 
void removeTimeout (int timeoutId)
 
DOMTimerfindTimeout (int timeoutId)
 
WEBCORE_EXPORT JSC::VMvm ()
 
void adjustMinimumTimerInterval (std::chrono::milliseconds oldMinimumTimerInterval)
 
void didChangeTimerAlignmentInterval ()
 
DatabaseContextdatabaseContext ()
 
void setDatabaseContext (DatabaseContext *)
 
int timerNestingLevel () const
 
void setTimerNestingLevel (int timerNestingLevel)
 
JSC::ExecStateexecState ()
 
- Public Member Functions inherited from WebCore::SecurityContext
SandboxFlags sandboxFlags () const
 
ContentSecurityPolicycontentSecurityPolicy ()
 
bool isSecureTransitionTo (const URL &) const
 
void enforceSandboxFlags (SandboxFlags mask)
 
bool isSandboxed (SandboxFlags mask) const
 
SecurityOriginPolicysecurityOriginPolicy () const
 
void setSecurityOriginPolicy (RefPtr< SecurityOriginPolicy > &&)
 
WEBCORE_EXPORT SecurityOriginsecurityOrigin () const
 
bool foundMixedContent () const
 
void setFoundMixedContent ()
 
bool geolocationAccessed () const
 
void setGeolocationAccessed ()
 
bool isStrictMixedContentMode () const
 
void setStrictMixedContentMode (bool strictMixedContentMode)
 
SandboxFlags sandboxFlags () const
 
ContentSecurityPolicycontentSecurityPolicy ()
 
bool isSecureTransitionTo (const URL &) const
 
void enforceSandboxFlags (SandboxFlags mask)
 
bool isSandboxed (SandboxFlags mask) const
 
SecurityOriginPolicysecurityOriginPolicy () const
 
void setSecurityOriginPolicy (RefPtr< SecurityOriginPolicy > &&)
 
WEBCORE_EXPORT SecurityOriginsecurityOrigin () const
 
bool foundMixedContent () const
 
void setFoundMixedContent ()
 
bool geolocationAccessed () const
 
void setGeolocationAccessed ()
 
bool isStrictMixedContentMode () const
 
void setStrictMixedContentMode (bool strictMixedContentMode)
 
- Public Member Functions inherited from WebCore::FontSelectorClient
virtual ~FontSelectorClient ()
 
virtual ~FontSelectorClient ()
 
- Public Member Functions inherited from WebCore::FrameDestructionObserver
WEBCORE_EXPORT FrameDestructionObserver (Frame *)
 
virtual WEBCORE_EXPORT void willDetachPage ()
 
Frameframe () const
 
WEBCORE_EXPORT FrameDestructionObserver (Frame *)
 
virtual WEBCORE_EXPORT void willDetachPage ()
 
Frameframe () const
 
- Public Member Functions inherited from WebCore::Supplementable< Document >
void provideSupplement (const char *key, std::unique_ptr< Supplement< Document >> supplement)
 
void provideSupplement (const char *key, std::unique_ptr< Supplement< Document >> supplement)
 
void removeSupplement (const char *key)
 
void removeSupplement (const char *key)
 
Supplement< Document > * requireSupplement (const char *key)
 
Supplement< Document > * requireSupplement (const char *key)
 

Static Public Member Functions

static Ref< ImageDocumentcreate (Frame &frame, const URL &url)
 
static Ref< ImageDocumentcreate (Frame &frame, const URL &url)
 
- Static Public Member Functions inherited from WebCore::HTMLDocument
static Ref< HTMLDocumentcreate (Frame *frame, const URL &url)
 
static Ref< HTMLDocumentcreateSynthesizedDocument (Frame *frame, const URL &url)
 
static bool isCaseSensitiveAttribute (const QualifiedName &)
 
static Ref< HTMLDocumentcreate (Frame *frame, const URL &url)
 
static Ref< HTMLDocumentcreateSynthesizedDocument (Frame *frame, const URL &url)
 
static bool isCaseSensitiveAttribute (const QualifiedName &)
 
- Static Public Member Functions inherited from WebCore::Document
static Ref< Documentcreate (Frame *frame, const URL &url)
 
static Ref< DocumentcreateNonRenderedPlaceholder (Frame *frame, const URL &url)
 
static Ref< Documentcreate (Document &)
 
static WEBCORE_EXPORT HashSet< Document * > & allDocuments ()
 
static ptrdiff_t documentElementMemoryOffset ()
 
static CustomElementNameValidationStatus validateCustomElementName (const AtomicString &)
 
static ptrdiff_t documentClassesMemoryOffset ()
 
static uint32_t isHTMLDocumentClassFlag ()
 
static ptrdiff_t compatibilityModeMemoryOffset ()
 
static ptrdiff_t cssTargetMemoryOffset ()
 
static bool isValidName (const String &)
 
static ExceptionOr< std::pair< AtomicString, AtomicString > > parseQualifiedName (const String &qualifiedName)
 
static ExceptionOr< QualifiedNameparseQualifiedName (const AtomicString &namespaceURI, const String &qualifiedName)
 
static bool hasValidNamespaceForElements (const QualifiedName &)
 
static bool hasValidNamespaceForAttributes (const QualifiedName &)
 
static Ref< Documentcreate (Frame *frame, const URL &url)
 
static Ref< DocumentcreateNonRenderedPlaceholder (Frame *frame, const URL &url)
 
static Ref< Documentcreate (Document &)
 
static WEBCORE_EXPORT HashSet< Document * > & allDocuments ()
 
static ptrdiff_t documentElementMemoryOffset ()
 
static CustomElementNameValidationStatus validateCustomElementName (const AtomicString &)
 
static ptrdiff_t documentClassesMemoryOffset ()
 
static uint32_t isHTMLDocumentClassFlag ()
 
static ptrdiff_t compatibilityModeMemoryOffset ()
 
static ptrdiff_t cssTargetMemoryOffset ()
 
static bool isValidName (const String &)
 
static ExceptionOr< std::pair< AtomicString, AtomicString > > parseQualifiedName (const String &qualifiedName)
 
static ExceptionOr< QualifiedNameparseQualifiedName (const AtomicString &namespaceURI, const String &qualifiedName)
 
static bool hasValidNamespaceForElements (const QualifiedName &)
 
static bool hasValidNamespaceForAttributes (const QualifiedName &)
 
- Static Public Member Functions inherited from WebCore::ContainerNode
static ptrdiff_t firstChildMemoryOffset ()
 
static ptrdiff_t lastChildMemoryOffset ()
 
static ptrdiff_t firstChildMemoryOffset ()
 
static ptrdiff_t lastChildMemoryOffset ()
 
- Static Public Member Functions inherited from WebCore::Node
static WEBCORE_EXPORT void startIgnoringLeaks ()
 
static WEBCORE_EXPORT void stopIgnoringLeaks ()
 
static void dumpStatistics ()
 
static ptrdiff_t parentNodeMemoryOffset ()
 
static ptrdiff_t previousSiblingMemoryOffset ()
 
static ptrdiff_t nextSiblingMemoryOffset ()
 
static ptrdiff_t treeScopeMemoryOffset ()
 
static WEBCORE_EXPORT void startIgnoringLeaks ()
 
static WEBCORE_EXPORT void stopIgnoringLeaks ()
 
static void dumpStatistics ()
 
static ptrdiff_t parentNodeMemoryOffset ()
 
static ptrdiff_t previousSiblingMemoryOffset ()
 
static ptrdiff_t nextSiblingMemoryOffset ()
 
static ptrdiff_t treeScopeMemoryOffset ()
 
- Static Public Member Functions inherited from WebCore::ScriptWrappable
template<typename Derived >
static ptrdiff_t offsetOfWrapper ()
 
template<typename Derived >
static ptrdiff_t offsetOfWrapper ()
 
- Static Public Member Functions inherited from WebCore::TreeScope
static ptrdiff_t documentScopeMemoryOffset ()
 
static ptrdiff_t documentScopeMemoryOffset ()
 
- Static Public Member Functions inherited from WebCore::SecurityContext
static SandboxFlags parseSandboxPolicy (const String &policy, String &invalidTokensErrorMessage)
 
static bool isSupportedSandboxPolicy (StringView)
 
static SandboxFlags parseSandboxPolicy (const String &policy, String &invalidTokensErrorMessage)
 
static bool isSupportedSandboxPolicy (StringView)
 

Additional Inherited Members

- Public Types inherited from WebCore::Document
enum  StandaloneStatus {
  StandaloneUnspecified, Standalone, NotStandalone, StandaloneUnspecified,
  Standalone, NotStandalone
}
 
enum  ResolveStyleType { ResolveStyleType::Normal, ResolveStyleType::Rebuild, ResolveStyleType::Normal, ResolveStyleType::Rebuild }
 
enum  RunPostLayoutTasks { RunPostLayoutTasks::Asynchronously, RunPostLayoutTasks::Synchronously, RunPostLayoutTasks::Asynchronously, RunPostLayoutTasks::Synchronously }
 
enum  ReadyState {
  Loading, Interactive, Complete, Loading,
  Interactive, Complete
}
 
enum  FocusRemovalEventsMode { FocusRemovalEventsMode::Dispatch, FocusRemovalEventsMode::DoNotDispatch, FocusRemovalEventsMode::Dispatch, FocusRemovalEventsMode::DoNotDispatch }
 
enum  AcceptChildOperation { AcceptChildOperation::Replace, AcceptChildOperation::InsertOrAdd, AcceptChildOperation::Replace, AcceptChildOperation::InsertOrAdd }
 
enum  ListenerType {
  DOMSUBTREEMODIFIED_LISTENER = 1, DOMNODEINSERTED_LISTENER = 1 << 1, DOMNODEREMOVED_LISTENER = 1 << 2, DOMNODEREMOVEDFROMDOCUMENT_LISTENER = 1 << 3,
  DOMNODEINSERTEDINTODOCUMENT_LISTENER = 1 << 4, DOMCHARACTERDATAMODIFIED_LISTENER = 1 << 5, OVERFLOWCHANGED_LISTENER = 1 << 6, ANIMATIONEND_LISTENER = 1 << 7,
  ANIMATIONSTART_LISTENER = 1 << 8, ANIMATIONITERATION_LISTENER = 1 << 9, TRANSITIONEND_LISTENER = 1 << 10, BEFORELOAD_LISTENER = 1 << 11,
  SCROLL_LISTENER = 1 << 12, FORCEWILLBEGIN_LISTENER = 1 << 13, FORCECHANGED_LISTENER = 1 << 14, FORCEDOWN_LISTENER = 1 << 15,
  FORCEUP_LISTENER = 1 << 16, DOMSUBTREEMODIFIED_LISTENER = 1, DOMNODEINSERTED_LISTENER = 1 << 1, DOMNODEREMOVED_LISTENER = 1 << 2,
  DOMNODEREMOVEDFROMDOCUMENT_LISTENER = 1 << 3, DOMNODEINSERTEDINTODOCUMENT_LISTENER = 1 << 4, DOMCHARACTERDATAMODIFIED_LISTENER = 1 << 5, OVERFLOWCHANGED_LISTENER = 1 << 6,
  ANIMATIONEND_LISTENER = 1 << 7, ANIMATIONSTART_LISTENER = 1 << 8, ANIMATIONITERATION_LISTENER = 1 << 9, TRANSITIONEND_LISTENER = 1 << 10,
  BEFORELOAD_LISTENER = 1 << 11, SCROLL_LISTENER = 1 << 12, FORCEWILLBEGIN_LISTENER = 1 << 13, FORCECHANGED_LISTENER = 1 << 14,
  FORCEDOWN_LISTENER = 1 << 15, FORCEUP_LISTENER = 1 << 16
}
 
enum  InheritedBool {
  off = false, on = true, inherit, off = false,
  on = true, inherit
}
 
enum  PendingSheetLayout {
  NoLayoutWithPendingSheets, DidLayoutWithPendingSheets, IgnoreLayoutWithPendingSheets, NoLayoutWithPendingSheets,
  DidLayoutWithPendingSheets, IgnoreLayoutWithPendingSheets
}
 
enum  PageCacheState {
  NotInPageCache, AboutToEnterPageCache, InPageCache, NotInPageCache,
  AboutToEnterPageCache, InPageCache
}
 
enum  StandaloneStatus {
  StandaloneUnspecified, Standalone, NotStandalone, StandaloneUnspecified,
  Standalone, NotStandalone
}
 
enum  ResolveStyleType { ResolveStyleType::Normal, ResolveStyleType::Rebuild, ResolveStyleType::Normal, ResolveStyleType::Rebuild }
 
enum  RunPostLayoutTasks { RunPostLayoutTasks::Asynchronously, RunPostLayoutTasks::Synchronously, RunPostLayoutTasks::Asynchronously, RunPostLayoutTasks::Synchronously }
 
enum  ReadyState {
  Loading, Interactive, Complete, Loading,
  Interactive, Complete
}
 
enum  FocusRemovalEventsMode { FocusRemovalEventsMode::Dispatch, FocusRemovalEventsMode::DoNotDispatch, FocusRemovalEventsMode::Dispatch, FocusRemovalEventsMode::DoNotDispatch }
 
enum  AcceptChildOperation { AcceptChildOperation::Replace, AcceptChildOperation::InsertOrAdd, AcceptChildOperation::Replace, AcceptChildOperation::InsertOrAdd }
 
enum  ListenerType {
  DOMSUBTREEMODIFIED_LISTENER = 1, DOMNODEINSERTED_LISTENER = 1 << 1, DOMNODEREMOVED_LISTENER = 1 << 2, DOMNODEREMOVEDFROMDOCUMENT_LISTENER = 1 << 3,
  DOMNODEINSERTEDINTODOCUMENT_LISTENER = 1 << 4, DOMCHARACTERDATAMODIFIED_LISTENER = 1 << 5, OVERFLOWCHANGED_LISTENER = 1 << 6, ANIMATIONEND_LISTENER = 1 << 7,
  ANIMATIONSTART_LISTENER = 1 << 8, ANIMATIONITERATION_LISTENER = 1 << 9, TRANSITIONEND_LISTENER = 1 << 10, BEFORELOAD_LISTENER = 1 << 11,
  SCROLL_LISTENER = 1 << 12, FORCEWILLBEGIN_LISTENER = 1 << 13, FORCECHANGED_LISTENER = 1 << 14, FORCEDOWN_LISTENER = 1 << 15,
  FORCEUP_LISTENER = 1 << 16, DOMSUBTREEMODIFIED_LISTENER = 1, DOMNODEINSERTED_LISTENER = 1 << 1, DOMNODEREMOVED_LISTENER = 1 << 2,
  DOMNODEREMOVEDFROMDOCUMENT_LISTENER = 1 << 3, DOMNODEINSERTEDINTODOCUMENT_LISTENER = 1 << 4, DOMCHARACTERDATAMODIFIED_LISTENER = 1 << 5, OVERFLOWCHANGED_LISTENER = 1 << 6,
  ANIMATIONEND_LISTENER = 1 << 7, ANIMATIONSTART_LISTENER = 1 << 8, ANIMATIONITERATION_LISTENER = 1 << 9, TRANSITIONEND_LISTENER = 1 << 10,
  BEFORELOAD_LISTENER = 1 << 11, SCROLL_LISTENER = 1 << 12, FORCEWILLBEGIN_LISTENER = 1 << 13, FORCECHANGED_LISTENER = 1 << 14,
  FORCEDOWN_LISTENER = 1 << 15, FORCEUP_LISTENER = 1 << 16
}
 
enum  InheritedBool {
  off = false, on = true, inherit, off = false,
  on = true, inherit
}
 
enum  PendingSheetLayout {
  NoLayoutWithPendingSheets, DidLayoutWithPendingSheets, IgnoreLayoutWithPendingSheets, NoLayoutWithPendingSheets,
  DidLayoutWithPendingSheets, IgnoreLayoutWithPendingSheets
}
 
enum  PageCacheState {
  NotInPageCache, AboutToEnterPageCache, InPageCache, NotInPageCache,
  AboutToEnterPageCache, InPageCache
}
 
using VisibilityState = PageVisibilityState
 
typedef std::pair< Region, bool > RegionFixedPair
 
using VisibilityState = PageVisibilityState
 
typedef std::pair< Region, bool > RegionFixedPair
 
- Public Types inherited from WebCore::ContainerNode
enum  ChildChangeType {
  ElementInserted, ElementRemoved, TextInserted, TextRemoved,
  TextChanged, AllChildrenRemoved, NonContentsChildRemoved, NonContentsChildInserted,
  AllChildrenReplaced, ElementInserted, ElementRemoved, TextInserted,
  TextRemoved, TextChanged, AllChildrenRemoved, NonContentsChildRemoved,
  NonContentsChildInserted, AllChildrenReplaced
}
 
enum  ChildChangeSource { ChildChangeSourceParser, ChildChangeSourceAPI, ChildChangeSourceParser, ChildChangeSourceAPI }
 
enum  ChildChangeType {
  ElementInserted, ElementRemoved, TextInserted, TextRemoved,
  TextChanged, AllChildrenRemoved, NonContentsChildRemoved, NonContentsChildInserted,
  AllChildrenReplaced, ElementInserted, ElementRemoved, TextInserted,
  TextRemoved, TextChanged, AllChildrenRemoved, NonContentsChildRemoved,
  NonContentsChildInserted, AllChildrenReplaced
}
 
enum  ChildChangeSource { ChildChangeSourceParser, ChildChangeSourceAPI, ChildChangeSourceParser, ChildChangeSourceAPI }
 
- Public Types inherited from WebCore::Node
enum  NodeType {
  ELEMENT_NODE = 1, ATTRIBUTE_NODE = 2, TEXT_NODE = 3, CDATA_SECTION_NODE = 4,
  PROCESSING_INSTRUCTION_NODE = 7, COMMENT_NODE = 8, DOCUMENT_NODE = 9, DOCUMENT_TYPE_NODE = 10,
  DOCUMENT_FRAGMENT_NODE = 11, ELEMENT_NODE = 1, ATTRIBUTE_NODE = 2, TEXT_NODE = 3,
  CDATA_SECTION_NODE = 4, PROCESSING_INSTRUCTION_NODE = 7, COMMENT_NODE = 8, DOCUMENT_NODE = 9,
  DOCUMENT_TYPE_NODE = 10, DOCUMENT_FRAGMENT_NODE = 11
}
 
enum  DeprecatedNodeType {
  ENTITY_REFERENCE_NODE = 5, ENTITY_NODE = 6, NOTATION_NODE = 12, ENTITY_REFERENCE_NODE = 5,
  ENTITY_NODE = 6, NOTATION_NODE = 12
}
 
enum  DocumentPosition {
  DOCUMENT_POSITION_EQUIVALENT = 0x00, DOCUMENT_POSITION_DISCONNECTED = 0x01, DOCUMENT_POSITION_PRECEDING = 0x02, DOCUMENT_POSITION_FOLLOWING = 0x04,
  DOCUMENT_POSITION_CONTAINS = 0x08, DOCUMENT_POSITION_CONTAINED_BY = 0x10, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0x20, DOCUMENT_POSITION_EQUIVALENT = 0x00,
  DOCUMENT_POSITION_DISCONNECTED = 0x01, DOCUMENT_POSITION_PRECEDING = 0x02, DOCUMENT_POSITION_FOLLOWING = 0x04, DOCUMENT_POSITION_CONTAINS = 0x08,
  DOCUMENT_POSITION_CONTAINED_BY = 0x10, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0x20
}
 
enum  CloningOperation {
  CloningOperation::OnlySelf, CloningOperation::SelfWithTemplateContent, CloningOperation::Everything, CloningOperation::OnlySelf,
  CloningOperation::SelfWithTemplateContent, CloningOperation::Everything
}
 
enum  UserSelectAllTreatment { UserSelectAllDoesNotAffectEditability, UserSelectAllIsAlwaysNonEditable, UserSelectAllDoesNotAffectEditability, UserSelectAllIsAlwaysNonEditable }
 
enum  Editability {
  Editability::ReadOnly, Editability::CanEditPlainText, Editability::CanEditRichly, Editability::ReadOnly,
  Editability::CanEditPlainText, Editability::CanEditRichly
}
 
enum  ShouldUpdateStyle { ShouldUpdateStyle::Update, ShouldUpdateStyle::DoNotUpdate, ShouldUpdateStyle::Update, ShouldUpdateStyle::DoNotUpdate }
 
enum  InsertionNotificationRequest { InsertionDone, InsertionShouldCallFinishedInsertingSubtree, InsertionDone, InsertionShouldCallFinishedInsertingSubtree }
 
enum  NodeType {
  ELEMENT_NODE = 1, ATTRIBUTE_NODE = 2, TEXT_NODE = 3, CDATA_SECTION_NODE = 4,
  PROCESSING_INSTRUCTION_NODE = 7, COMMENT_NODE = 8, DOCUMENT_NODE = 9, DOCUMENT_TYPE_NODE = 10,
  DOCUMENT_FRAGMENT_NODE = 11, ELEMENT_NODE = 1, ATTRIBUTE_NODE = 2, TEXT_NODE = 3,
  CDATA_SECTION_NODE = 4, PROCESSING_INSTRUCTION_NODE = 7, COMMENT_NODE = 8, DOCUMENT_NODE = 9,
  DOCUMENT_TYPE_NODE = 10, DOCUMENT_FRAGMENT_NODE = 11
}
 
enum  DeprecatedNodeType {
  ENTITY_REFERENCE_NODE = 5, ENTITY_NODE = 6, NOTATION_NODE = 12, ENTITY_REFERENCE_NODE = 5,
  ENTITY_NODE = 6, NOTATION_NODE = 12
}
 
enum  DocumentPosition {
  DOCUMENT_POSITION_EQUIVALENT = 0x00, DOCUMENT_POSITION_DISCONNECTED = 0x01, DOCUMENT_POSITION_PRECEDING = 0x02, DOCUMENT_POSITION_FOLLOWING = 0x04,
  DOCUMENT_POSITION_CONTAINS = 0x08, DOCUMENT_POSITION_CONTAINED_BY = 0x10, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0x20, DOCUMENT_POSITION_EQUIVALENT = 0x00,
  DOCUMENT_POSITION_DISCONNECTED = 0x01, DOCUMENT_POSITION_PRECEDING = 0x02, DOCUMENT_POSITION_FOLLOWING = 0x04, DOCUMENT_POSITION_CONTAINS = 0x08,
  DOCUMENT_POSITION_CONTAINED_BY = 0x10, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0x20
}
 
enum  CloningOperation {
  CloningOperation::OnlySelf, CloningOperation::SelfWithTemplateContent, CloningOperation::Everything, CloningOperation::OnlySelf,
  CloningOperation::SelfWithTemplateContent, CloningOperation::Everything
}
 
enum  UserSelectAllTreatment { UserSelectAllDoesNotAffectEditability, UserSelectAllIsAlwaysNonEditable, UserSelectAllDoesNotAffectEditability, UserSelectAllIsAlwaysNonEditable }
 
enum  Editability {
  Editability::ReadOnly, Editability::CanEditPlainText, Editability::CanEditRichly, Editability::ReadOnly,
  Editability::CanEditPlainText, Editability::CanEditRichly
}
 
enum  ShouldUpdateStyle { ShouldUpdateStyle::Update, ShouldUpdateStyle::DoNotUpdate, ShouldUpdateStyle::Update, ShouldUpdateStyle::DoNotUpdate }
 
enum  InsertionNotificationRequest { InsertionDone, InsertionShouldCallFinishedInsertingSubtree, InsertionDone, InsertionShouldCallFinishedInsertingSubtree }
 
- Public Types inherited from WebCore::EventTarget
using AddEventListenerOptionsOrBoolean = Variant< AddEventListenerOptions, bool >
 
using ListenerOptionsOrBoolean = Variant< ListenerOptions, bool >
 
using AddEventListenerOptionsOrBoolean = Variant< AddEventListenerOptions, bool >
 
using ListenerOptionsOrBoolean = Variant< ListenerOptions, bool >
 
- Public Attributes inherited from WebCore::Node
bool m_deletionHasBegun { false }
 
bool m_inRemovedLastRefFunction { false }
 
bool m_adoptionIsRequired { true }
 
- Protected Types inherited from WebCore::Document
enum  ConstructionFlags { Synthesized = 1, NonRenderedPlaceholder = 1 << 1, Synthesized = 1, NonRenderedPlaceholder = 1 << 1 }
 
enum  ConstructionFlags { Synthesized = 1, NonRenderedPlaceholder = 1 << 1, Synthesized = 1, NonRenderedPlaceholder = 1 << 1 }
 
- Protected Types inherited from WebCore::Node
enum  NodeFlags {
  IsTextFlag = 1, IsContainerFlag = 1 << 1, IsElementFlag = 1 << 2, IsStyledElementFlag = 1 << 3,
  IsHTMLFlag = 1 << 4, IsSVGFlag = 1 << 5, ChildNeedsStyleRecalcFlag = 1 << 7, IsConnectedFlag = 1 << 8,
  IsLinkFlag = 1 << 9, IsUserActionElement = 1 << 10, HasRareDataFlag = 1 << 11, IsDocumentFragmentFlag = 1 << 12,
  IsParsingChildrenFinishedFlag = 1 << 13, StyleValidityShift = 14, StyleValidityMask = 3 << StyleValidityShift, StyleResolutionShouldRecompositeLayerFlag = 1 << 16,
  IsEditingTextOrUndefinedCustomElementFlag = 1 << 17, HasFocusWithin = 1 << 18, HasSyntheticAttrChildNodesFlag = 1 << 19, HasCustomStyleResolveCallbacksFlag = 1 << 20,
  HasEventTargetDataFlag = 1 << 21, IsCustomElement = 1 << 22, IsInShadowTreeFlag = 1 << 23, IsMathMLFlag = 1 << 24,
  ChildrenAffectedByFirstChildRulesFlag = 1 << 25, ChildrenAffectedByLastChildRulesFlag = 1 << 26, ChildrenAffectedByHoverRulesFlag = 1 << 27, DirectChildNeedsStyleRecalcFlag = 1 << 28,
  AffectsNextSiblingElementStyle = 1 << 29, StyleIsAffectedByPreviousSibling = 1 << 30, SelfOrAncestorHasDirAutoFlag = 1 << 31, DefaultNodeFlags = IsParsingChildrenFinishedFlag,
  IsTextFlag = 1, IsContainerFlag = 1 << 1, IsElementFlag = 1 << 2, IsStyledElementFlag = 1 << 3,
  IsHTMLFlag = 1 << 4, IsSVGFlag = 1 << 5, ChildNeedsStyleRecalcFlag = 1 << 7, IsConnectedFlag = 1 << 8,
  IsLinkFlag = 1 << 9, IsUserActionElement = 1 << 10, HasRareDataFlag = 1 << 11, IsDocumentFragmentFlag = 1 << 12,
  IsParsingChildrenFinishedFlag = 1 << 13, StyleValidityShift = 14, StyleValidityMask = 3 << StyleValidityShift, StyleResolutionShouldRecompositeLayerFlag = 1 << 16,
  IsEditingTextOrUndefinedCustomElementFlag = 1 << 17, HasFocusWithin = 1 << 18, HasSyntheticAttrChildNodesFlag = 1 << 19, HasCustomStyleResolveCallbacksFlag = 1 << 20,
  HasEventTargetDataFlag = 1 << 21, IsCustomElement = 1 << 22, IsInShadowTreeFlag = 1 << 23, IsMathMLFlag = 1 << 24,
  ChildrenAffectedByFirstChildRulesFlag = 1 << 25, ChildrenAffectedByLastChildRulesFlag = 1 << 26, ChildrenAffectedByHoverRulesFlag = 1 << 27, DirectChildNeedsStyleRecalcFlag = 1 << 28,
  AffectsNextSiblingElementStyle = 1 << 29, StyleIsAffectedByPreviousSibling = 1 << 30, SelfOrAncestorHasDirAutoFlag = 1 << 31, DefaultNodeFlags = IsParsingChildrenFinishedFlag
}
 
enum  ConstructionType {
  CreateOther = DefaultNodeFlags, CreateText = DefaultNodeFlags | IsTextFlag, CreateContainer = DefaultNodeFlags | IsContainerFlag, CreateElement = CreateContainer | IsElementFlag,
  CreatePseudoElement = CreateElement | IsConnectedFlag, CreateShadowRoot = CreateContainer | IsDocumentFragmentFlag | IsInShadowTreeFlag, CreateDocumentFragment = CreateContainer | IsDocumentFragmentFlag, CreateStyledElement = CreateElement | IsStyledElementFlag,
  CreateHTMLElement = CreateStyledElement | IsHTMLFlag, CreateSVGElement = CreateStyledElement | IsSVGFlag | HasCustomStyleResolveCallbacksFlag, CreateDocument = CreateContainer | IsConnectedFlag, CreateEditingText = CreateText | IsEditingTextOrUndefinedCustomElementFlag,
  CreateMathMLElement = CreateStyledElement | IsMathMLFlag, CreateOther = DefaultNodeFlags, CreateText = DefaultNodeFlags | IsTextFlag, CreateContainer = DefaultNodeFlags | IsContainerFlag,
  CreateElement = CreateContainer | IsElementFlag, CreatePseudoElement = CreateElement | IsConnectedFlag, CreateShadowRoot = CreateContainer | IsDocumentFragmentFlag | IsInShadowTreeFlag, CreateDocumentFragment = CreateContainer | IsDocumentFragmentFlag,
  CreateStyledElement = CreateElement | IsStyledElementFlag, CreateHTMLElement = CreateStyledElement | IsHTMLFlag, CreateSVGElement = CreateStyledElement | IsSVGFlag | HasCustomStyleResolveCallbacksFlag, CreateDocument = CreateContainer | IsConnectedFlag,
  CreateEditingText = CreateText | IsEditingTextOrUndefinedCustomElementFlag, CreateMathMLElement = CreateStyledElement | IsMathMLFlag
}
 
enum  NodeFlags {
  IsTextFlag = 1, IsContainerFlag = 1 << 1, IsElementFlag = 1 << 2, IsStyledElementFlag = 1 << 3,
  IsHTMLFlag = 1 << 4, IsSVGFlag = 1 << 5, ChildNeedsStyleRecalcFlag = 1 << 7, IsConnectedFlag = 1 << 8,
  IsLinkFlag = 1 << 9, IsUserActionElement = 1 << 10, HasRareDataFlag = 1 << 11, IsDocumentFragmentFlag = 1 << 12,
  IsParsingChildrenFinishedFlag = 1 << 13, StyleValidityShift = 14, StyleValidityMask = 3 << StyleValidityShift, StyleResolutionShouldRecompositeLayerFlag = 1 << 16,
  IsEditingTextOrUndefinedCustomElementFlag = 1 << 17, HasFocusWithin = 1 << 18, HasSyntheticAttrChildNodesFlag = 1 << 19, HasCustomStyleResolveCallbacksFlag = 1 << 20,
  HasEventTargetDataFlag = 1 << 21, IsCustomElement = 1 << 22, IsInShadowTreeFlag = 1 << 23, IsMathMLFlag = 1 << 24,
  ChildrenAffectedByFirstChildRulesFlag = 1 << 25, ChildrenAffectedByLastChildRulesFlag = 1 << 26, ChildrenAffectedByHoverRulesFlag = 1 << 27, DirectChildNeedsStyleRecalcFlag = 1 << 28,
  AffectsNextSiblingElementStyle = 1 << 29, StyleIsAffectedByPreviousSibling = 1 << 30, SelfOrAncestorHasDirAutoFlag = 1 << 31, DefaultNodeFlags = IsParsingChildrenFinishedFlag,
  IsTextFlag = 1, IsContainerFlag = 1 << 1, IsElementFlag = 1 << 2, IsStyledElementFlag = 1 << 3,
  IsHTMLFlag = 1 << 4, IsSVGFlag = 1 << 5, ChildNeedsStyleRecalcFlag = 1 << 7, IsConnectedFlag = 1 << 8,
  IsLinkFlag = 1 << 9, IsUserActionElement = 1 << 10, HasRareDataFlag = 1 << 11, IsDocumentFragmentFlag = 1 << 12,
  IsParsingChildrenFinishedFlag = 1 << 13, StyleValidityShift = 14, StyleValidityMask = 3 << StyleValidityShift, StyleResolutionShouldRecompositeLayerFlag = 1 << 16,
  IsEditingTextOrUndefinedCustomElementFlag = 1 << 17, HasFocusWithin = 1 << 18, HasSyntheticAttrChildNodesFlag = 1 << 19, HasCustomStyleResolveCallbacksFlag = 1 << 20,
  HasEventTargetDataFlag = 1 << 21, IsCustomElement = 1 << 22, IsInShadowTreeFlag = 1 << 23, IsMathMLFlag = 1 << 24,
  ChildrenAffectedByFirstChildRulesFlag = 1 << 25, ChildrenAffectedByLastChildRulesFlag = 1 << 26, ChildrenAffectedByHoverRulesFlag = 1 << 27, DirectChildNeedsStyleRecalcFlag = 1 << 28,
  AffectsNextSiblingElementStyle = 1 << 29, StyleIsAffectedByPreviousSibling = 1 << 30, SelfOrAncestorHasDirAutoFlag = 1 << 31, DefaultNodeFlags = IsParsingChildrenFinishedFlag
}
 
enum  ConstructionType {
  CreateOther = DefaultNodeFlags, CreateText = DefaultNodeFlags | IsTextFlag, CreateContainer = DefaultNodeFlags | IsContainerFlag, CreateElement = CreateContainer | IsElementFlag,
  CreatePseudoElement = CreateElement | IsConnectedFlag, CreateShadowRoot = CreateContainer | IsDocumentFragmentFlag | IsInShadowTreeFlag, CreateDocumentFragment = CreateContainer | IsDocumentFragmentFlag, CreateStyledElement = CreateElement | IsStyledElementFlag,
  CreateHTMLElement = CreateStyledElement | IsHTMLFlag, CreateSVGElement = CreateStyledElement | IsSVGFlag | HasCustomStyleResolveCallbacksFlag, CreateDocument = CreateContainer | IsConnectedFlag, CreateEditingText = CreateText | IsEditingTextOrUndefinedCustomElementFlag,
  CreateMathMLElement = CreateStyledElement | IsMathMLFlag, CreateOther = DefaultNodeFlags, CreateText = DefaultNodeFlags | IsTextFlag, CreateContainer = DefaultNodeFlags | IsContainerFlag,
  CreateElement = CreateContainer | IsElementFlag, CreatePseudoElement = CreateElement | IsConnectedFlag, CreateShadowRoot = CreateContainer | IsDocumentFragmentFlag | IsInShadowTreeFlag, CreateDocumentFragment = CreateContainer | IsDocumentFragmentFlag,
  CreateStyledElement = CreateElement | IsStyledElementFlag, CreateHTMLElement = CreateStyledElement | IsHTMLFlag, CreateSVGElement = CreateStyledElement | IsSVGFlag | HasCustomStyleResolveCallbacksFlag, CreateDocument = CreateContainer | IsConnectedFlag,
  CreateEditingText = CreateText | IsEditingTextOrUndefinedCustomElementFlag, CreateMathMLElement = CreateStyledElement | IsMathMLFlag
}
 
- Protected Member Functions inherited from WebCore::HTMLDocument
 HTMLDocument (Frame *, const URL &, DocumentClassFlags=0, unsigned constructionFlags=0)
 
 HTMLDocument (Frame *, const URL &, DocumentClassFlags=0, unsigned constructionFlags=0)
 
- Protected Member Functions inherited from WebCore::Document
 Document (Frame *, const URL &, unsigned=DefaultDocumentClass, unsigned constructionFlags=0)
 
void clearXMLVersion ()
 
 Document (Frame *, const URL &, unsigned=DefaultDocumentClass, unsigned constructionFlags=0)
 
void clearXMLVersion ()
 
- Protected Member Functions inherited from WebCore::ContainerNode
 ContainerNode (Document &, ConstructionType=CreateContainer)
 
void removeDetachedChildren ()
 
void setFirstChild (Node *child)
 
void setLastChild (Node *child)
 
HTMLCollectioncachedHTMLCollection (CollectionType)
 
 ContainerNode (Document &, ConstructionType=CreateContainer)
 
void removeDetachedChildren ()
 
void setFirstChild (Node *child)
 
void setLastChild (Node *child)
 
HTMLCollectioncachedHTMLCollection (CollectionType)
 
- Protected Member Functions inherited from WebCore::Node
bool getFlag (NodeFlags mask) const
 
void setFlag (bool f, NodeFlags mask) const
 
void setFlag (NodeFlags mask) const
 
void clearFlag (NodeFlags mask) const
 
 Node (Document &, ConstructionType)
 
virtual void didMoveToNewDocument (Document &oldDocument)
 
virtual void addSubresourceAttributeURLs (ListHashSet< URL > &) const
 
bool hasRareData () const
 
NodeRareDatarareData () const
 
NodeRareDataensureRareData ()
 
void clearRareData ()
 
void clearEventTargetData ()
 
void setHasCustomStyleResolveCallbacks ()
 
void setTreeScope (TreeScope &scope)
 
void invalidateStyle (Style::Validity, Style::InvalidationMode=Style::InvalidationMode::Normal)
 
void updateAncestorsForStyleRecalc ()
 
ExceptionOr< RefPtr< Node > > convertNodesOrStringsIntoNode (Vector< NodeOrString > &&)
 
bool isParsingChildrenFinished () const
 
void setIsParsingChildrenFinished ()
 
void clearIsParsingChildrenFinished ()
 
bool getFlag (NodeFlags mask) const
 
void setFlag (bool f, NodeFlags mask) const
 
void setFlag (NodeFlags mask) const
 
void clearFlag (NodeFlags mask) const
 
 Node (Document &, ConstructionType)
 
virtual void didMoveToNewDocument (Document &oldDocument)
 
virtual void addSubresourceAttributeURLs (ListHashSet< URL > &) const
 
bool hasRareData () const
 
NodeRareDatarareData () const
 
NodeRareDataensureRareData ()
 
void clearRareData ()
 
void clearEventTargetData ()
 
void setHasCustomStyleResolveCallbacks ()
 
void setTreeScope (TreeScope &scope)
 
void invalidateStyle (Style::Validity, Style::InvalidationMode=Style::InvalidationMode::Normal)
 
void updateAncestorsForStyleRecalc ()
 
ExceptionOr< RefPtr< Node > > convertNodesOrStringsIntoNode (Vector< NodeOrString > &&)
 
bool isParsingChildrenFinished () const
 
void setIsParsingChildrenFinished ()
 
void clearIsParsingChildrenFinished ()
 
- Protected Member Functions inherited from WebCore::EventTarget
virtual ~EventTarget ()=default
 
const EventTargetDataeventTargetData () const
 
virtual ~EventTarget ()=default
 
const EventTargetDataeventTargetData () const
 
- Protected Member Functions inherited from WebCore::ScriptWrappable
 ~ScriptWrappable ()
 
 ~ScriptWrappable ()
 
- Protected Member Functions inherited from WebCore::TreeScope
 TreeScope (ShadowRoot &, Document &)
 
 TreeScope (Document &)
 
 ~TreeScope ()
 
void destroyTreeScopeData ()
 
void setDocumentScope (Document &document)
 
NodenodeFromPoint (const LayoutPoint &clientPoint, LayoutPoint *localPoint)
 
 TreeScope (ShadowRoot &, Document &)
 
 TreeScope (Document &)
 
 ~TreeScope ()
 
void destroyTreeScopeData ()
 
void setDocumentScope (Document &document)
 
NodenodeFromPoint (const LayoutPoint &clientPoint, LayoutPoint *localPoint)
 
- Protected Member Functions inherited from WebCore::ScriptExecutionContext
ActiveDOMObject::ReasonForSuspension reasonForSuspendingActiveDOMObjects () const
 
bool hasPendingActivity () const
 
ActiveDOMObject::ReasonForSuspension reasonForSuspendingActiveDOMObjects () const
 
bool hasPendingActivity () const
 
- Protected Member Functions inherited from WebCore::SecurityContext
 SecurityContext ()
 
virtual ~SecurityContext ()
 
void setContentSecurityPolicy (std::unique_ptr< ContentSecurityPolicy >)
 
void didFailToInitializeSecurityOrigin ()
 
bool haveInitializedSecurityOrigin () const
 
 SecurityContext ()
 
virtual ~SecurityContext ()
 
void setContentSecurityPolicy (std::unique_ptr< ContentSecurityPolicy >)
 
void didFailToInitializeSecurityOrigin ()
 
bool haveInitializedSecurityOrigin () const
 
- Protected Member Functions inherited from WebCore::FrameDestructionObserver
virtual WEBCORE_EXPORT ~FrameDestructionObserver ()
 
WEBCORE_EXPORT void observeFrame (Frame *)
 
virtual WEBCORE_EXPORT ~FrameDestructionObserver ()
 
WEBCORE_EXPORT void observeFrame (Frame *)
 
- Protected Member Functions inherited from WebCore::Supplementable< Document >
 Supplementable ()
 
 Supplementable ()
 
- Protected Attributes inherited from WebCore::FrameDestructionObserver
Framem_frame
 

Member Function Documentation

◆ create() [1/2]

static Ref<ImageDocument> WebCore::ImageDocument::create ( Frame frame,
const URL url 
)
inlinestatic

◆ create() [2/2]

static Ref<ImageDocument> WebCore::ImageDocument::create ( Frame frame,
const URL url 
)
inlinestatic

◆ disconnectImageElement() [1/2]

void WebCore::ImageDocument::disconnectImageElement ( )
inline

◆ disconnectImageElement() [2/2]

void WebCore::ImageDocument::disconnectImageElement ( )
inline

◆ finishedParsing() [1/2]

void WebCore::ImageDocument::finishedParsing ( )

◆ finishedParsing() [2/2]

void WebCore::ImageDocument::finishedParsing ( )

◆ imageClicked() [1/2]

void WebCore::ImageDocument::imageClicked ( int  x,
int  y 
)

◆ imageClicked() [2/2]

void WebCore::ImageDocument::imageClicked ( int  x,
int  y 
)

◆ imageElement() [1/2]

HTMLImageElement * WebCore::ImageDocument::imageElement ( ) const

◆ imageElement() [2/2]

WEBCORE_EXPORT HTMLImageElement* WebCore::ImageDocument::imageElement ( ) const

◆ updateDuringParsing() [1/2]

void WebCore::ImageDocument::updateDuringParsing ( )

◆ updateDuringParsing() [2/2]

void WebCore::ImageDocument::updateDuringParsing ( )

◆ windowSizeChanged() [1/2]

void WebCore::ImageDocument::windowSizeChanged ( )

◆ windowSizeChanged() [2/2]

void WebCore::ImageDocument::windowSizeChanged ( )

The documentation for this class was generated from the following files: