|
virtual | ~Internals () |
|
ExceptionOr< String > | elementRenderTreeAsText (Element &) |
|
bool | hasPausedImageAnimations (Element &) |
|
String | address (Node &) |
|
bool | nodeNeedsStyleRecalc (Node &) |
|
String | styleChangeType (Node &) |
|
String | description (JSC::JSValue) |
|
bool | isPreloaded (const String &url) |
|
bool | isLoadingFromMemoryCache (const String &url) |
|
String | xhrResponseSource (XMLHttpRequest &) |
|
bool | isSharingStyleSheetContents (HTMLLinkElement &, HTMLLinkElement &) |
|
bool | isStyleSheetLoadingSubresources (HTMLLinkElement &) |
|
void | setOverrideCachePolicy (CachePolicy) |
|
ExceptionOr< void > | setCanShowModalDialogOverride (bool allow) |
|
void | setOverrideResourceLoadPriority (ResourceLoadPriority) |
|
void | setStrictRawResourceValidationPolicyDisabled (bool) |
|
void | clearMemoryCache () |
|
void | pruneMemoryCacheToSize (unsigned size) |
|
unsigned | memoryCacheSize () const |
|
unsigned | imageFrameIndex (HTMLImageElement &) |
|
void | setImageFrameDecodingDuration (HTMLImageElement &, float duration) |
|
void | resetImageAnimation (HTMLImageElement &) |
|
void | clearPageCache () |
|
unsigned | pageCacheSize () const |
|
void | disableTileSizeUpdateDelay () |
|
Ref< CSSComputedStyleDeclaration > | computedStyleIncludingVisitedInfo (Element &) const |
|
Node * | ensureUserAgentShadowRoot (Element &host) |
|
Node * | shadowRoot (Element &host) |
|
ExceptionOr< String > | shadowRootType (const Node &) const |
|
String | shadowPseudoId (Element &) |
|
void | setShadowPseudoId (Element &, const String &) |
|
unsigned | deferredStyleRulesCount (StyleSheet &) |
|
unsigned | deferredGroupRulesCount (StyleSheet &) |
|
unsigned | deferredKeyframesRulesCount (StyleSheet &) |
|
ExceptionOr< bool > | isTimerThrottled (int timeoutId) |
|
bool | isRequestAnimationFrameThrottled () const |
|
double | requestAnimationFrameInterval () const |
|
bool | areTimersThrottled () const |
|
void | setEventThrottlingBehaviorOverride (std::optional< EventThrottlingBehavior >) |
|
std::optional< EventThrottlingBehavior > | eventThrottlingBehaviorOverride () const |
|
ExceptionOr< unsigned > | lastSpatialNavigationCandidateCount () const |
|
unsigned | numberOfActiveAnimations () const |
|
ExceptionOr< bool > | animationsAreSuspended () const |
|
ExceptionOr< void > | suspendAnimations () const |
|
ExceptionOr< void > | resumeAnimations () const |
|
ExceptionOr< bool > | pauseAnimationAtTimeOnElement (const String &animationName, double pauseTime, Element &) |
|
ExceptionOr< bool > | pauseAnimationAtTimeOnPseudoElement (const String &animationName, double pauseTime, Element &, const String &pseudoId) |
|
double | animationsInterval () const |
|
ExceptionOr< bool > | pauseTransitionAtTimeOnElement (const String &propertyName, double pauseTime, Element &) |
|
ExceptionOr< bool > | pauseTransitionAtTimeOnPseudoElement (const String &property, double pauseTime, Element &, const String &pseudoId) |
|
Node * | treeScopeRootNode (Node &) |
|
Node * | parentTreeScope (Node &) |
|
String | visiblePlaceholder (Element &) |
|
void | selectColorInColorChooser (HTMLInputElement &, const String &colorValue) |
|
ExceptionOr< Vector< String > > | formControlStateOfPreviousHistoryItem () |
|
ExceptionOr< void > | setFormControlStateOfPreviousHistoryItem (const Vector< String > &) |
|
ExceptionOr< Ref< ClientRect > > | absoluteCaretBounds () |
|
Ref< ClientRect > | boundingBox (Element &) |
|
ExceptionOr< Ref< ClientRectList > > | inspectorHighlightRects () |
|
ExceptionOr< String > | inspectorHighlightObject () |
|
ExceptionOr< unsigned > | markerCountForNode (Node &, const String &) |
|
ExceptionOr< RefPtr< Range > > | markerRangeForNode (Node &, const String &markerType, unsigned index) |
|
ExceptionOr< String > | markerDescriptionForNode (Node &, const String &markerType, unsigned index) |
|
ExceptionOr< String > | dumpMarkerRects (const String &markerType) |
|
void | addTextMatchMarker (const Range &, bool isActive) |
|
ExceptionOr< void > | setMarkedTextMatchesAreHighlighted (bool) |
|
void | invalidateFontCache () |
|
void | setFontSmoothingEnabled (bool) |
|
ExceptionOr< void > | setLowPowerModeEnabled (bool) |
|
ExceptionOr< void > | setScrollViewPosition (int x, int y) |
|
ExceptionOr< Ref< ClientRect > > | layoutViewportRect () |
|
ExceptionOr< Ref< ClientRect > > | visualViewportRect () |
|
ExceptionOr< void > | setViewBaseBackgroundColor (const String &colorValue) |
|
ExceptionOr< void > | setPagination (const String &mode, int gap, int pageLength) |
|
ExceptionOr< void > | setPaginationLineGridEnabled (bool) |
|
ExceptionOr< String > | configurationForViewport (float devicePixelRatio, int deviceWidth, int deviceHeight, int availableWidth, int availableHeight) |
|
ExceptionOr< bool > | wasLastChangeUserEdit (Element &textField) |
|
bool | elementShouldAutoComplete (HTMLInputElement &) |
|
void | setEditingValue (HTMLInputElement &, const String &) |
|
void | setAutofilled (HTMLInputElement &, bool enabled) |
|
void | setShowAutoFillButton (HTMLInputElement &, AutoFillButtonType) |
|
ExceptionOr< void > | scrollElementToRect (Element &, int x, int y, int w, int h) |
|
ExceptionOr< String > | autofillFieldName (Element &) |
|
ExceptionOr< void > | paintControlTints () |
|
RefPtr< Range > | rangeFromLocationAndLength (Element &scope, int rangeLocation, int rangeLength) |
|
unsigned | locationFromRange (Element &scope, const Range &) |
|
unsigned | lengthFromRange (Element &scope, const Range &) |
|
String | rangeAsText (const Range &) |
|
Ref< Range > | subrange (Range &, int rangeLocation, int rangeLength) |
|
ExceptionOr< RefPtr< Range > > | rangeForDictionaryLookupAtLocation (int x, int y) |
|
RefPtr< Range > | rangeOfStringNearLocation (const Range &, const String &, unsigned) |
|
ExceptionOr< void > | setDelegatesScrolling (bool enabled) |
|
ExceptionOr< int > | lastSpellCheckRequestSequence () |
|
ExceptionOr< int > | lastSpellCheckProcessedSequence () |
|
Vector< String > | userPreferredLanguages () const |
|
void | setUserPreferredLanguages (const Vector< String > &) |
|
Vector< String > | userPreferredAudioCharacteristics () const |
|
void | setUserPreferredAudioCharacteristic (const String &) |
|
ExceptionOr< unsigned > | wheelEventHandlerCount () |
|
ExceptionOr< unsigned > | touchEventHandlerCount () |
|
ExceptionOr< RefPtr< NodeList > > | nodesFromRect (Document &, int x, int y, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping, bool allowShadowContent, bool allowChildFrameContent) const |
|
String | parserMetaData (JSC::JSValue=JSC::JSValue::JSUndefined) |
|
void | updateEditorUINowIfScheduled () |
|
bool | hasSpellingMarker (int from, int length) |
|
bool | hasGrammarMarker (int from, int length) |
|
bool | hasAutocorrectedMarker (int from, int length) |
|
void | setContinuousSpellCheckingEnabled (bool) |
|
void | setAutomaticQuoteSubstitutionEnabled (bool) |
|
void | setAutomaticLinkDetectionEnabled (bool) |
|
void | setAutomaticDashSubstitutionEnabled (bool) |
|
void | setAutomaticTextReplacementEnabled (bool) |
|
void | setAutomaticSpellingCorrectionEnabled (bool) |
|
void | handleAcceptedCandidate (const String &candidate, unsigned location, unsigned length) |
|
bool | isOverwriteModeEnabled () |
|
void | toggleOverwriteModeEnabled () |
|
ExceptionOr< RefPtr< Range > > | rangeOfString (const String &, RefPtr< Range > &&, const Vector< String > &findOptions) |
|
ExceptionOr< unsigned > | countMatchesForText (const String &, const Vector< String > &findOptions, const String &markMatches) |
|
ExceptionOr< unsigned > | countFindMatches (const String &, const Vector< String > &findOptions) |
|
unsigned | numberOfScrollableAreas () |
|
ExceptionOr< bool > | isPageBoxVisible (int pageNumber) |
|
InternalSettings * | settings () const |
|
unsigned | workerThreadCount () const |
|
bool | areSVGAnimationsPaused () const |
|
ExceptionOr< double > | svgAnimationsInterval (SVGSVGElement &) const |
|
ExceptionOr< void > | setDeviceProximity (const String &eventType, double value, double min, double max) |
|
ExceptionOr< String > | layerTreeAsText (Document &, unsigned short flags) const |
|
ExceptionOr< String > | repaintRectsAsText () const |
|
ExceptionOr< String > | scrollingStateTreeAsText () const |
|
ExceptionOr< String > | mainThreadScrollingReasons () const |
|
ExceptionOr< RefPtr< ClientRectList > > | nonFastScrollableRects () const |
|
ExceptionOr< void > | setElementUsesDisplayListDrawing (Element &, bool usesDisplayListDrawing) |
|
ExceptionOr< void > | setElementTracksDisplayListReplay (Element &, bool isTrackingReplay) |
|
ExceptionOr< String > | displayListForElement (Element &, unsigned short flags) |
|
ExceptionOr< String > | replayDisplayListForElement (Element &, unsigned short flags) |
|
ExceptionOr< void > | garbageCollectDocumentResources () const |
|
void | beginSimulatedMemoryPressure () |
|
void | endSimulatedMemoryPressure () |
|
bool | isUnderMemoryPressure () |
|
ExceptionOr< void > | insertAuthorCSS (const String &) const |
|
ExceptionOr< void > | insertUserCSS (const String &) const |
|
unsigned | numberOfLiveNodes () const |
|
unsigned | numberOfLiveDocuments () const |
|
RefPtr< DOMWindow > | openDummyInspectorFrontend (const String &url) |
|
void | closeDummyInspectorFrontend () |
|
ExceptionOr< void > | setInspectorIsUnderTest (bool) |
|
String | counterValue (Element &) |
|
int | pageNumber (Element &, float pageWidth=800, float pageHeight=600) |
|
Vector< String > | shortcutIconURLs () const |
|
int | numberOfPages (float pageWidthInPixels=800, float pageHeightInPixels=600) |
|
ExceptionOr< String > | pageProperty (const String &propertyName, int pageNumber) const |
|
ExceptionOr< String > | pageSizeAndMarginsInPixels (int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) const |
|
ExceptionOr< float > | pageScaleFactor () const |
|
ExceptionOr< void > | setPageScaleFactor (float scaleFactor, int x, int y) |
|
ExceptionOr< void > | setPageZoomFactor (float) |
|
ExceptionOr< void > | setTextZoomFactor (float) |
|
ExceptionOr< void > | setUseFixedLayout (bool) |
|
ExceptionOr< void > | setFixedLayoutSize (int width, int height) |
|
ExceptionOr< void > | setViewExposedRect (float left, float top, float width, float height) |
|
void | setHeaderHeight (float) |
|
void | setFooterHeight (float) |
|
void | setTopContentInset (float) |
|
WEBCORE_TESTSUPPORT_EXPORT void | setApplicationCacheOriginQuota (unsigned long long) |
|
void | registerURLSchemeAsBypassingContentSecurityPolicy (const String &scheme) |
|
void | removeURLSchemeRegisteredAsBypassingContentSecurityPolicy (const String &scheme) |
|
void | registerDefaultPortForProtocol (unsigned short port, const String &protocol) |
|
Ref< MallocStatistics > | mallocStatistics () const |
|
Ref< TypeConversions > | typeConversions () const |
|
Ref< MemoryInfo > | memoryInfo () const |
|
Vector< String > | getReferencedFilePaths () const |
|
ExceptionOr< void > | startTrackingRepaints () |
|
ExceptionOr< void > | stopTrackingRepaints () |
|
ExceptionOr< void > | startTrackingLayerFlushes () |
|
ExceptionOr< unsigned > | layerFlushCount () |
|
ExceptionOr< void > | startTrackingStyleRecalcs () |
|
ExceptionOr< unsigned > | styleRecalcCount () |
|
unsigned | lastStyleUpdateSize () const |
|
ExceptionOr< void > | startTrackingCompositingUpdates () |
|
ExceptionOr< unsigned > | compositingUpdateCount () |
|
ExceptionOr< void > | updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks (Node *) |
|
unsigned | layoutCount () const |
|
Ref< ArrayBuffer > | serializeObject (const RefPtr< SerializedScriptValue > &) const |
|
Ref< SerializedScriptValue > | deserializeBuffer (ArrayBuffer &) const |
|
bool | isFromCurrentWorld (JSC::JSValue) const |
|
void | setUsesOverlayScrollbars (bool) |
|
void | setUsesMockScrollAnimator (bool) |
|
ExceptionOr< String > | getCurrentCursorInfo () |
|
String | markerTextForListItem (Element &) |
|
String | toolTipFromElement (Element &) const |
|
void | forceReload (bool endToEnd) |
|
void | enableAutoSizeMode (bool enabled, int minimumWidth, int minimumHeight, int maximumWidth, int maximumHeight) |
|
String | getImageSourceURL (Element &) |
|
bool | isSelectPopupVisible (HTMLSelectElement &) |
|
ExceptionOr< String > | captionsStyleSheetOverride () |
|
ExceptionOr< void > | setCaptionsStyleSheetOverride (const String &) |
|
ExceptionOr< void > | setPrimaryAudioTrackLanguageOverride (const String &) |
|
ExceptionOr< void > | setCaptionDisplayMode (const String &) |
|
ExceptionOr< Ref< ClientRect > > | selectionBounds () |
|
ExceptionOr< bool > | isPluginUnavailabilityIndicatorObscured (Element &) |
|
bool | isPluginSnapshotted (Element &) |
|
void | simulateSystemSleep () const |
|
void | simulateSystemWake () const |
|
ExceptionOr< Ref< MockPageOverlay > > | installMockPageOverlay (PageOverlayType) |
|
ExceptionOr< String > | pageOverlayLayerTreeAsText (unsigned short flags) const |
|
void | setPageMuted (const String &) |
|
String | pageMediaState () |
|
void | setPageDefersLoading (bool) |
|
RefPtr< File > | createFile (const String &) |
|
void | queueMicroTask (int) |
|
bool | testPreloaderSettingViewport () |
|
ExceptionOr< String > | pathStringWithShrinkWrappedRects (const Vector< double > &rectComponents, double radius) |
|
String | getCurrentMediaControlsStatusForElement (HTMLMediaElement &) |
|
String | userVisibleString (const DOMURL &) |
|
void | setShowAllPlugins (bool) |
|
String | resourceLoadStatisticsForOrigin (const String &origin) |
|
void | setResourceLoadStatisticsEnabled (bool) |
|
String | composedTreeAsText (Node &) |
|
bool | isProcessingUserGesture () |
|
RefPtr< GCObservation > | observeGC (JSC::JSValue) |
|
void | setUserInterfaceLayoutDirection (UserInterfaceLayoutDirection) |
|
bool | userPrefersReducedMotion () const |
|
void | reportBacktrace () |
|
void | setBaseWritingDirection (BaseWritingDirection) |
|
Vector< String > | accessKeyModifiers () const |
|
void | setAsRunningUserScripts (Document &) |
|
void | deref () const |
|
void | deref () const |
|
void | deref () const |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|