Searched refs:GetNativeTheme (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium_org/ui/views/controls/button/
H A Dblue_button.cc29 SetTextColor(STATE_NORMAL, GetNativeTheme()->
31 SetTextColor(STATE_HOVERED, GetNativeTheme()->
33 SetTextColor(STATE_PRESSED, GetNativeTheme()->
35 SetTextColor(STATE_DISABLED, GetNativeTheme()->
43 GetNativeTheme()->GetSystemColor(
/external/chromium_org/ui/views/controls/scrollbar/
H A Dnative_scroll_bar.cc102 GetHorizontalScrollBarHeight(GetNativeTheme()) :
103 GetVerticalScrollBarWidth(GetNativeTheme());
H A Dnative_scroll_bar_views.cc87 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/ui/views/controls/menu/
H A Dmenu_separator_views.cc68 GetNativeTheme()->GetSystemColor(
H A Dmenu_runner_impl.cc113 parent ? parent->GetNativeTheme() : ui::NativeTheme::instance();
H A Dmenu_scroll_view_container.cc80 GetNativeTheme()->Paint(canvas->sk_canvas(),
215 GetNativeTheme()->Paint(canvas->sk_canvas(),
/external/chromium_org/ash/ime/
H A Dinfolist_window.cc153 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(
H A Dcandidate_window_view.cc106 GetNativeTheme()->GetSystemColor(
128 GetNativeTheme()->GetSystemColor(
156 ui::NativeTheme* theme = GetNativeTheme();
H A Dcandidate_view.cc149 const ui::NativeTheme& theme = *GetNativeTheme();
200 ui::NativeTheme* theme = GetNativeTheme();
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service_aurax11.cc54 linux_ui_->GetNativeTheme(NULL)->NotifyObservers();
/external/chromium_org/ui/views/controls/
H A Dfocusable_border.cc45 color = view.GetNativeTheme()->GetSystemColor(
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dpermission_selector_view.cc91 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/
H A Dbutton_drag_utils.cc48 widget ? widget->GetNativeTheme() : ui::NativeTheme::instance();
H A Dview.h516 // GetNativeTheme() on the Widget this View is in. If this View is not in a
518 ui::NativeTheme* GetNativeTheme() { function in class:views::View
520 const_cast<const View*>(this)->GetNativeTheme());
522 const ui::NativeTheme* GetNativeTheme() const;
/external/chromium_org/ui/views/linux_ui/
H A Dlinux_ui.h98 virtual ui::NativeTheme* GetNativeTheme(aura::Window* window) const = 0;
/external/chromium_org/ui/views/bubble/
H A Dbubble_delegate.cc62 UpdateColorsFromTheme(GetNativeTheme());
82 UpdateColorsFromTheme(GetNativeTheme());
/external/chromium_org/ui/views/widget/
H A Dwidget.h541 ui::NativeTheme* GetNativeTheme() { function in class:views::Widget
543 const_cast<const Widget*>(this)->GetNativeTheme());
545 const ui::NativeTheme* GetNativeTheme() const;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host.h53 static ui::NativeTheme* GetNativeTheme(aura::Window* window);
/external/chromium_org/chrome/browser/ui/views/
H A Dscreen_capture_notification_ui_views.cc190 set_background(views::Background::CreateSolidBackground(GetNativeTheme()->
282 SkColor color = widget->GetNativeTheme()->GetSystemColor(
H A Dcookie_info_view.cc126 textfield->SetBackgroundColor(GetNativeTheme()->GetSystemColor(
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.cc476 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/chrome/browser/ui/libgtk2ui/
H A Dgtk2_ui.h94 virtual ui::NativeTheme* GetNativeTheme(aura::Window* window) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/passwords/
H A Dmanage_password_item_view.cc228 GetNativeTheme()->GetSystemColor(
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc656 SkColor text_color = GetNativeTheme()->GetSystemColor(
692 GetNativeTheme()->Paint(canvas->sk_canvas(),
852 // TODO(estade): hack alert! This should always use GetNativeTheme(). For now
857 GetNativeTheme();
859 const ui::NativeTheme* native_theme_for_arrow = GetNativeTheme();
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.cc592 canvas->DrawColor(GetNativeTheme()->GetSystemColor(
798 const SkColor bg_color = GetNativeTheme()->GetSystemColor(
812 GetNativeTheme()->GetSystemColor(color_id),
828 const SkColor arrow_color = GetNativeTheme()->GetSystemColor(

Completed in 5120 milliseconds

123