OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommonThemeGetSystemColor
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/native_theme/
common_theme.cc
40
bool
CommonThemeGetSystemColor
(NativeTheme::ColorId color_id, SkColor* color) {
119
CommonThemeGetSystemColor
(NativeTheme::kColorId_MenuSeparatorColor, &color);
128
CommonThemeGetSystemColor
(NativeTheme::kColorId_MenuSeparatorColor, &color);
137
CommonThemeGetSystemColor
(NativeTheme::kColorId_MenuBackgroundColor, &color);
151
CommonThemeGetSystemColor
(NativeTheme::kColorId_MenuBackgroundColor,
156
CommonThemeGetSystemColor
(
common_theme.h
17
bool NATIVE_THEME_EXPORT
CommonThemeGetSystemColor
(
fallback_theme.cc
85
if (
CommonThemeGetSystemColor
(color_id, &color))
native_theme_win.cc
491
if (
CommonThemeGetSystemColor
(color_id, &color))
[
all
...]
Completed in 40 milliseconds