webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <InternalSettings.h>
Public Types | |
enum | ForcedAccessibilityValue { ForcedAccessibilityValue::System, ForcedAccessibilityValue::On, ForcedAccessibilityValue::Off } |
Static Public Member Functions | |
static Ref< InternalSettings > | create (Page *) |
static InternalSettings * | from (Page *) |
static void | setAllowsAnySSLCertificate (bool) |
static void | setIndexedDBWorkersEnabled (bool) |
static void | setCSSGridLayoutEnabled (bool) |
static void | setWebGL2Enabled (bool) |
static void | setWebGPUEnabled (bool) |
Additional Inherited Members | |
Protected Member Functions inherited from WTF::RefCounted< InternalSettingsGenerated > | |
RefCounted () | |
RefCounted () | |
RefCounted () | |
~RefCounted () | |
~RefCounted () | |
~RefCounted () | |
Protected Member Functions inherited from WTF::RefCountedBase | |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
|
static |
ExceptionOr< bool > InternalSettings::deferredCSSParserEnabled | ( | ) |
InternalSettings::ForcedAccessibilityValue InternalSettings::forcedColorsAreInvertedAccessibilityValue | ( | ) | const |
InternalSettings::ForcedAccessibilityValue InternalSettings::forcedDisplayIsMonochromeAccessibilityValue | ( | ) | const |
InternalSettings::ForcedAccessibilityValue InternalSettings::forcedPrefersReducedMotionAccessibilityValue | ( | ) | const |
|
static |
void InternalSettings::hostDestroyed | ( | ) |
void InternalSettings::resetToConsistentState | ( | ) |
ExceptionOr< void > InternalSettings::setAllowsAirPlayForMediaPlayback | ( | bool | allows | ) |
|
static |
ExceptionOr< void > InternalSettings::setAllowsInlineMediaPlayback | ( | bool | allows | ) |
ExceptionOr< void > InternalSettings::setAllowsInlineMediaPlaybackAfterFullscreen | ( | bool | allows | ) |
ExceptionOr< void > InternalSettings::setAllowUnclampedScrollPosition | ( | bool | allowUnclamped | ) |
ExceptionOr< void > InternalSettings::setAutoscrollForDragAndDropEnabled | ( | bool | enabled | ) |
ExceptionOr< void > InternalSettings::setBackgroundShouldExtendBeyondPage | ( | bool | hasExtendedBackground | ) |
ExceptionOr< void > InternalSettings::setCanStartMedia | ( | bool | enabled | ) |
|
static |
ExceptionOr< void > InternalSettings::setCursiveFontFamily | ( | const String & | family, |
const String & | script | ||
) |
ExceptionOr< void > InternalSettings::setDefaultVideoPosterURL | ( | const String & | url | ) |
ExceptionOr< void > InternalSettings::setDeferredCSSParserEnabled | ( | bool | enabled | ) |
ExceptionOr< void > InternalSettings::setEditingBehavior | ( | const String & | editingBehavior | ) |
ExceptionOr< void > InternalSettings::setFantasyFontFamily | ( | const String & | family, |
const String & | script | ||
) |
ExceptionOr< void > InternalSettings::setFixedFontFamily | ( | const String & | family, |
const String & | script | ||
) |
ExceptionOr< void > InternalSettings::setFontFallbackPrefersPictographs | ( | bool | preferPictographs | ) |
void InternalSettings::setForcedColorsAreInvertedAccessibilityValue | ( | InternalSettings::ForcedAccessibilityValue | value | ) |
void InternalSettings::setForcedDisplayIsMonochromeAccessibilityValue | ( | InternalSettings::ForcedAccessibilityValue | value | ) |
void InternalSettings::setForcedPrefersReducedMotionAccessibilityValue | ( | InternalSettings::ForcedAccessibilityValue | value | ) |
ExceptionOr< void > InternalSettings::setForcePendingWebGLPolicy | ( | bool | forced | ) |
ExceptionOr< void > InternalSettings::setImagesEnabled | ( | bool | enabled | ) |
|
static |
ExceptionOr< void > InternalSettings::setInlineMediaPlaybackRequiresPlaysInlineAttribute | ( | bool | requires | ) |
ExceptionOr< void > InternalSettings::setMediaCaptureRequiresSecureConnection | ( | bool | requires | ) |
ExceptionOr< void > InternalSettings::setMediaTypeOverride | ( | const String & | mediaType | ) |
ExceptionOr< void > InternalSettings::setMinimumTimerInterval | ( | double | intervalInSeconds | ) |
ExceptionOr< void > InternalSettings::setPDFImageCachingPolicy | ( | const String & | policy | ) |
ExceptionOr< void > InternalSettings::setPictographFontFamily | ( | const String & | family, |
const String & | script | ||
) |
ExceptionOr< void > InternalSettings::setPreferMIMETypeForImages | ( | bool | preferMIMETypeForImages | ) |
ExceptionOr< void > InternalSettings::setQuickTimePluginReplacementEnabled | ( | bool | enabled | ) |
ExceptionOr< void > InternalSettings::setSansSerifFontFamily | ( | const String & | family, |
const String & | script | ||
) |
ExceptionOr< void > InternalSettings::setScrollingTreeIncludesFrames | ( | bool | enabled | ) |
ExceptionOr< void > InternalSettings::setSerifFontFamily | ( | const String & | family, |
const String & | script | ||
) |
ExceptionOr< void > InternalSettings::setShouldConvertPositionStyleOnCopy | ( | bool | convert | ) |
ExceptionOr< void > InternalSettings::setShouldDisplayTrackKind | ( | const String & | kind, |
bool | enabled | ||
) |
ExceptionOr< void > InternalSettings::setStandardFontFamily | ( | const String & | family, |
const String & | script | ||
) |
ExceptionOr< void > InternalSettings::setStorageBlockingPolicy | ( | const String & | mode | ) |
ExceptionOr< void > InternalSettings::setSystemLayoutDirection | ( | const String & | direction | ) |
ExceptionOr< void > InternalSettings::setTextAutosizingEnabled | ( | bool | enabled | ) |
ExceptionOr<void> WebCore::InternalSettings::setTextAutosizingFontScaleFactor | ( | float | ) |
ExceptionOr< void > InternalSettings::setTextAutosizingWindowSizeOverride | ( | int | width, |
int | height | ||
) |
ExceptionOr< void > InternalSettings::setTimeWithoutMouseMovementBeforeHidingControls | ( | double | time | ) |
ExceptionOr< void > InternalSettings::setTouchEventEmulationEnabled | ( | bool | enabled | ) |
ExceptionOr< void > InternalSettings::setUseLegacyBackgroundSizeShorthandBehavior | ( | bool | enabled | ) |
ExceptionOr< void > InternalSettings::setUserInterfaceDirectionPolicy | ( | const String & | policy | ) |
ExceptionOr<void> WebCore::InternalSettings::setUsesOverlayScrollbars | ( | bool | ) |
ExceptionOr< void > InternalSettings::setWebFontsAlwaysFallBack | ( | bool | enable | ) |
|
static |
|
static |
ExceptionOr< void > InternalSettings::setYouTubeFlashPluginReplacementEnabled | ( | bool | enabled | ) |
ExceptionOr< bool > InternalSettings::shouldDisplayTrackKind | ( | const String & | kind | ) |
ExceptionOr< String > InternalSettings::systemLayoutDirection | ( | ) |
ExceptionOr< String > InternalSettings::userInterfaceDirectionPolicy | ( | ) |