HomeSort by relevance Sort by last modified time
    Searched defs:GetSystemColor (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/native_theme/
native_theme_android.cc 25 SkColor NativeThemeAndroid::GetSystemColor(ColorId color_id) const {
fallback_theme.cc 20 SkColor FallbackTheme::GetSystemColor(ColorId color_id) const {
126 return GetSystemColor(kColorId_ButtonDisabledColor);
native_theme_win.cc 40 // Theme colors returned by GetSystemColor().
496 SkColor NativeThemeWin::GetSystemColor(ColorId color_id) const {
620 GetSystemColor(kColorId_ResultsTableHoveredBackground), 0x80);
630 GetSystemColor(kColorId_ResultsTableHoveredBackground));
640 GetSystemColor(kColorId_ResultsTableHoveredBackground), 0x34);
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
native_theme_gtk2.cc 21 // Theme colors returned by GetSystemColor().
152 SkColor NativeThemeGtk2::GetSystemColor(ColorId color_id) const {
164 paint.setColor(GetSystemColor(kColorId_MenuBackgroundColor));
176 canvas->drawColor(GetSystemColor(kColorId_MenuBackgroundColor),
191 color = GetSystemColor(NativeTheme::kColorId_MenuBackgroundColor);
195 color = GetSystemColor(

Completed in 45 milliseconds