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

1 2 3

  /external/chromium_org/ui/views/controls/button/
blue_button.cc 36 SetTextColor(STATE_NORMAL, GetNativeTheme()->
38 SetTextColor(STATE_HOVERED, GetNativeTheme()->
40 SetTextColor(STATE_PRESSED, GetNativeTheme()->
42 SetTextColor(STATE_DISABLED, GetNativeTheme()->
text_button.cc 163 const ui::NativeTheme* theme = view.GetNativeTheme();
435 GetNativeTheme()->GetSystemColor(
544 if (GetNativeTheme() == ui::NativeThemeWin::instance()) {
label_button.cc 181 OnNativeThemeChanged(GetNativeTheme());
324 const ui::NativeTheme* theme = GetNativeTheme();
  /external/chromium_org/ui/views/controls/menu/
menu_separator_views.cc 46 GetNativeTheme()->GetSystemColor(
menu_scroll_view_container.cc 80 GetNativeTheme()->Paint(canvas->sk_canvas(),
215 GetNativeTheme()->Paint(canvas->sk_canvas(),
  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar.cc 103 GetHorizontalScrollBarHeight(GetNativeTheme()) :
104 GetVerticalScrollBarWidth(GetNativeTheme());
native_scroll_bar_views.cc 87 return GetNativeTheme()->GetPartSize(GetNativeThemePart(),
94 GetNativeTheme()->Paint(canvas->sk_canvas(), GetNativeThemePart(),
168 return GetNativeTheme()->GetPartSize(GetNativeThemePart(),
177 GetNativeTheme()->Paint(canvas->sk_canvas(),
185 GetNativeTheme()->Paint(canvas->sk_canvas(), gripper_part, theme_state,
292 GetNativeTheme()->Paint(canvas->sk_canvas(), part_, state_, bounds, params_);
296 const ui::NativeTheme* theme = native_scroll_bar_->GetNativeTheme();
  /external/chromium_org/ash/ime/
infolist_window.cc 153 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
157 GetNativeTheme()->GetSystemColor(
180 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
184 GetNativeTheme()->GetSystemColor(
192 caption_label->SetEnabledColor(GetNativeTheme()->GetSystemColor(
197 GetNativeTheme()->GetSystemColor(
candidate_window_view.cc 106 GetNativeTheme()->GetSystemColor(
128 GetNativeTheme()->GetSystemColor(
156 ui::NativeTheme* theme = GetNativeTheme();
candidate_view.cc 149 const ui::NativeTheme& theme = *GetNativeTheme();
200 ui::NativeTheme* theme = GetNativeTheme();
  /external/chromium_org/chrome/browser/themes/
theme_service_aurax11.cc 54 linux_ui_->GetNativeTheme(NULL)->NotifyObservers();
  /external/chromium_org/ui/views/controls/
focusable_border.cc 47 color = view.GetNativeTheme()->GetSystemColor(
  /external/chromium_org/ui/views/linux_ui/
linux_ui.h 98 virtual ui::NativeTheme* GetNativeTheme(aura::Window* window) const = 0;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 53 static ui::NativeTheme* GetNativeTheme(aura::Window* window);
  /external/chromium_org/chrome/browser/ui/views/website_settings/
permission_selector_view.cc 91 SetTextColor(views::Button::STATE_NORMAL, GetNativeTheme()->GetSystemColor(
93 SetTextColor(views::Button::STATE_HOVERED, GetNativeTheme()->GetSystemColor(
95 SetTextColor(views::Button::STATE_DISABLED, GetNativeTheme()->GetSystemColor(
  /external/chromium_org/ui/views/bubble/
bubble_delegate.cc 63 UpdateColorsFromTheme(GetNativeTheme());
84 UpdateColorsFromTheme(GetNativeTheme());
  /external/chromium_org/ui/views/widget/
widget.h 541 ui::NativeTheme* GetNativeTheme() {
543 const_cast<const Widget*>(this)->GetNativeTheme());
545 const ui::NativeTheme* GetNativeTheme() const;
    [all...]
native_widget_mac.h 103 virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE;
native_widget_private.h 228 virtual ui::NativeTheme* GetNativeTheme() const = 0;
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 190 set_background(views::Background::CreateSolidBackground(GetNativeTheme()->
282 SkColor color = widget->GetNativeTheme()->GetSystemColor(
cookie_info_view.cc 134 text_field->SetBackgroundColor(GetNativeTheme()->GetSystemColor(
  /external/chromium_org/ui/views/controls/table/
table_view.cc 476 canvas->DrawColor(GetNativeTheme()->GetSystemColor(
486 const SkColor selected_bg_color = GetNativeTheme()->GetSystemColor(
488 const SkColor fg_color = GetNativeTheme()->GetSystemColor(
490 const SkColor selected_fg_color = GetNativeTheme()->GetSystemColor(
543 const SkColor grouping_color = GetNativeTheme()->GetSystemColor(
  /external/chromium_org/ui/views/
view.h 523 // GetNativeTheme() on the Widget this View is in. If this View is not in a
525 ui::NativeTheme* GetNativeTheme() {
527 const_cast<const View*>(this)->GetNativeTheme());
529 const ui::NativeTheme* GetNativeTheme() const;
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.h 92 virtual ui::NativeTheme* GetNativeTheme(aura::Window* window) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/extensions/
bookmark_app_bubble_view.cc 84 const SkColor background_color = GetNativeTheme()->GetSystemColor(

Completed in 363 milliseconds

1 2 3