Home
last modified time | relevance | path

Searched refs:kPlatformHighContrast (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/native_theme/
H A Dnative_theme_win_unittest.cc81 ColorScheme::kPlatformHighContrast); in TEST()
86 ColorScheme::kPlatformHighContrast); in TEST()
90 ColorScheme::kPlatformHighContrast); in TEST()
H A Dnative_theme_unittest.cc70 case NativeTheme::ColorScheme::kPlatformHighContrast: in ColorSchemeToString()
111 NativeTheme::ColorScheme::kPlatformHighContrast),
H A Dnative_theme.h136 kPlatformHighContrast, // When the platform is providing HC colors (eg. enumerator
H A Dnative_theme.cc175 color_scheme != NativeTheme::ColorScheme::kPlatformHighContrast) { in GetSystemColor()
H A Dnative_theme_win.cc593 return (color_scheme == ColorScheme::kPlatformHighContrast) in GetSystemColor()
742 return UsesHighContrastColors() ? ColorScheme::kPlatformHighContrast in GetDefaultSystemColorScheme()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/native_theme/
H A Dnative_theme_win_unittest.cc97 ColorScheme::kPlatformHighContrast); in TEST()
102 ColorScheme::kPlatformHighContrast); in TEST()
106 ColorScheme::kPlatformHighContrast); in TEST()
H A Dnative_theme_unittest.cc70 case NativeTheme::ColorScheme::kPlatformHighContrast: in ColorSchemeToString()
111 NativeTheme::ColorScheme::kPlatformHighContrast),
H A Dtest_native_theme.cc57 return ColorScheme::kPlatformHighContrast; in GetDefaultSystemColorScheme()
H A Dnative_theme.cc187 color_scheme != NativeTheme::ColorScheme::kPlatformHighContrast) { in GetSystemColor()
269 if (GetDefaultSystemColorScheme() != ColorScheme::kPlatformHighContrast) in GetPlatformHighContrastColorScheme()
H A Dnative_theme.h142 kPlatformHighContrast, // When the platform is providing HC colors (eg. enumerator
H A Dnative_theme_mac.mm167 // TODO(http://crbug.com/1057754): Remove the && kPlatformHighContrast
169 // kPlatformHighContrast both being on.
171 color_scheme != ColorScheme::kPlatformHighContrast))
H A Dnative_theme_win.cc599 if (color_scheme == ColorScheme::kPlatformHighContrast) in GetSystemColor()
786 return UsesHighContrastColors() ? ColorScheme::kPlatformHighContrast in GetDefaultSystemColorScheme()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/animation/
H A Dink_drop_util.cc61 ui::NativeTheme::ColorScheme::kPlatformHighContrast && in UsingPlatformHighContrastInkDrop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/animation/
H A Dink_drop_util.cc60 ui::NativeTheme::ColorScheme::kPlatformHighContrast && in UsingPlatformHighContrastInkDrop()