|
WEBCORE_EXPORT | Page (PageConfiguration &&) |
|
WEBCORE_EXPORT | ~Page () |
|
WEBCORE_EXPORT uint64_t | renderTreeSize () const |
|
void | setNeedsRecalcStyleInAllFrames () |
|
RenderTheme & | theme () const |
|
WEBCORE_EXPORT ViewportArguments | viewportArguments () const |
|
WEBCORE_EXPORT PluginData & | pluginData () |
|
void | clearPluginData () |
|
WEBCORE_EXPORT void | setCanStartMedia (bool) |
|
bool | canStartMedia () const |
|
EditorClient & | editorClient () |
|
PlugInClient * | plugInClient () const |
|
MainFrame & | mainFrame () |
|
const MainFrame & | mainFrame () const |
|
bool | openedByDOM () const |
|
void | setOpenedByDOM () |
|
WEBCORE_EXPORT void | goToItem (HistoryItem &, FrameLoadType) |
|
WEBCORE_EXPORT void | setGroupName (const String &) |
|
WEBCORE_EXPORT const String & | groupName () const |
|
PageGroup & | group () |
|
void | incrementSubframeCount () |
|
void | decrementSubframeCount () |
|
int | subframeCount () const |
|
void | incrementNestedRunLoopCount () |
|
void | decrementNestedRunLoopCount () |
|
bool | insideNestedRunLoop () const |
|
WEBCORE_EXPORT void | whenUnnested (std::function< void()>) |
|
Chrome & | chrome () const |
|
DragCaretController & | dragCaretController () const |
|
FocusController & | focusController () const |
|
UserInputBridge & | userInputBridge () const |
|
InspectorController & | inspectorController () const |
|
LibWebRTCProvider & | libWebRTCProvider () |
|
RTCController & | rtcController () |
|
ValidationMessageClient * | validationMessageClient () const |
|
void | updateValidationBubbleStateIfNeeded () |
|
WEBCORE_EXPORT ScrollingCoordinator * | scrollingCoordinator () |
|
WEBCORE_EXPORT String | scrollingStateTreeAsText () |
|
WEBCORE_EXPORT String | synchronousScrollingReasonsAsText () |
|
WEBCORE_EXPORT Ref< ClientRectList > | nonFastScrollableRects () |
|
Settings & | settings () const |
|
ProgressTracker & | progress () const |
|
BackForwardController & | backForward () const |
|
std::chrono::milliseconds | domTimerAlignmentInterval () const |
|
void | setTabKeyCyclesThroughElements (bool b) |
|
bool | tabKeyCyclesThroughElements () const |
|
WEBCORE_EXPORT bool | findString (const String &, FindOptions) |
|
WEBCORE_EXPORT RefPtr< Range > | rangeOfString (const String &, Range *, FindOptions) |
|
WEBCORE_EXPORT unsigned | countFindMatches (const String &, FindOptions, unsigned maxMatchCount) |
|
WEBCORE_EXPORT unsigned | markAllMatchesForText (const String &, FindOptions, bool shouldHighlight, unsigned maxMatchCount) |
|
WEBCORE_EXPORT void | unmarkAllTextMatches () |
|
WEBCORE_EXPORT void | findStringMatchingRanges (const String &, FindOptions, int maxCount, Vector< RefPtr< Range >> &, int &indexForSelection) |
|
WEBCORE_EXPORT const VisibleSelection & | selection () const |
|
WEBCORE_EXPORT void | setDefersLoading (bool) |
|
bool | defersLoading () const |
|
WEBCORE_EXPORT void | clearUndoRedoOperations () |
|
WEBCORE_EXPORT bool | inLowQualityImageInterpolationMode () const |
|
WEBCORE_EXPORT void | setInLowQualityImageInterpolationMode (bool=true) |
|
float | mediaVolume () const |
|
WEBCORE_EXPORT void | setMediaVolume (float) |
|
WEBCORE_EXPORT void | setPageScaleFactor (float scale, const IntPoint &origin, bool inStableState=true) |
|
float | pageScaleFactor () const |
|
UserInterfaceLayoutDirection | userInterfaceLayoutDirection () const |
|
WEBCORE_EXPORT void | setUserInterfaceLayoutDirection (UserInterfaceLayoutDirection) |
|
void | didStartProvisionalLoad () |
|
void | didFinishLoad () |
|
WEBCORE_EXPORT void | setViewScaleFactor (float) |
|
float | viewScaleFactor () const |
|
WEBCORE_EXPORT void | setZoomedOutPageScaleFactor (float) |
|
float | zoomedOutPageScaleFactor () const |
|
float | deviceScaleFactor () const |
|
WEBCORE_EXPORT void | setDeviceScaleFactor (float) |
|
float | topContentInset () const |
|
WEBCORE_EXPORT void | setTopContentInset (float) |
|
bool | shouldSuppressScrollbarAnimations () const |
|
WEBCORE_EXPORT void | setShouldSuppressScrollbarAnimations (bool suppressAnimations) |
|
void | lockAllOverlayScrollbarsToHidden (bool lockOverlayScrollbars) |
|
WEBCORE_EXPORT void | setVerticalScrollElasticity (ScrollElasticity) |
|
ScrollElasticity | verticalScrollElasticity () const |
|
WEBCORE_EXPORT void | setHorizontalScrollElasticity (ScrollElasticity) |
|
ScrollElasticity | horizontalScrollElasticity () const |
|
WEBCORE_EXPORT void | accessibilitySettingsDidChange () |
|
const Pagination & | pagination () const |
|
WEBCORE_EXPORT void | setPagination (const Pagination &) |
|
bool | paginationLineGridEnabled () const |
|
WEBCORE_EXPORT void | setPaginationLineGridEnabled (bool flag) |
|
WEBCORE_EXPORT unsigned | pageCount () const |
|
WEBCORE_EXPORT DiagnosticLoggingClient & | diagnosticLoggingClient () const |
|
WEBCORE_EXPORT void | setActivityState (ActivityState::Flags) |
|
ActivityState::Flags | activityState () const |
|
bool | isWindowActive () const |
|
bool | isVisibleAndActive () const |
|
WEBCORE_EXPORT void | setIsVisible (bool) |
|
WEBCORE_EXPORT void | setIsPrerender () |
|
bool | isVisible () const |
|
WEBCORE_EXPORT void | setIsInWindow (bool) |
|
bool | isInWindow () const |
|
void | setIsClosing () |
|
bool | isClosing () const |
|
void | addActivityStateChangeObserver (ActivityStateChangeObserver &) |
|
void | removeActivityStateChangeObserver (ActivityStateChangeObserver &) |
|
WEBCORE_EXPORT void | suspendScriptedAnimations () |
|
WEBCORE_EXPORT void | resumeScriptedAnimations () |
|
bool | scriptedAnimationsSuspended () const |
|
void | userStyleSheetLocationChanged () |
|
const String & | userStyleSheet () const |
|
void | dnsPrefetchingStateChanged () |
|
void | storageBlockingStateChanged () |
|
void | setAsRunningUserScripts () |
|
bool | isRunningUserScripts () const |
|
void | setDebugger (JSC::Debugger *) |
|
JSC::Debugger * | debugger () const |
|
WEBCORE_EXPORT void | invalidateStylesForAllLinks () |
|
WEBCORE_EXPORT void | invalidateStylesForLink (LinkHash) |
|
void | invalidateInjectedStyleSheetCacheInAllFrames () |
|
StorageNamespace * | sessionStorage (bool optionalCreate=true) |
|
void | setSessionStorage (RefPtr< StorageNamespace > &&) |
|
bool | hasCustomHTMLTokenizerTimeDelay () const |
|
double | customHTMLTokenizerTimeDelay () const |
|
WEBCORE_EXPORT void | setMemoryCacheClientCallsEnabled (bool) |
|
bool | areMemoryCacheClientCallsEnabled () const |
|
void | setEditable (bool isEditable) |
|
bool | isEditable () |
|
WEBCORE_EXPORT PageVisibilityState | visibilityState () const |
|
WEBCORE_EXPORT void | resumeAnimatingImages () |
|
WEBCORE_EXPORT void | addLayoutMilestones (LayoutMilestones) |
|
WEBCORE_EXPORT void | removeLayoutMilestones (LayoutMilestones) |
|
LayoutMilestones | requestedLayoutMilestones () const |
|
int | headerHeight () const |
|
int | footerHeight () const |
|
WEBCORE_EXPORT Color | pageExtendedBackgroundColor () const |
|
bool | isCountingRelevantRepaintedObjects () const |
|
void | setIsCountingRelevantRepaintedObjects (bool isCounting) |
|
void | startCountingRelevantRepaintedObjects () |
|
void | resetRelevantPaintedObjectCounter () |
|
void | addRelevantRepaintedObject (RenderObject *, const LayoutRect &objectPaintRect) |
|
void | addRelevantUnpaintedObject (RenderObject *, const LayoutRect &objectPaintRect) |
|
WEBCORE_EXPORT void | suspendActiveDOMObjectsAndAnimations () |
|
WEBCORE_EXPORT void | resumeActiveDOMObjectsAndAnimations () |
|
void | suspendDeviceMotionAndOrientationUpdates () |
|
void | resumeDeviceMotionAndOrientationUpdates () |
|
void | setIsPainting (bool painting) |
|
bool | isPainting () const |
|
AlternativeTextClient * | alternativeTextClient () const |
|
bool | hasSeenPlugin (const String &serviceType) const |
|
WEBCORE_EXPORT bool | hasSeenAnyPlugin () const |
|
void | sawPlugin (const String &serviceType) |
|
void | resetSeenPlugins () |
|
bool | hasSeenMediaEngine (const String &engineName) const |
|
bool | hasSeenAnyMediaEngine () const |
|
void | sawMediaEngine (const String &engineName) |
|
void | resetSeenMediaEngines () |
|
PageConsoleClient & | console () |
|
void | hiddenPageCSSAnimationSuspensionStateChanged () |
|
void | forbidPrompts () |
|
void | allowPrompts () |
|
bool | arePromptsAllowed () |
|
void | setLastSpatialNavigationCandidateCount (unsigned count) |
|
unsigned | lastSpatialNavigationCandidateCount () const |
|
ApplicationCacheStorage & | applicationCacheStorage () |
|
DatabaseProvider & | databaseProvider () |
|
SocketProvider & | socketProvider () |
|
StorageNamespaceProvider & | storageNamespaceProvider () |
|
void | setStorageNamespaceProvider (Ref< StorageNamespaceProvider > &&) |
|
PluginInfoProvider & | pluginInfoProvider () |
|
UserContentProvider & | userContentProvider () |
|
WEBCORE_EXPORT void | setUserContentProvider (Ref< UserContentProvider > &&) |
|
VisitedLinkStore & | visitedLinkStore () |
|
WEBCORE_EXPORT void | setVisitedLinkStore (Ref< VisitedLinkStore > &&) |
|
WEBCORE_EXPORT SessionID | sessionID () const |
|
WEBCORE_EXPORT void | setSessionID (SessionID) |
|
WEBCORE_EXPORT void | enableLegacyPrivateBrowsing (bool privateBrowsingEnabled) |
|
bool | usesEphemeralSession () const |
|
MediaProducer::MediaStateFlags | mediaState () const |
|
void | updateIsPlayingMedia (uint64_t) |
|
MediaProducer::MutedStateFlags | mutedState () const |
|
bool | isAudioMuted () const |
|
bool | isMediaCaptureMuted () const |
|
WEBCORE_EXPORT void | setMuted (MediaProducer::MutedStateFlags) |
|
RefPtr< WheelEventTestTrigger > | testTrigger () const |
|
WEBCORE_EXPORT WheelEventTestTrigger & | ensureTestTrigger () |
|
void | clearTrigger () |
|
bool | expectsWheelEventTriggers () const |
|
bool | allowsPlaybackControlsForAutoplayingAudio () const |
|
void | setAllowsPlaybackControlsForAutoplayingAudio (bool allowsPlaybackControlsForAutoplayingAudio) |
|
void | setShowAllPlugins (bool showAll) |
|
bool | showAllPlugins () const |
|
WEBCORE_EXPORT void | setTimerAlignmentIntervalIncreaseLimit (std::chrono::milliseconds) |
|
bool | isControlledByAutomation () const |
|
void | setControlledByAutomation (bool controlled) |
|
WEBCORE_EXPORT bool | isAlwaysOnLoggingAllowed () const |
|
String | captionUserPreferencesStyleSheet () |
|
void | setCaptionUserPreferencesStyleSheet (const String &) |
|
bool | isResourceCachingDisabled () const |
|
void | setResourceCachingDisabled (bool disabled) |
|
std::optional< EventThrottlingBehavior > | eventThrottlingBehaviorOverride () const |
|
void | setEventThrottlingBehaviorOverride (std::optional< EventThrottlingBehavior > throttling) |
|
WebGLStateTracker * | webGLStateTracker () const |
|
bool | isOnlyNonUtilityPage () const |
|
bool | isUtilityPage () const |
|
bool | isLowPowerModeEnabled () const |
|
WEBCORE_EXPORT void | setLowPowerModeEnabledOverrideForTesting (std::optional< bool >) |
|
WEBCORE_EXPORT | Page (PageConfiguration &&) |
|
WEBCORE_EXPORT | ~Page () |
|
WEBCORE_EXPORT uint64_t | renderTreeSize () const |
|
void | setNeedsRecalcStyleInAllFrames () |
|
RenderTheme & | theme () const |
|
WEBCORE_EXPORT ViewportArguments | viewportArguments () const |
|
WEBCORE_EXPORT PluginData & | pluginData () |
|
void | clearPluginData () |
|
WEBCORE_EXPORT void | setCanStartMedia (bool) |
|
bool | canStartMedia () const |
|
EditorClient & | editorClient () |
|
PlugInClient * | plugInClient () const |
|
MainFrame & | mainFrame () |
|
const MainFrame & | mainFrame () const |
|
bool | openedByDOM () const |
|
void | setOpenedByDOM () |
|
WEBCORE_EXPORT void | goToItem (HistoryItem &, FrameLoadType) |
|
WEBCORE_EXPORT void | setGroupName (const String &) |
|
WEBCORE_EXPORT const String & | groupName () const |
|
PageGroup & | group () |
|
void | incrementSubframeCount () |
|
void | decrementSubframeCount () |
|
int | subframeCount () const |
|
void | incrementNestedRunLoopCount () |
|
void | decrementNestedRunLoopCount () |
|
bool | insideNestedRunLoop () const |
|
WEBCORE_EXPORT void | whenUnnested (std::function< void()>) |
|
Chrome & | chrome () const |
|
DragCaretController & | dragCaretController () const |
|
FocusController & | focusController () const |
|
UserInputBridge & | userInputBridge () const |
|
InspectorController & | inspectorController () const |
|
LibWebRTCProvider & | libWebRTCProvider () |
|
RTCController & | rtcController () |
|
ValidationMessageClient * | validationMessageClient () const |
|
void | updateValidationBubbleStateIfNeeded () |
|
WEBCORE_EXPORT ScrollingCoordinator * | scrollingCoordinator () |
|
WEBCORE_EXPORT String | scrollingStateTreeAsText () |
|
WEBCORE_EXPORT String | synchronousScrollingReasonsAsText () |
|
WEBCORE_EXPORT Ref< ClientRectList > | nonFastScrollableRects () |
|
Settings & | settings () const |
|
ProgressTracker & | progress () const |
|
BackForwardController & | backForward () const |
|
std::chrono::milliseconds | domTimerAlignmentInterval () const |
|
void | setTabKeyCyclesThroughElements (bool b) |
|
bool | tabKeyCyclesThroughElements () const |
|
WEBCORE_EXPORT bool | findString (const String &, FindOptions) |
|
WEBCORE_EXPORT RefPtr< Range > | rangeOfString (const String &, Range *, FindOptions) |
|
WEBCORE_EXPORT unsigned | countFindMatches (const String &, FindOptions, unsigned maxMatchCount) |
|
WEBCORE_EXPORT unsigned | markAllMatchesForText (const String &, FindOptions, bool shouldHighlight, unsigned maxMatchCount) |
|
WEBCORE_EXPORT void | unmarkAllTextMatches () |
|
WEBCORE_EXPORT void | findStringMatchingRanges (const String &, FindOptions, int maxCount, Vector< RefPtr< Range >> &, int &indexForSelection) |
|
WEBCORE_EXPORT const VisibleSelection & | selection () const |
|
WEBCORE_EXPORT void | setDefersLoading (bool) |
|
bool | defersLoading () const |
|
WEBCORE_EXPORT void | clearUndoRedoOperations () |
|
WEBCORE_EXPORT bool | inLowQualityImageInterpolationMode () const |
|
WEBCORE_EXPORT void | setInLowQualityImageInterpolationMode (bool=true) |
|
float | mediaVolume () const |
|
WEBCORE_EXPORT void | setMediaVolume (float) |
|
WEBCORE_EXPORT void | setPageScaleFactor (float scale, const IntPoint &origin, bool inStableState=true) |
|
float | pageScaleFactor () const |
|
UserInterfaceLayoutDirection | userInterfaceLayoutDirection () const |
|
WEBCORE_EXPORT void | setUserInterfaceLayoutDirection (UserInterfaceLayoutDirection) |
|
void | didStartProvisionalLoad () |
|
void | didFinishLoad () |
|
WEBCORE_EXPORT void | setViewScaleFactor (float) |
|
float | viewScaleFactor () const |
|
WEBCORE_EXPORT void | setZoomedOutPageScaleFactor (float) |
|
float | zoomedOutPageScaleFactor () const |
|
float | deviceScaleFactor () const |
|
WEBCORE_EXPORT void | setDeviceScaleFactor (float) |
|
float | topContentInset () const |
|
WEBCORE_EXPORT void | setTopContentInset (float) |
|
bool | shouldSuppressScrollbarAnimations () const |
|
WEBCORE_EXPORT void | setShouldSuppressScrollbarAnimations (bool suppressAnimations) |
|
void | lockAllOverlayScrollbarsToHidden (bool lockOverlayScrollbars) |
|
WEBCORE_EXPORT void | setVerticalScrollElasticity (ScrollElasticity) |
|
ScrollElasticity | verticalScrollElasticity () const |
|
WEBCORE_EXPORT void | setHorizontalScrollElasticity (ScrollElasticity) |
|
ScrollElasticity | horizontalScrollElasticity () const |
|
WEBCORE_EXPORT void | accessibilitySettingsDidChange () |
|
const Pagination & | pagination () const |
|
WEBCORE_EXPORT void | setPagination (const Pagination &) |
|
bool | paginationLineGridEnabled () const |
|
WEBCORE_EXPORT void | setPaginationLineGridEnabled (bool flag) |
|
WEBCORE_EXPORT unsigned | pageCount () const |
|
WEBCORE_EXPORT DiagnosticLoggingClient & | diagnosticLoggingClient () const |
|
WEBCORE_EXPORT void | setActivityState (ActivityState::Flags) |
|
ActivityState::Flags | activityState () const |
|
bool | isWindowActive () const |
|
bool | isVisibleAndActive () const |
|
WEBCORE_EXPORT void | setIsVisible (bool) |
|
WEBCORE_EXPORT void | setIsPrerender () |
|
bool | isVisible () const |
|
WEBCORE_EXPORT void | setIsInWindow (bool) |
|
bool | isInWindow () const |
|
void | setIsClosing () |
|
bool | isClosing () const |
|
void | addActivityStateChangeObserver (ActivityStateChangeObserver &) |
|
void | removeActivityStateChangeObserver (ActivityStateChangeObserver &) |
|
WEBCORE_EXPORT void | suspendScriptedAnimations () |
|
WEBCORE_EXPORT void | resumeScriptedAnimations () |
|
bool | scriptedAnimationsSuspended () const |
|
void | userStyleSheetLocationChanged () |
|
const String & | userStyleSheet () const |
|
void | dnsPrefetchingStateChanged () |
|
void | storageBlockingStateChanged () |
|
void | setAsRunningUserScripts () |
|
bool | isRunningUserScripts () const |
|
void | setDebugger (JSC::Debugger *) |
|
JSC::Debugger * | debugger () const |
|
WEBCORE_EXPORT void | invalidateStylesForAllLinks () |
|
WEBCORE_EXPORT void | invalidateStylesForLink (LinkHash) |
|
void | invalidateInjectedStyleSheetCacheInAllFrames () |
|
StorageNamespace * | sessionStorage (bool optionalCreate=true) |
|
void | setSessionStorage (RefPtr< StorageNamespace > &&) |
|
bool | hasCustomHTMLTokenizerTimeDelay () const |
|
double | customHTMLTokenizerTimeDelay () const |
|
WEBCORE_EXPORT void | setMemoryCacheClientCallsEnabled (bool) |
|
bool | areMemoryCacheClientCallsEnabled () const |
|
void | setEditable (bool isEditable) |
|
bool | isEditable () |
|
WEBCORE_EXPORT PageVisibilityState | visibilityState () const |
|
WEBCORE_EXPORT void | resumeAnimatingImages () |
|
WEBCORE_EXPORT void | addLayoutMilestones (LayoutMilestones) |
|
WEBCORE_EXPORT void | removeLayoutMilestones (LayoutMilestones) |
|
LayoutMilestones | requestedLayoutMilestones () const |
|
int | headerHeight () const |
|
int | footerHeight () const |
|
WEBCORE_EXPORT Color | pageExtendedBackgroundColor () const |
|
bool | isCountingRelevantRepaintedObjects () const |
|
void | setIsCountingRelevantRepaintedObjects (bool isCounting) |
|
void | startCountingRelevantRepaintedObjects () |
|
void | resetRelevantPaintedObjectCounter () |
|
void | addRelevantRepaintedObject (RenderObject *, const LayoutRect &objectPaintRect) |
|
void | addRelevantUnpaintedObject (RenderObject *, const LayoutRect &objectPaintRect) |
|
WEBCORE_EXPORT void | suspendActiveDOMObjectsAndAnimations () |
|
WEBCORE_EXPORT void | resumeActiveDOMObjectsAndAnimations () |
|
void | suspendDeviceMotionAndOrientationUpdates () |
|
void | resumeDeviceMotionAndOrientationUpdates () |
|
void | setIsPainting (bool painting) |
|
bool | isPainting () const |
|
AlternativeTextClient * | alternativeTextClient () const |
|
bool | hasSeenPlugin (const String &serviceType) const |
|
WEBCORE_EXPORT bool | hasSeenAnyPlugin () const |
|
void | sawPlugin (const String &serviceType) |
|
void | resetSeenPlugins () |
|
bool | hasSeenMediaEngine (const String &engineName) const |
|
bool | hasSeenAnyMediaEngine () const |
|
void | sawMediaEngine (const String &engineName) |
|
void | resetSeenMediaEngines () |
|
PageConsoleClient & | console () |
|
void | hiddenPageCSSAnimationSuspensionStateChanged () |
|
void | forbidPrompts () |
|
void | allowPrompts () |
|
bool | arePromptsAllowed () |
|
void | setLastSpatialNavigationCandidateCount (unsigned count) |
|
unsigned | lastSpatialNavigationCandidateCount () const |
|
ApplicationCacheStorage & | applicationCacheStorage () |
|
DatabaseProvider & | databaseProvider () |
|
SocketProvider & | socketProvider () |
|
StorageNamespaceProvider & | storageNamespaceProvider () |
|
void | setStorageNamespaceProvider (Ref< StorageNamespaceProvider > &&) |
|
PluginInfoProvider & | pluginInfoProvider () |
|
UserContentProvider & | userContentProvider () |
|
WEBCORE_EXPORT void | setUserContentProvider (Ref< UserContentProvider > &&) |
|
VisitedLinkStore & | visitedLinkStore () |
|
WEBCORE_EXPORT void | setVisitedLinkStore (Ref< VisitedLinkStore > &&) |
|
WEBCORE_EXPORT SessionID | sessionID () const |
|
WEBCORE_EXPORT void | setSessionID (SessionID) |
|
WEBCORE_EXPORT void | enableLegacyPrivateBrowsing (bool privateBrowsingEnabled) |
|
bool | usesEphemeralSession () const |
|
MediaProducer::MediaStateFlags | mediaState () const |
|
void | updateIsPlayingMedia (uint64_t) |
|
MediaProducer::MutedStateFlags | mutedState () const |
|
bool | isAudioMuted () const |
|
bool | isMediaCaptureMuted () const |
|
WEBCORE_EXPORT void | setMuted (MediaProducer::MutedStateFlags) |
|
RefPtr< WheelEventTestTrigger > | testTrigger () const |
|
WEBCORE_EXPORT WheelEventTestTrigger & | ensureTestTrigger () |
|
void | clearTrigger () |
|
bool | expectsWheelEventTriggers () const |
|
bool | allowsPlaybackControlsForAutoplayingAudio () const |
|
void | setAllowsPlaybackControlsForAutoplayingAudio (bool allowsPlaybackControlsForAutoplayingAudio) |
|
void | setShowAllPlugins (bool showAll) |
|
bool | showAllPlugins () const |
|
WEBCORE_EXPORT void | setTimerAlignmentIntervalIncreaseLimit (std::chrono::milliseconds) |
|
bool | isControlledByAutomation () const |
|
void | setControlledByAutomation (bool controlled) |
|
WEBCORE_EXPORT bool | isAlwaysOnLoggingAllowed () const |
|
String | captionUserPreferencesStyleSheet () |
|
void | setCaptionUserPreferencesStyleSheet (const String &) |
|
bool | isResourceCachingDisabled () const |
|
void | setResourceCachingDisabled (bool disabled) |
|
std::optional< EventThrottlingBehavior > | eventThrottlingBehaviorOverride () const |
|
void | setEventThrottlingBehaviorOverride (std::optional< EventThrottlingBehavior > throttling) |
|
WebGLStateTracker * | webGLStateTracker () const |
|
bool | isOnlyNonUtilityPage () const |
|
bool | isUtilityPage () const |
|
bool | isLowPowerModeEnabled () const |
|
WEBCORE_EXPORT void | setLowPowerModeEnabledOverrideForTesting (std::optional< bool >) |
|
void | provideSupplement (const char *key, std::unique_ptr< Supplement< Page >> supplement) |
|
void | provideSupplement (const char *key, std::unique_ptr< Supplement< Page >> supplement) |
|
void | removeSupplement (const char *key) |
|
void | removeSupplement (const char *key) |
|
Supplement< Page > * | requireSupplement (const char *key) |
|
Supplement< Page > * | requireSupplement (const char *key) |
|