Home
last modified time | relevance | path

Searched refs:IsForcedColorsEnabled (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/
H A Dui_base_features.h68 COMPONENT_EXPORT(UI_BASE_FEATURES) bool IsForcedColorsEnabled();
H A Dui_base_features.cc140 bool IsForcedColorsEnabled() { in IsForcedColorsEnabled() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/
H A Dui_base_features.h74 COMPONENT_EXPORT(UI_BASE_FEATURES) bool IsForcedColorsEnabled();
H A Dui_base_features.cc162 bool IsForcedColorsEnabled() { in IsForcedColorsEnabled() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/platform/
H A Dweb_runtime_features.h66 BLINK_PLATFORM_EXPORT static bool IsForcedColorsEnabled();
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/native_theme/
H A Dnative_theme_aura.cc335 if (UsesHighContrastColors() && features::IsForcedColorsEnabled()) { in PaintScrollbarThumb()
H A Dnative_theme_base.cc1608 if (UsesHighContrastColors() && features::IsForcedColorsEnabled()) in GetControlColor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/exported/
H A Dweb_runtime_features.cc82 bool WebRuntimeFeatures::IsForcedColorsEnabled() { in IsForcedColorsEnabled() function in blink::WebRuntimeFeatures
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/native_theme/
H A Dnative_theme_base.cc1571 if (UsesHighContrastColors() && features::IsForcedColorsEnabled()) in GetControlColor()