|
virtual | ~Document () |
|
void | incrementReferencingNodeCount () |
|
void | decrementReferencingNodeCount () |
|
unsigned | referencingNodeCount () const |
|
void | removedLastRef () |
|
MediaQueryMatcher & | mediaQueryMatcher () |
|
bool | canContainRangeEndPoint () const final |
|
Element * | getElementByAccessKey (const String &key) |
|
void | invalidateAccessKeyMap () |
|
void | addImageElementByUsemap (const AtomicStringImpl &, HTMLImageElement &) |
|
void | removeImageElementByUsemap (const AtomicStringImpl &, HTMLImageElement &) |
|
HTMLImageElement * | imageElementByUsemap (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 DocumentType * | doctype () const |
|
WEBCORE_EXPORT DOMImplementation & | implementation () |
|
Element * | documentElement () const |
|
WEBCORE_EXPORT Element * | activeElement () |
|
WEBCORE_EXPORT bool | hasFocus () const |
|
bool | hasManifest () const |
|
WEBCORE_EXPORT ExceptionOr< Ref< Element > > | createElementForBindings (const AtomicString &tagName) |
|
WEBCORE_EXPORT Ref< DocumentFragment > | createDocumentFragment () |
|
WEBCORE_EXPORT Ref< Text > | createTextNode (const String &data) |
|
WEBCORE_EXPORT Ref< Comment > | createComment (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< Element > | createElement (const QualifiedName &, bool createdByParser) |
|
bool | isCSSGridLayoutEnabled () const |
|
NamedFlowCollection & | namedFlows () |
|
WEBCORE_EXPORT RefPtr< Range > | caretRangeFromPoint (int x, int y) |
|
RefPtr< Range > | caretRangeFromPoint (const LayoutPoint &clientPoint) |
|
WEBCORE_EXPORT Element * | scrollingElement () |
|
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< void > | setXMLVersion (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< HTMLCollection > | images () |
|
WEBCORE_EXPORT Ref< HTMLCollection > | embeds () |
|
WEBCORE_EXPORT Ref< HTMLCollection > | plugins () |
|
WEBCORE_EXPORT Ref< HTMLCollection > | applets () |
|
WEBCORE_EXPORT Ref< HTMLCollection > | links () |
|
WEBCORE_EXPORT Ref< HTMLCollection > | forms () |
|
WEBCORE_EXPORT Ref< HTMLCollection > | anchors () |
|
WEBCORE_EXPORT Ref< HTMLCollection > | scripts () |
|
Ref< HTMLCollection > | all () |
|
Ref< HTMLCollection > | windowNamedItems (const AtomicString &name) |
|
Ref< HTMLCollection > | documentNamedItems (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 |
|
virtual bool | isFrameSet () const |
|
bool | isSrcdocDocument () const |
|
bool | sawElementsInKnownNamespaces () const |
|
StyleResolver & | userAgentShadowTreeStyleResolver () |
|
CSSFontSelector & | fontSelector () |
|
WEBCORE_EXPORT bool | haveStylesheetsLoaded () const |
|
bool | isIgnoringPendingStylesheets () const |
|
WEBCORE_EXPORT StyleSheetList & | styleSheets () |
|
Style::Scope & | styleScope () |
|
const Style::Scope & | styleScope () const |
|
ExtensionStyleSheets & | extensionStyleSheets () |
|
const ExtensionStyleSheets & | extensionStyleSheets () const |
|
bool | gotoAnchorNeededAfterStylesheetsLoad () |
|
void | setGotoAnchorNeededAfterStylesheetsLoad (bool b) |
|
void | evaluateMediaQueryList () |
|
FormController & | formController () |
|
Vector< String > | formElementsState () const |
|
void | setStateForNewFormElements (const Vector< String > &) |
|
WEBCORE_EXPORT FrameView * | view () const |
|
WEBCORE_EXPORT Page * | page () const |
|
const Settings & | settings () const |
|
Settings & | mutableSettings () |
|
float | deviceScaleFactor () const |
|
WEBCORE_EXPORT Ref< Range > | createRange () |
|
WEBCORE_EXPORT Ref< NodeIterator > | createNodeIterator (Node &root, unsigned long whatToShow=0xFFFFFFFF, RefPtr< NodeFilter > &&=nullptr, bool=false) |
|
WEBCORE_EXPORT Ref< TreeWalker > | createTreeWalker (Node &root, unsigned long whatToShow=0xFFFFFFFF, RefPtr< NodeFilter > &&=nullptr, bool=false) |
|
WEBCORE_EXPORT Ref< CSSStyleDeclaration > | createCSSStyleDeclaration () |
|
Ref< Text > | createEditingTextNode (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< RenderStyle > | styleForElementIgnoringPendingStylesheets (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) |
|
CachedResourceLoader & | cachedResourceLoader () |
|
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 () |
|
RenderView * | renderView () const |
|
bool | renderTreeBeingDestroyed () const |
|
bool | hasLivingRenderTree () const |
|
bool | updateLayoutIfDimensionsOutOfDate (Element &, DimensionsCheck=AllDimensionsCheck) |
|
AXObjectCache * | existingAXObjectCache () const |
|
WEBCORE_EXPORT AXObjectCache * | axObjectCache () const |
|
void | clearAXObjectCache () |
|
void | setVisuallyOrdered () |
|
bool | visuallyOrdered () const |
|
WEBCORE_EXPORT DocumentLoader * | loader () 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 URL & | url () const final |
|
void | setURL (const URL &) |
|
const URL & | urlForBindings () const |
|
const URL & | baseURL () const |
|
void | setBaseURLOverride (const URL &) |
|
const URL & | baseURLOverride () const |
|
const URL & | baseElementURL () const |
|
const String & | baseTarget () 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) |
|
Frame * | findUnsafeParentScrollPropagationBoundary () |
|
bool | usesStyleBasedEditability () const |
|
void | setHasElementUsingStyleBasedEditability () |
|
virtual Ref< DocumentParser > | createParser () |
|
DocumentParser * | parser () const |
|
ScriptableDocumentParser * | scriptableDocumentParser () 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 Color & | textColor () const |
|
const Color & | linkColor () const |
|
const Color & | visitedLinkColor () const |
|
const Color & | activeLinkColor () const |
|
void | setLinkColor (const Color &c) |
|
void | setVisitedLinkColor (const Color &c) |
|
void | setActiveLinkColor (const Color &c) |
|
void | resetLinkColor () |
|
void | resetVisitedLinkColor () |
|
void | resetActiveLinkColor () |
|
VisitedLinkState & | visitedLinkState () 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) |
|
Element * | focusedElement () const |
|
UserActionElementSet & | userActionElements () |
|
const UserActionElementSet & | userActionElements () const |
|
void | setFocusNavigationStartingNode (Node *) |
|
Element * | focusNavigationStartingNode (FocusDirection) const |
|
void | removeFocusedNodeOfSubtree (Node &, bool amongChildrenOnly=false) |
|
void | hoveredElementDidDetach (Element *) |
|
void | elementInActiveChainDidDetach (Element *) |
|
void | updateHoverActiveState (const HitTestRequest &, Element *) |
|
void | setCSSTarget (Element *) |
|
Element * | cssTarget () 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 *) |
|
DOMWindow * | domWindow () const |
|
DOMWindow * | defaultView () const |
|
Document & | contextDocument () const |
|
void | setContextDocument (Document &document) |
|
void | setWindowAttributeEventListener (const AtomicString &eventType, const QualifiedName &attributeName, const AtomicString &value) |
|
void | setWindowAttributeEventListener (const AtomicString &eventType, RefPtr< EventListener > &&) |
|
EventListener * | getWindowAttributeEventListener (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 CSSStyleDeclaration * | getOverrideStyle (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) |
|
HTMLFrameOwnerElement * | ownerElement () const |
|
const String & | title () const |
|
WEBCORE_EXPORT void | setTitle (const String &) |
|
WEBCORE_EXPORT const AtomicString & | dir () const |
|
WEBCORE_EXPORT void | setDir (const AtomicString &) |
|
void | titleElementAdded (Element &titleElement) |
|
void | titleElementRemoved (Element &titleElement) |
|
void | titleElementTextChanged (Element &titleElement) |
|
WEBCORE_EXPORT ExceptionOr< String > | cookie () |
|
WEBCORE_EXPORT ExceptionOr< void > | setCookie (const String &) |
|
WEBCORE_EXPORT String | referrer () const |
|
WEBCORE_EXPORT String | origin () const |
|
WEBCORE_EXPORT String | domain () const |
|
ExceptionOr< void > | setDomain (const String &newDomain) |
|
WEBCORE_EXPORT String | lastModified () |
|
const URL & | cookieURL () const |
|
void | setCookieURL (const URL &) |
|
const URL & | firstPartyForCookies () const |
|
void | setFirstPartyForCookies (const URL &url) |
|
WEBCORE_EXPORT HTMLBodyElement * | body () const |
|
WEBCORE_EXPORT HTMLElement * | bodyOrFrameset () const |
|
WEBCORE_EXPORT ExceptionOr< void > | setBodyOrFrameset (RefPtr< HTMLElement > &&) |
|
Location * | location () const |
|
WEBCORE_EXPORT HTMLHeadElement * | head () |
|
DocumentMarkerController & | markers () 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 &) |
|
Document * | parentDocument () const |
|
WEBCORE_EXPORT Document & | topDocument () const |
|
ScriptRunner * | scriptRunner () |
|
ScriptModuleLoader * | moduleLoader () |
|
HTMLScriptElement * | currentScript () 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< XPathNSResolver > | createNSResolver (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 () |
|
CanvasRenderingContext * | getCSSCanvasContext (const String &type, const String &name, int width, int height) |
|
HTMLCanvasElement * | getCSSCanvasElement (const String &name) |
|
bool | isDNSPrefetchEnabled () const |
|
void | parseDNSPrefetchControlHeader (const String &) |
|
void | postTask (Task &&) final |
|
ScriptedAnimationController * | scriptedAnimationController () |
|
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 > &&) |
|
TextResourceDecoder * | decoder () const |
|
WEBCORE_EXPORT String | displayStringModifiedByEncoding (const String &) const |
|
void | setFrameElementsShouldIgnoreScrolling (bool ignore) |
|
bool | frameElementsShouldIgnoreScrolling () const |
|
void | removeAllEventListeners () final |
|
WEBCORE_EXPORT const SVGDocumentExtensions * | svgExtensions () |
|
WEBCORE_EXPORT SVGDocumentExtensions & | accessSVGExtensions () |
|
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) |
|
DocumentEventQueue & | eventQueue () const final |
|
WEBCORE_EXPORT void | addMediaCanStartListener (MediaCanStartListener *) |
|
WEBCORE_EXPORT void | removeMediaCanStartListener (MediaCanStartListener *) |
|
MediaCanStartListener * | takeAnyMediaCanStartListener () |
|
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) |
|
EventTarget * | errorEventTarget () 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 EventTargetSet * | touchEventTargets () const |
|
const EventTargetSet * | wheelEventTargets () 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 () |
|
DocumentSharedObjectPool * | sharedObjectPool () |
|
void | didRemoveAllPendingStylesheet () |
|
void | didClearStyleResolver () |
|
bool | inStyleRecalc () const |
|
bool | inRenderTreeUpdate () const |
|
Locale & | getCachedLocale (const AtomicString &locale=nullAtom) |
|
const Document * | templateDocument () const |
|
Document & | ensureTemplateDocument () |
|
void | setTemplateDocumentHost (Document *templateDocumentHost) |
|
Document * | templateDocumentHost () |
|
void | didAssociateFormControl (Element *) |
|
bool | hasDisabledFieldsetElement () const |
|
void | addDisabledFieldsetElement () |
|
void | removeDisabledFieldsetElement () |
|
WEBCORE_EXPORT void | addConsoleMessage (MessageSource, MessageLevel, const String &message, unsigned long requestIdentifier=0) final |
|
SecurityOrigin & | securityOrigin () const |
|
SecurityOrigin & | topOrigin () const final |
|
Ref< FontFaceSet > | fonts () |
|
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< Document > | createWeakPtr () |
|
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) |
|
DOMSelection * | getSelection () |
|
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 () |
|
MediaQueryMatcher & | mediaQueryMatcher () |
|
bool | canContainRangeEndPoint () const final |
|
Element * | getElementByAccessKey (const String &key) |
|
void | invalidateAccessKeyMap () |
|
void | addImageElementByUsemap (const AtomicStringImpl &, HTMLImageElement &) |
|
void | removeImageElementByUsemap (const AtomicStringImpl &, HTMLImageElement &) |
|
HTMLImageElement * | imageElementByUsemap (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 DocumentType * | doctype () const |
|
WEBCORE_EXPORT DOMImplementation & | implementation () |
|
Element * | documentElement () const |
|
WEBCORE_EXPORT Element * | activeElement () |
|
WEBCORE_EXPORT bool | hasFocus () const |
|
bool | hasManifest () const |
|
WEBCORE_EXPORT ExceptionOr< Ref< Element > > | createElementForBindings (const AtomicString &tagName) |
|
WEBCORE_EXPORT Ref< DocumentFragment > | createDocumentFragment () |
|
WEBCORE_EXPORT Ref< Text > | createTextNode (const String &data) |
|
WEBCORE_EXPORT Ref< Comment > | createComment (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< Element > | createElement (const QualifiedName &, bool createdByParser) |
|
bool | isCSSGridLayoutEnabled () const |
|
NamedFlowCollection & | namedFlows () |
|
WEBCORE_EXPORT RefPtr< Range > | caretRangeFromPoint (int x, int y) |
|
RefPtr< Range > | caretRangeFromPoint (const LayoutPoint &clientPoint) |
|
WEBCORE_EXPORT Element * | scrollingElement () |
|
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< void > | setXMLVersion (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< HTMLCollection > | images () |
|
WEBCORE_EXPORT Ref< HTMLCollection > | embeds () |
|
WEBCORE_EXPORT Ref< HTMLCollection > | plugins () |
|
WEBCORE_EXPORT Ref< HTMLCollection > | applets () |
|
WEBCORE_EXPORT Ref< HTMLCollection > | links () |
|
WEBCORE_EXPORT Ref< HTMLCollection > | forms () |
|
WEBCORE_EXPORT Ref< HTMLCollection > | anchors () |
|
WEBCORE_EXPORT Ref< HTMLCollection > | scripts () |
|
Ref< HTMLCollection > | all () |
|
Ref< HTMLCollection > | windowNamedItems (const AtomicString &name) |
|
Ref< HTMLCollection > | documentNamedItems (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 |
|
virtual bool | isFrameSet () const |
|
bool | isSrcdocDocument () const |
|
bool | sawElementsInKnownNamespaces () const |
|
StyleResolver & | userAgentShadowTreeStyleResolver () |
|
CSSFontSelector & | fontSelector () |
|
WEBCORE_EXPORT bool | haveStylesheetsLoaded () const |
|
bool | isIgnoringPendingStylesheets () const |
|
WEBCORE_EXPORT StyleSheetList & | styleSheets () |
|
Style::Scope & | styleScope () |
|
const Style::Scope & | styleScope () const |
|
ExtensionStyleSheets & | extensionStyleSheets () |
|
const ExtensionStyleSheets & | extensionStyleSheets () const |
|
bool | gotoAnchorNeededAfterStylesheetsLoad () |
|
void | setGotoAnchorNeededAfterStylesheetsLoad (bool b) |
|
void | evaluateMediaQueryList () |
|
FormController & | formController () |
|
Vector< String > | formElementsState () const |
|
void | setStateForNewFormElements (const Vector< String > &) |
|
WEBCORE_EXPORT FrameView * | view () const |
|
WEBCORE_EXPORT Page * | page () const |
|
const Settings & | settings () const |
|
Settings & | mutableSettings () |
|
float | deviceScaleFactor () const |
|
WEBCORE_EXPORT Ref< Range > | createRange () |
|
WEBCORE_EXPORT Ref< NodeIterator > | createNodeIterator (Node &root, unsigned long whatToShow=0xFFFFFFFF, RefPtr< NodeFilter > &&=nullptr, bool=false) |
|
WEBCORE_EXPORT Ref< TreeWalker > | createTreeWalker (Node &root, unsigned long whatToShow=0xFFFFFFFF, RefPtr< NodeFilter > &&=nullptr, bool=false) |
|
WEBCORE_EXPORT Ref< CSSStyleDeclaration > | createCSSStyleDeclaration () |
|
Ref< Text > | createEditingTextNode (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< RenderStyle > | styleForElementIgnoringPendingStylesheets (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) |
|
CachedResourceLoader & | cachedResourceLoader () |
|
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 () |
|
RenderView * | renderView () const |
|
bool | renderTreeBeingDestroyed () const |
|
bool | hasLivingRenderTree () const |
|
bool | updateLayoutIfDimensionsOutOfDate (Element &, DimensionsCheck=AllDimensionsCheck) |
|
AXObjectCache * | existingAXObjectCache () const |
|
WEBCORE_EXPORT AXObjectCache * | axObjectCache () const |
|
void | clearAXObjectCache () |
|
void | setVisuallyOrdered () |
|
bool | visuallyOrdered () const |
|
WEBCORE_EXPORT DocumentLoader * | loader () 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 URL & | url () const final |
|
void | setURL (const URL &) |
|
const URL & | urlForBindings () const |
|
const URL & | baseURL () const |
|
void | setBaseURLOverride (const URL &) |
|
const URL & | baseURLOverride () const |
|
const URL & | baseElementURL () const |
|
const String & | baseTarget () 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) |
|
Frame * | findUnsafeParentScrollPropagationBoundary () |
|
bool | usesStyleBasedEditability () const |
|
void | setHasElementUsingStyleBasedEditability () |
|
virtual Ref< DocumentParser > | createParser () |
|
DocumentParser * | parser () const |
|
ScriptableDocumentParser * | scriptableDocumentParser () 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 Color & | textColor () const |
|
const Color & | linkColor () const |
|
const Color & | visitedLinkColor () const |
|
const Color & | activeLinkColor () const |
|
void | setLinkColor (const Color &c) |
|
void | setVisitedLinkColor (const Color &c) |
|
void | setActiveLinkColor (const Color &c) |
|
void | resetLinkColor () |
|
void | resetVisitedLinkColor () |
|
void | resetActiveLinkColor () |
|
VisitedLinkState & | visitedLinkState () 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) |
|
Element * | focusedElement () const |
|
UserActionElementSet & | userActionElements () |
|
const UserActionElementSet & | userActionElements () const |
|
void | setFocusNavigationStartingNode (Node *) |
|
Element * | focusNavigationStartingNode (FocusDirection) const |
|
void | removeFocusedNodeOfSubtree (Node &, bool amongChildrenOnly=false) |
|
void | hoveredElementDidDetach (Element *) |
|
void | elementInActiveChainDidDetach (Element *) |
|
void | updateHoverActiveState (const HitTestRequest &, Element *) |
|
void | setCSSTarget (Element *) |
|
Element * | cssTarget () 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 *) |
|
DOMWindow * | domWindow () const |
|
DOMWindow * | defaultView () const |
|
Document & | contextDocument () const |
|
void | setContextDocument (Document &document) |
|
void | setWindowAttributeEventListener (const AtomicString &eventType, const QualifiedName &attributeName, const AtomicString &value) |
|
void | setWindowAttributeEventListener (const AtomicString &eventType, RefPtr< EventListener > &&) |
|
EventListener * | getWindowAttributeEventListener (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 CSSStyleDeclaration * | getOverrideStyle (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) |
|
HTMLFrameOwnerElement * | ownerElement () const |
|
const String & | title () const |
|
WEBCORE_EXPORT void | setTitle (const String &) |
|
WEBCORE_EXPORT const AtomicString & | dir () const |
|
WEBCORE_EXPORT void | setDir (const AtomicString &) |
|
void | titleElementAdded (Element &titleElement) |
|
void | titleElementRemoved (Element &titleElement) |
|
void | titleElementTextChanged (Element &titleElement) |
|
WEBCORE_EXPORT ExceptionOr< String > | cookie () |
|
WEBCORE_EXPORT ExceptionOr< void > | setCookie (const String &) |
|
WEBCORE_EXPORT String | referrer () const |
|
WEBCORE_EXPORT String | origin () const |
|
WEBCORE_EXPORT String | domain () const |
|
ExceptionOr< void > | setDomain (const String &newDomain) |
|
WEBCORE_EXPORT String | lastModified () |
|
const URL & | cookieURL () const |
|
void | setCookieURL (const URL &) |
|
const URL & | firstPartyForCookies () const |
|
void | setFirstPartyForCookies (const URL &url) |
|
WEBCORE_EXPORT HTMLBodyElement * | body () const |
|
WEBCORE_EXPORT HTMLElement * | bodyOrFrameset () const |
|
WEBCORE_EXPORT ExceptionOr< void > | setBodyOrFrameset (RefPtr< HTMLElement > &&) |
|
Location * | location () const |
|
WEBCORE_EXPORT HTMLHeadElement * | head () |
|
DocumentMarkerController & | markers () 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 &) |
|
Document * | parentDocument () const |
|
WEBCORE_EXPORT Document & | topDocument () const |
|
ScriptRunner * | scriptRunner () |
|
ScriptModuleLoader * | moduleLoader () |
|
HTMLScriptElement * | currentScript () 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< XPathNSResolver > | createNSResolver (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 () |
|
CanvasRenderingContext * | getCSSCanvasContext (const String &type, const String &name, int width, int height) |
|
HTMLCanvasElement * | getCSSCanvasElement (const String &name) |
|
bool | isDNSPrefetchEnabled () const |
|
void | parseDNSPrefetchControlHeader (const String &) |
|
void | postTask (Task &&) final |
|
ScriptedAnimationController * | scriptedAnimationController () |
|
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 > &&) |
|
TextResourceDecoder * | decoder () const |
|
WEBCORE_EXPORT String | displayStringModifiedByEncoding (const String &) const |
|
void | setFrameElementsShouldIgnoreScrolling (bool ignore) |
|
bool | frameElementsShouldIgnoreScrolling () const |
|
void | removeAllEventListeners () final |
|
WEBCORE_EXPORT const SVGDocumentExtensions * | svgExtensions () |
|
WEBCORE_EXPORT SVGDocumentExtensions & | accessSVGExtensions () |
|
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) |
|
DocumentEventQueue & | eventQueue () const final |
|
WEBCORE_EXPORT void | addMediaCanStartListener (MediaCanStartListener *) |
|
WEBCORE_EXPORT void | removeMediaCanStartListener (MediaCanStartListener *) |
|
MediaCanStartListener * | takeAnyMediaCanStartListener () |
|
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) |
|
EventTarget * | errorEventTarget () 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 EventTargetSet * | touchEventTargets () const |
|
const EventTargetSet * | wheelEventTargets () 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 () |
|
DocumentSharedObjectPool * | sharedObjectPool () |
|
void | didRemoveAllPendingStylesheet () |
|
void | didClearStyleResolver () |
|
bool | inStyleRecalc () const |
|
bool | inRenderTreeUpdate () const |
|
Locale & | getCachedLocale (const AtomicString &locale=nullAtom) |
|
const Document * | templateDocument () const |
|
Document & | ensureTemplateDocument () |
|
void | setTemplateDocumentHost (Document *templateDocumentHost) |
|
Document * | templateDocumentHost () |
|
void | didAssociateFormControl (Element *) |
|
bool | hasDisabledFieldsetElement () const |
|
void | addDisabledFieldsetElement () |
|
void | removeDisabledFieldsetElement () |
|
WEBCORE_EXPORT void | addConsoleMessage (MessageSource, MessageLevel, const String &message, unsigned long requestIdentifier=0) final |
|
SecurityOrigin & | securityOrigin () const |
|
SecurityOrigin & | topOrigin () const final |
|
Ref< FontFaceSet > | fonts () |
|
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< Document > | createWeakPtr () |
|
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) |
|
DOMSelection * | getSelection () |
|
void | didInsertInDocumentShadowRoot (ShadowRoot &) |
|
void | didRemoveInDocumentShadowRoot (ShadowRoot &) |
|
const HashSet< ShadowRoot * > & | inDocumentShadowRoots () const |
|
void | attachToCachedFrame (CachedFrameBase &) |
|
void | detachFromCachedFrame (CachedFrameBase &) |
|
virtual | ~ContainerNode () |
|
Node * | firstChild () const |
|
Node * | lastChild () const |
|
bool | hasChildNodes () const |
|
bool | hasOneChild () const |
|
bool | directChildNeedsStyleRecalc () const |
|
void | setDirectChildNeedsStyleRecalc () |
|
WEBCORE_EXPORT unsigned | countChildNodes () const |
|
WEBCORE_EXPORT Node * | traverseToChildAt (unsigned) const |
|
ExceptionOr< void > | insertBefore (Node &newChild, Node *refChild) |
|
ExceptionOr< void > | replaceChild (Node &newChild, Node &oldChild) |
|
WEBCORE_EXPORT ExceptionOr< void > | removeChild (Node &child) |
|
WEBCORE_EXPORT ExceptionOr< void > | appendChild (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 () |
|
RenderElement * | renderer () const |
|
WEBCORE_EXPORT ExceptionOr< Element * > | querySelector (const String &selectors) |
|
WEBCORE_EXPORT ExceptionOr< Ref< NodeList > > | querySelectorAll (const String &selectors) |
|
WEBCORE_EXPORT Ref< HTMLCollection > | getElementsByTagName (const AtomicString &) |
|
WEBCORE_EXPORT Ref< HTMLCollection > | getElementsByTagNameNS (const AtomicString &namespaceURI, const AtomicString &localName) |
|
WEBCORE_EXPORT Ref< NodeList > | getElementsByName (const String &elementName) |
|
WEBCORE_EXPORT Ref< HTMLCollection > | getElementsByClassName (const AtomicString &classNames) |
|
Ref< RadioNodeList > | radioNodeList (const AtomicString &) |
|
WEBCORE_EXPORT Ref< HTMLCollection > | children () |
|
WEBCORE_EXPORT Element * | firstElementChild () const |
|
WEBCORE_EXPORT Element * | lastElementChild () const |
|
WEBCORE_EXPORT unsigned | childElementCount () const |
|
ExceptionOr< void > | append (Vector< NodeOrString > &&) |
|
ExceptionOr< void > | prepend (Vector< NodeOrString > &&) |
|
ExceptionOr< void > | ensurePreInsertionValidity (Node &newChild, Node *refChild) |
|
virtual | ~ContainerNode () |
|
Node * | firstChild () const |
|
Node * | lastChild () const |
|
bool | hasChildNodes () const |
|
bool | hasOneChild () const |
|
bool | directChildNeedsStyleRecalc () const |
|
void | setDirectChildNeedsStyleRecalc () |
|
WEBCORE_EXPORT unsigned | countChildNodes () const |
|
WEBCORE_EXPORT Node * | traverseToChildAt (unsigned) const |
|
ExceptionOr< void > | insertBefore (Node &newChild, Node *refChild) |
|
ExceptionOr< void > | replaceChild (Node &newChild, Node &oldChild) |
|
WEBCORE_EXPORT ExceptionOr< void > | removeChild (Node &child) |
|
WEBCORE_EXPORT ExceptionOr< void > | appendChild (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 () |
|
RenderElement * | renderer () const |
|
WEBCORE_EXPORT ExceptionOr< Element * > | querySelector (const String &selectors) |
|
WEBCORE_EXPORT ExceptionOr< Ref< NodeList > > | querySelectorAll (const String &selectors) |
|
WEBCORE_EXPORT Ref< HTMLCollection > | getElementsByTagName (const AtomicString &) |
|
WEBCORE_EXPORT Ref< HTMLCollection > | getElementsByTagNameNS (const AtomicString &namespaceURI, const AtomicString &localName) |
|
WEBCORE_EXPORT Ref< NodeList > | getElementsByName (const String &elementName) |
|
WEBCORE_EXPORT Ref< HTMLCollection > | getElementsByClassName (const AtomicString &classNames) |
|
Ref< RadioNodeList > | radioNodeList (const AtomicString &) |
|
WEBCORE_EXPORT Ref< HTMLCollection > | children () |
|
WEBCORE_EXPORT Element * | firstElementChild () const |
|
WEBCORE_EXPORT Element * | lastElementChild () const |
|
WEBCORE_EXPORT unsigned | childElementCount () const |
|
ExceptionOr< void > | append (Vector< NodeOrString > &&) |
|
ExceptionOr< void > | prepend (Vector< NodeOrString > &&) |
|
ExceptionOr< void > | ensurePreInsertionValidity (Node &newChild, Node *refChild) |
|
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< void > | setNodeValue (const String &) |
|
virtual size_t | approximateMemoryCost () const |
|
ContainerNode * | parentNode () const |
|
Element * | parentElement () const |
|
Node * | previousSibling () const |
|
Node * | nextSibling () const |
|
WEBCORE_EXPORT RefPtr< NodeList > | childNodes () |
|
Node * | firstChild () const |
|
Node * | lastChild () const |
|
bool | hasAttributes () const |
|
NamedNodeMap * | attributes () const |
|
Node * | pseudoAwareNextSibling () const |
|
Node * | pseudoAwarePreviousSibling () const |
|
Node * | pseudoAwareFirstChild () const |
|
Node * | pseudoAwareLastChild () const |
|
WEBCORE_EXPORT const URL & | baseURI () const |
|
void | getSubresourceURLs (ListHashSet< URL > &) const |
|
WEBCORE_EXPORT ExceptionOr< void > | insertBefore (Node &newChild, Node *refChild) |
|
WEBCORE_EXPORT ExceptionOr< void > | replaceChild (Node &newChild, Node &oldChild) |
|
WEBCORE_EXPORT ExceptionOr< void > | removeChild (Node &child) |
|
WEBCORE_EXPORT ExceptionOr< void > | appendChild (Node &newChild) |
|
bool | hasChildNodes () const |
|
Ref< Node > | cloneNode (bool deep) |
|
WEBCORE_EXPORT ExceptionOr< Ref< Node > > | cloneNodeForBindings (bool deep) |
|
virtual const AtomicString & | localName () const |
|
virtual const AtomicString & | namespaceURI () const |
|
virtual const AtomicString & | prefix () const |
|
virtual ExceptionOr< void > | setPrefix (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 AtomicString & | lookupPrefix (const AtomicString &namespaceURI) const |
|
WEBCORE_EXPORT const AtomicString & | lookupNamespaceURI (const AtomicString &prefix) const |
|
WEBCORE_EXPORT String | textContent (bool convertBRsToNewlines=false) const |
|
WEBCORE_EXPORT ExceptionOr< void > | setTextContent (const String &) |
|
Node * | lastDescendant () const |
|
Node * | firstDescendant () const |
|
WEBCORE_EXPORT Element * | previousElementSibling () const |
|
WEBCORE_EXPORT Element * | nextElementSibling () const |
|
ExceptionOr< void > | before (Vector< NodeOrString > &&) |
|
ExceptionOr< void > | after (Vector< NodeOrString > &&) |
|
ExceptionOr< void > | replaceWith (Vector< NodeOrString > &&) |
|
WEBCORE_EXPORT ExceptionOr< void > | remove () |
|
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 Element * | shadowHost () const |
|
WEBCORE_EXPORT Node * | deprecatedShadowAncestorNode () const |
|
ShadowRoot * | containingShadowRoot () const |
|
ShadowRoot * | shadowRoot () const |
|
bool | isClosedShadowHidden (const Node &) const |
|
HTMLSlotElement * | assignedSlot () const |
|
HTMLSlotElement * | assignedSlotForBindings () const |
|
bool | isUndefinedCustomElement () const |
|
bool | isCustomElementUpgradeCandidate () const |
|
bool | isDefinedCustomElement () const |
|
bool | isFailedCustomElement () const |
|
Node * | nonBoundaryShadowTreeRootNode () |
|
ContainerNode * | parentOrShadowHostNode () const |
|
ContainerNode * | parentInComposedTree () const |
|
Element * | parentElementInComposedTree () const |
|
Element * | parentOrShadowHostElement () const |
|
void | setParentNode (ContainerNode *) |
|
Node & | rootNode () const |
|
Node & | shadowIncludingRoot () const |
|
Node & | getRootNode (const GetRootNodeOptions &) const |
|
void * | opaqueRoot () const |
|
ContainerNode * | parentNodeGuaranteedHostFree () const |
|
ContainerNode * | nonShadowBoundaryParentNode () const |
|
bool | selfOrAncestorHasDirAutoAttribute () const |
|
void | setSelfOrAncestorHasDirAutoAttribute (bool flag) |
|
Element * | enclosingLinkEventParentOrSelf () |
|
void | setPreviousSibling (Node *previous) |
|
void | setNextSibling (Node *next) |
|
bool | isRootEditableElement () const |
|
WEBCORE_EXPORT Element * | rootEditableElement () 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 Document * | ownerDocument () const |
|
Document & | document () const |
|
TreeScope & | treeScope () const |
|
bool | isConnected () const |
|
bool | isInUserAgentShadowTree () const |
|
bool | isInShadowTree () const |
|
bool | isInTreeScope () const |
|
bool | isDocumentTypeNode () const |
|
unsigned | countChildNodes () const |
|
Node * | traverseToChildAt (unsigned) const |
|
ExceptionOr< void > | checkSetPrefix (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 |
|
RenderObject * | renderer () const |
|
void | setRenderer (RenderObject *renderer) |
|
WEBCORE_EXPORT RenderBox * | renderBox () const |
|
RenderBoxModelObject * | renderBoxModelObject () const |
|
const RenderStyle * | renderStyle () const |
|
virtual const RenderStyle * | computedStyle (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) |
|
NodeListsNodeData * | nodeLists () |
|
void | clearNodeLists () |
|
virtual bool | willRespondToMouseMoveEvents () |
|
virtual bool | willRespondToMouseClickEvents () |
|
virtual bool | willRespondToMouseWheelEvents () |
|
WEBCORE_EXPORT unsigned short | compareDocumentPosition (Node &) |
|
Node * | toNode () override |
|
EventTargetInterface | eventTargetInterface () const override |
|
ScriptExecutionContext * | scriptExecutionContext () 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 |
|
EventTargetData * | eventTargetData () final |
|
EventTargetData * | eventTargetDataConcurrently () final |
|
EventTargetData & | ensureEventTargetData () final |
|
HashMap< MutationObserver *, MutationRecordDeliveryOptions > | registeredMutationObservers (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< void > | setNodeValue (const String &) |
|
virtual size_t | approximateMemoryCost () const |
|
ContainerNode * | parentNode () const |
|
Element * | parentElement () const |
|
Node * | previousSibling () const |
|
Node * | nextSibling () const |
|
WEBCORE_EXPORT RefPtr< NodeList > | childNodes () |
|
Node * | firstChild () const |
|
Node * | lastChild () const |
|
bool | hasAttributes () const |
|
NamedNodeMap * | attributes () const |
|
Node * | pseudoAwareNextSibling () const |
|
Node * | pseudoAwarePreviousSibling () const |
|
Node * | pseudoAwareFirstChild () const |
|
Node * | pseudoAwareLastChild () const |
|
WEBCORE_EXPORT const URL & | baseURI () const |
|
void | getSubresourceURLs (ListHashSet< URL > &) const |
|
WEBCORE_EXPORT ExceptionOr< void > | insertBefore (Node &newChild, Node *refChild) |
|
WEBCORE_EXPORT ExceptionOr< void > | replaceChild (Node &newChild, Node &oldChild) |
|
WEBCORE_EXPORT ExceptionOr< void > | removeChild (Node &child) |
|
WEBCORE_EXPORT ExceptionOr< void > | appendChild (Node &newChild) |
|
bool | hasChildNodes () const |
|
Ref< Node > | cloneNode (bool deep) |
|
WEBCORE_EXPORT ExceptionOr< Ref< Node > > | cloneNodeForBindings (bool deep) |
|
virtual const AtomicString & | localName () const |
|
virtual const AtomicString & | namespaceURI () const |
|
virtual const AtomicString & | prefix () const |
|
virtual ExceptionOr< void > | setPrefix (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 AtomicString & | lookupPrefix (const AtomicString &namespaceURI) const |
|
WEBCORE_EXPORT const AtomicString & | lookupNamespaceURI (const AtomicString &prefix) const |
|
WEBCORE_EXPORT String | textContent (bool convertBRsToNewlines=false) const |
|
WEBCORE_EXPORT ExceptionOr< void > | setTextContent (const String &) |
|
Node * | lastDescendant () const |
|
Node * | firstDescendant () const |
|
WEBCORE_EXPORT Element * | previousElementSibling () const |
|
WEBCORE_EXPORT Element * | nextElementSibling () const |
|
ExceptionOr< void > | before (Vector< NodeOrString > &&) |
|
ExceptionOr< void > | after (Vector< NodeOrString > &&) |
|
ExceptionOr< void > | replaceWith (Vector< NodeOrString > &&) |
|
WEBCORE_EXPORT ExceptionOr< void > | remove () |
|
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 Element * | shadowHost () const |
|
WEBCORE_EXPORT Node * | deprecatedShadowAncestorNode () const |
|
ShadowRoot * | containingShadowRoot () const |
|
ShadowRoot * | shadowRoot () const |
|
bool | isClosedShadowHidden (const Node &) const |
|
HTMLSlotElement * | assignedSlot () const |
|
HTMLSlotElement * | assignedSlotForBindings () const |
|
bool | isUndefinedCustomElement () const |
|
bool | isCustomElementUpgradeCandidate () const |
|
bool | isDefinedCustomElement () const |
|
bool | isFailedCustomElement () const |
|
Node * | nonBoundaryShadowTreeRootNode () |
|
ContainerNode * | parentOrShadowHostNode () const |
|
ContainerNode * | parentInComposedTree () const |
|
Element * | parentElementInComposedTree () const |
|
Element * | parentOrShadowHostElement () const |
|
void | setParentNode (ContainerNode *) |
|
Node & | rootNode () const |
|
Node & | shadowIncludingRoot () const |
|
Node & | getRootNode (const GetRootNodeOptions &) const |
|
void * | opaqueRoot () const |
|
ContainerNode * | parentNodeGuaranteedHostFree () const |
|
ContainerNode * | nonShadowBoundaryParentNode () const |
|
bool | selfOrAncestorHasDirAutoAttribute () const |
|
void | setSelfOrAncestorHasDirAutoAttribute (bool flag) |
|
Element * | enclosingLinkEventParentOrSelf () |
|
void | setPreviousSibling (Node *previous) |
|
void | setNextSibling (Node *next) |
|
bool | isRootEditableElement () const |
|
WEBCORE_EXPORT Element * | rootEditableElement () 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 Document * | ownerDocument () const |
|
Document & | document () const |
|
TreeScope & | treeScope () const |
|
bool | isConnected () const |
|
bool | isInUserAgentShadowTree () const |
|
bool | isInShadowTree () const |
|
bool | isInTreeScope () const |
|
bool | isDocumentTypeNode () const |
|
unsigned | countChildNodes () const |
|
Node * | traverseToChildAt (unsigned) const |
|
ExceptionOr< void > | checkSetPrefix (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 |
|
RenderObject * | renderer () const |
|
void | setRenderer (RenderObject *renderer) |
|
WEBCORE_EXPORT RenderBox * | renderBox () const |
|
RenderBoxModelObject * | renderBoxModelObject () const |
|
const RenderStyle * | renderStyle () const |
|
virtual const RenderStyle * | computedStyle (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) |
|
NodeListsNodeData * | nodeLists () |
|
void | clearNodeLists () |
|
virtual bool | willRespondToMouseMoveEvents () |
|
virtual bool | willRespondToMouseClickEvents () |
|
virtual bool | willRespondToMouseWheelEvents () |
|
WEBCORE_EXPORT unsigned short | compareDocumentPosition (Node &) |
|
Node * | toNode () override |
|
EventTargetInterface | eventTargetInterface () const override |
|
ScriptExecutionContext * | scriptExecutionContext () 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 |
|
EventTargetData * | eventTargetData () final |
|
EventTargetData * | eventTargetDataConcurrently () final |
|
EventTargetData & | ensureEventTargetData () final |
|
HashMap< MutationObserver *, MutationRecordDeliveryOptions > | registeredMutationObservers (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 |
|
void | ref () |
|
void | deref () |
|
virtual DOMWindow * | toDOMWindow () |
|
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 > &&) |
|
EventListener * | attributeEventListener (const AtomicString &eventType) |
|
bool | hasEventListeners () const |
|
bool | hasEventListeners (const AtomicString &eventType) const |
|
bool | hasCapturingEventListeners (const AtomicString &eventType) |
|
bool | hasActiveEventListeners (const AtomicString &eventType) const |
|
const EventListenerVector & | eventListeners (const AtomicString &eventType) |
|
bool | fireEventListeners (Event &) |
|
bool | isFiringEventListeners () const |
|
void | visitJSEventListeners (JSC::SlotVisitor &) |
|
void | invalidateJSEventListeners (JSC::JSObject *) |
|
void | ref () |
|
void | deref () |
|
virtual DOMWindow * | toDOMWindow () |
|
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 > &&) |
|
EventListener * | attributeEventListener (const AtomicString &eventType) |
|
bool | hasEventListeners () const |
|
bool | hasEventListeners (const AtomicString &eventType) const |
|
bool | hasCapturingEventListeners (const AtomicString &eventType) |
|
bool | hasActiveEventListeners (const AtomicString &eventType) const |
|
const EventListenerVector & | eventListeners (const AtomicString &eventType) |
|
bool | fireEventListeners (Event &) |
|
bool | isFiringEventListeners () const |
|
void | visitJSEventListeners (JSC::SlotVisitor &) |
|
void | invalidateJSEventListeners (JSC::JSObject *) |
|
JSDOMObject * | wrapper () const |
|
void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
|
void | clearWrapper (JSDOMObject *) |
|
JSDOMObject * | wrapper () const |
|
void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
|
void | clearWrapper (JSDOMObject *) |
|
TreeScope * | parentTreeScope () const |
|
void | setParentTreeScope (TreeScope &) |
|
Element * | focusedElementInScope () |
|
Element * | pointerLockElement () const |
|
WEBCORE_EXPORT Element * | getElementById (const AtomicString &) const |
|
WEBCORE_EXPORT Element * | getElementById (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 Element * | getElementByName (const AtomicString &) const |
|
bool | hasElementWithName (const AtomicStringImpl &) const |
|
bool | containsMultipleElementsWithName (const AtomicString &) const |
|
void | addElementByName (const AtomicStringImpl &, Element &) |
|
void | removeElementByName (const AtomicStringImpl &, Element &) |
|
Document & | documentScope () const |
|
Node & | retargetToScope (Node &) const |
|
Node * | ancestorNodeInThisScope (Node *) const |
|
WEBCORE_EXPORT Element * | ancestorElementInThisScope (Element *) const |
|
void | addImageMap (HTMLMapElement &) |
|
void | removeImageMap (HTMLMapElement &) |
|
HTMLMapElement * | getImageMap (const String &url) const |
|
bool | shouldCacheLabelsByForAttribute () const |
|
void | addLabel (const AtomicStringImpl &forAttributeValue, HTMLLabelElement &) |
|
void | removeLabel (const AtomicStringImpl &forAttributeValue, HTMLLabelElement &) |
|
HTMLLabelElement * | labelElementForId (const AtomicString &forAttributeValue) |
|
WEBCORE_EXPORT Element * | elementFromPoint (int x, int y) |
|
Element * | findAnchor (const String &name) |
|
void | adoptIfNeeded (Node &) |
|
ContainerNode & | rootNode () const |
|
IdTargetObserverRegistry & | idTargetObserverRegistry () const |
|
TreeScope * | parentTreeScope () const |
|
void | setParentTreeScope (TreeScope &) |
|
Element * | focusedElementInScope () |
|
Element * | pointerLockElement () const |
|
WEBCORE_EXPORT Element * | getElementById (const AtomicString &) const |
|
WEBCORE_EXPORT Element * | getElementById (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 Element * | getElementByName (const AtomicString &) const |
|
bool | hasElementWithName (const AtomicStringImpl &) const |
|
bool | containsMultipleElementsWithName (const AtomicString &) const |
|
void | addElementByName (const AtomicStringImpl &, Element &) |
|
void | removeElementByName (const AtomicStringImpl &, Element &) |
|
Document & | documentScope () const |
|
Node & | retargetToScope (Node &) const |
|
Node * | ancestorNodeInThisScope (Node *) const |
|
WEBCORE_EXPORT Element * | ancestorElementInThisScope (Element *) const |
|
void | addImageMap (HTMLMapElement &) |
|
void | removeImageMap (HTMLMapElement &) |
|
HTMLMapElement * | getImageMap (const String &url) const |
|
bool | shouldCacheLabelsByForAttribute () const |
|
void | addLabel (const AtomicStringImpl &forAttributeValue, HTMLLabelElement &) |
|
void | removeLabel (const AtomicStringImpl &forAttributeValue, HTMLLabelElement &) |
|
HTMLLabelElement * | labelElementForId (const AtomicString &forAttributeValue) |
|
WEBCORE_EXPORT Element * | elementFromPoint (int x, int y) |
|
Element * | findAnchor (const String &name) |
|
void | adoptIfNeeded (Node &) |
|
ContainerNode & | rootNode () const |
|
IdTargetObserverRegistry & | idTargetObserverRegistry () const |
|
| 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) |
|
PublicURLManager & | publicURLManager () |
|
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) |
|
DOMTimer * | findTimeout (int timeoutId) |
|
WEBCORE_EXPORT JSC::VM & | vm () |
|
void | adjustMinimumTimerInterval (std::chrono::milliseconds oldMinimumTimerInterval) |
|
void | didChangeTimerAlignmentInterval () |
|
DatabaseContext * | databaseContext () |
|
void | setDatabaseContext (DatabaseContext *) |
|
int | timerNestingLevel () const |
|
void | setTimerNestingLevel (int timerNestingLevel) |
|
JSC::ExecState * | execState () |
|
| 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) |
|
PublicURLManager & | publicURLManager () |
|
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) |
|
DOMTimer * | findTimeout (int timeoutId) |
|
WEBCORE_EXPORT JSC::VM & | vm () |
|
void | adjustMinimumTimerInterval (std::chrono::milliseconds oldMinimumTimerInterval) |
|
void | didChangeTimerAlignmentInterval () |
|
DatabaseContext * | databaseContext () |
|
void | setDatabaseContext (DatabaseContext *) |
|
int | timerNestingLevel () const |
|
void | setTimerNestingLevel (int timerNestingLevel) |
|
JSC::ExecState * | execState () |
|
SandboxFlags | sandboxFlags () const |
|
ContentSecurityPolicy * | contentSecurityPolicy () |
|
bool | isSecureTransitionTo (const URL &) const |
|
void | enforceSandboxFlags (SandboxFlags mask) |
|
bool | isSandboxed (SandboxFlags mask) const |
|
SecurityOriginPolicy * | securityOriginPolicy () const |
|
void | setSecurityOriginPolicy (RefPtr< SecurityOriginPolicy > &&) |
|
WEBCORE_EXPORT SecurityOrigin * | securityOrigin () const |
|
bool | foundMixedContent () const |
|
void | setFoundMixedContent () |
|
bool | geolocationAccessed () const |
|
void | setGeolocationAccessed () |
|
bool | isStrictMixedContentMode () const |
|
void | setStrictMixedContentMode (bool strictMixedContentMode) |
|
SandboxFlags | sandboxFlags () const |
|
ContentSecurityPolicy * | contentSecurityPolicy () |
|
bool | isSecureTransitionTo (const URL &) const |
|
void | enforceSandboxFlags (SandboxFlags mask) |
|
bool | isSandboxed (SandboxFlags mask) const |
|
SecurityOriginPolicy * | securityOriginPolicy () const |
|
void | setSecurityOriginPolicy (RefPtr< SecurityOriginPolicy > &&) |
|
WEBCORE_EXPORT SecurityOrigin * | securityOrigin () const |
|
bool | foundMixedContent () const |
|
void | setFoundMixedContent () |
|
bool | geolocationAccessed () const |
|
void | setGeolocationAccessed () |
|
bool | isStrictMixedContentMode () const |
|
void | setStrictMixedContentMode (bool strictMixedContentMode) |
|
virtual | ~FontSelectorClient () |
|
virtual | ~FontSelectorClient () |
|
WEBCORE_EXPORT | FrameDestructionObserver (Frame *) |
|
virtual WEBCORE_EXPORT void | willDetachPage () |
|
Frame * | frame () const |
|
WEBCORE_EXPORT | FrameDestructionObserver (Frame *) |
|
virtual WEBCORE_EXPORT void | willDetachPage () |
|
Frame * | frame () const |
|
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) |
|