HomeSort by relevance Sort by last modified time
    Searched refs:GetSystemColor (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/ui/native_theme/
fallback_theme.h 21 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
native_theme_android.h 17 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
native_theme_gtk.h 17 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
native_theme_mac.h 17 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
native_theme_android.cc 23 SkColor NativeThemeAndroid::GetSystemColor(ColorId color_id) const {
native_theme_gtk.cc 17 // Theme colors returned by GetSystemColor().
54 SkColor NativeThemeGtk::GetSystemColor(ColorId color_id) const {
native_theme.h 224 // Colors for GetSystemColor().
283 virtual SkColor GetSystemColor(ColorId color_id) const = 0;
fallback_theme.cc 21 SkColor FallbackTheme::GetSystemColor(ColorId color_id) const {
  /external/chromium_org/chrome/browser/chromeos/input_method/
infolist_window_view.cc 132 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
135 views::Border::CreateSolidBorder(1, GetNativeTheme()->GetSystemColor(
152 GetNativeTheme()->GetSystemColor(
173 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
176 views::Border::CreateSolidBorder(1, GetNativeTheme()->GetSystemColor(
188 caption_label->SetEnabledColor(GetNativeTheme()->GetSystemColor(
193 GetNativeTheme()->GetSystemColor(
candidate_window_view.cc 104 shortcut_label->SetEnabledColor(theme.GetSystemColor(
106 shortcut_label->SetDisabledColor(theme.GetSystemColor(
134 theme.GetSystemColor(ui::NativeTheme::kColorId_WindowBackground),
179 annotation_label->SetEnabledColor(theme.GetSystemColor(
309 GetNativeTheme()->GetSystemColor(
313 GetNativeTheme()->GetSystemColor(
473 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
482 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
485 1, GetNativeTheme()->GetSystemColor(
538 GetNativeTheme()->GetSystemColor(
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
native_theme_gtk2.h 25 virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
40 // Implementation of GetSystemColor.
native_theme_gtk2.cc 20 // Theme colors returned by GetSystemColor().
60 SkColor NativeThemeGtk2::GetSystemColor(ColorId color_id) const {
108 paint.setColor(GetSystemColor(kColorId_MenuBackgroundColor));
120 canvas->drawColor(GetSystemColor(kColorId_MenuBackgroundColor),
135 color = GetSystemColor(NativeTheme::kColorId_MenuBackgroundColor);
139 color = GetSystemColor(
  /external/chromium_org/ui/views/controls/menu/
menu_separator_views.cc 46 GetNativeTheme()->GetSystemColor(
menu_config_views.cc 33 text_color = theme->GetSystemColor(
  /external/chromium_org/ui/views/controls/
focusable_border.cc 47 color = view.GetNativeTheme()->GetSystemColor(
label.cc 517 requested_enabled_color_ = theme->GetSystemColor(
521 requested_disabled_color_ = theme->GetSystemColor(
525 background_color_ = theme->GetSystemColor(
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.cc 214 1, 0, 1, 0, GetNativeTheme()->GetSystemColor(
271 1, 0, 1, 0, GetNativeTheme()->GetSystemColor(
275 0, 0, 1, 0, GetNativeTheme()->GetSystemColor(
296 GetNativeTheme()->GetSystemColor(
300 GetNativeTheme()->GetSystemColor(
  /external/chromium_org/chrome/browser/ui/views/website_settings/
permission_selector_view.cc 91 SetEnabledColor(GetNativeTheme()->GetSystemColor(
93 SetHoverColor(GetNativeTheme()->GetSystemColor(
95 SetDisabledColor(GetNativeTheme()->GetSystemColor(
  /external/chromium_org/ui/views/controls/button/
label_button.cc 295 theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonEnabledColor),
296 theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonHoverColor),
297 theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonHoverColor),
298 theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonDisabledColor),
318 label_->SetBackgroundColor(theme->GetSystemColor(
text_button.cc 431 GetNativeTheme()->GetSystemColor(
547 color_enabled_ = theme->GetSystemColor(
551 color_disabled_ = theme->GetSystemColor(
555 color_highlight_ = theme->GetSystemColor(
559 color_hover_ = theme->GetSystemColor(
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 265 return theme->GetSystemColor(
268 return theme->GetSystemColor(
271 return theme->GetSystemColor(
283 return theme->GetSystemColor(
286 return theme->GetSystemColor(
289 return theme->GetSystemColor(
413 native_theme->GetSystemColor(
417 native_theme->GetSystemColor(
421 native_theme->GetSystemColor(
425 native_theme->GetSystemColor(
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 124 GetSystemColor(ui::NativeTheme::kColorId_DialogBackground)));
242 SkColor color = widget->GetNativeTheme()->GetSystemColor(
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 187 ui::NativeTheme::instance()->GetSystemColor(
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 165 colors[NORMAL][BACKGROUND] = theme->GetSystemColor(
167 colors[NORMAL][TEXT] = theme->GetSystemColor(
170 colors[SELECTED][BACKGROUND] = theme->GetSystemColor(
172 colors[SELECTED][TEXT] = theme->GetSystemColor(
  /external/chromium_org/ui/views/window/
dialog_delegate.cc 165 const SkColor color = widget->GetNativeTheme()->GetSystemColor(

Completed in 243 milliseconds

1 2