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

1 2 3

  /external/chromium_org/ui/views/controls/button/
blue_button.cc 29 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/
native_scroll_bar.cc 102 GetHorizontalScrollBarHeight(GetNativeTheme()) :
103 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/ui/views/controls/menu/
menu_separator_views.cc 68 GetNativeTheme()->GetSystemColor(
menu_runner_impl.cc 113 parent ? parent->GetNativeTheme() : ui::NativeTheme::instance();
menu_scroll_view_container.cc 80 GetNativeTheme()->Paint(canvas->sk_canvas(),
215 GetNativeTheme()->Paint(canvas->sk_canvas(),
  /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 45 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/
button_drag_utils.cc 48 widget ? widget->GetNativeTheme() : ui::NativeTheme::instance();
view.h 516 // GetNativeTheme() on the Widget this View is in. If this View is not in a
518 ui::NativeTheme* GetNativeTheme() {
520 const_cast<const View*>(this)->GetNativeTheme());
522 const ui::NativeTheme* GetNativeTheme() const;
    [all...]
  /external/chromium_org/ui/views/bubble/
bubble_delegate.cc 62 UpdateColorsFromTheme(GetNativeTheme());
82 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 109 virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE;
native_widget_private.h 225 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 126 textfield->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/chrome/browser/ui/libgtk2ui/
gtk2_ui.h 94 virtual ui::NativeTheme* GetNativeTheme(aura::Window* window) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_password_item_view.cc 228 GetNativeTheme()->GetSystemColor(

Completed in 390 milliseconds

1 2 3