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().
471 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 22 // Theme colors returned by GetSystemColor().
153 SkColor NativeThemeGtk2::GetSystemColor(ColorId color_id) const {
168 paint.setColor(GetSystemColor(kColorId_MenuBackgroundColor));
180 canvas->drawColor(GetSystemColor(kColorId_MenuBackgroundColor),
195 color = GetSystemColor(NativeTheme::kColorId_MenuBackgroundColor);
199 color = GetSystemColor(
277 // Should be handled in GetSystemColor().

Completed in 304 milliseconds