Home
last modified time | relevance | path

Searched refs:kColorId_MenuBackgroundColor (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/native_theme/
Dcommon_theme.cc65 case NativeTheme::kColorId_MenuBackgroundColor: in CommonThemeGetSystemColor()
173 CommonThemeGetSystemColor(NativeTheme::kColorId_MenuBackgroundColor, &color); in CommonThemePaintMenuBackground()
187 CommonThemeGetSystemColor(NativeTheme::kColorId_MenuBackgroundColor, in CommonThemePaintMenuItemBackground()
Dnative_theme.h269 kColorId_MenuBackgroundColor, enumerator
Dnative_theme_aura.cc104 SkColor color = GetSystemColor(NativeTheme::kColorId_MenuBackgroundColor); in PaintMenuPopupBackground()
/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dnative_theme_gtk2.cc164 paint.setColor(GetSystemColor(kColorId_MenuBackgroundColor)); in PaintMenuPopupBackground()
176 canvas->drawColor(GetSystemColor(kColorId_MenuBackgroundColor), in PaintMenuPopupBackground()
191 color = GetSystemColor(NativeTheme::kColorId_MenuBackgroundColor); in PaintMenuItemBackground()
243 case kColorId_MenuBackgroundColor: in GetSystemGdkColor()
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dwrench_menu.cc284 ui::NativeTheme::kColorId_MenuBackgroundColor); in BackgroundColor()