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

1 2 3

  /external/chromium_org/ui/linux_ui/
linux_ui.h 55 virtual NativeTheme* GetNativeTheme() const = 0;
  /external/chromium_org/chrome/browser/chromeos/input_method/
infolist_window_view.cc 130 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
133 views::Border::CreateSolidBorder(1, GetNativeTheme()->GetSystemColor(
150 GetNativeTheme()->GetSystemColor(
171 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
174 views::Border::CreateSolidBorder(1, GetNativeTheme()->GetSystemColor(
186 caption_label->SetEnabledColor(GetNativeTheme()->GetSystemColor(
191 GetNativeTheme()->GetSystemColor(
candidate_window_view.cc 302 GetNativeTheme()->GetSystemColor(
306 GetNativeTheme()->GetSystemColor(
357 const ui::NativeTheme& theme = *GetNativeTheme();
466 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
475 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
478 1, GetNativeTheme()->GetSystemColor(
531 GetNativeTheme()->GetSystemColor(
560 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
563 1, GetNativeTheme()->GetSystemColor(
790 const ui::NativeTheme& theme = *GetNativeTheme();
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_separator_views.cc 46 GetNativeTheme()->GetSystemColor(
menu_scroll_view_container.cc 87 GetNativeTheme()->Paint(canvas->sk_canvas(),
222 GetNativeTheme()->Paint(canvas->sk_canvas(),
  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar.cc 106 GetHorizontalScrollBarHeight(GetNativeTheme()) :
107 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/
focusable_border.cc 48 color = view.GetNativeTheme()->GetSystemColor(
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host.h 42 static ui::NativeTheme* GetNativeTheme(aura::Window* window);
  /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/bubble/
bubble_delegate.cc 131 UpdateColorsFromTheme(GetNativeTheme());
154 UpdateColorsFromTheme(GetNativeTheme());
390 color_ = GetNativeTheme()->GetSystemColor(
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.h 46 virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 123 set_background(views::Background::CreateSolidBackground(GetNativeTheme()->
242 SkColor color = widget->GetNativeTheme()->GetSystemColor(
wrench_menu.h 109 const ui::NativeTheme* GetNativeTheme() const;
wrench_menu.cc 176 view->GetNativeTheme() == ui::NativeThemeAura::instance()) {
246 ui::NativeTheme* theme = view->GetNativeTheme();
261 ui::NativeTheme* theme = view->GetNativeTheme();
851 const ui::NativeTheme* WrenchMenu::GetNativeTheme() const {
855 return browser_widget->GetNativeTheme();
859 return MenuConfig::instance(GetNativeTheme());
    [all...]
cookie_info_view.cc 141 text_field->SetBackgroundColor(GetNativeTheme()->GetSystemColor(
  /external/chromium_org/ui/views/widget/
widget.h 480 ui::NativeTheme* GetNativeTheme() {
482 const_cast<const Widget*>(this)->GetNativeTheme());
484 const ui::NativeTheme* GetNativeTheme() const;
    [all...]
native_widget_private.h 215 virtual ui::NativeTheme* GetNativeTheme() const = 0;
  /external/chromium_org/ui/views/controls/button/
text_button.cc 168 const ui::NativeTheme* theme = view.GetNativeTheme();
220 TextButtonBase::OnNativeThemeChanged(GetNativeTheme());
415 GetNativeTheme()->GetSystemColor(
575 if (GetNativeTheme() == ui::NativeThemeWin::instance()) {
label_button.cc 265 const ui::NativeTheme* theme = GetNativeTheme();
352 GetNativeTheme() == ui::NativeThemeWin::instance()) {
label_button_border.cc 117 const ui::NativeTheme* theme = view.GetNativeTheme();
  /external/chromium_org/ui/views/window/
dialog_delegate.cc 182 const SkColor color = widget->GetNativeTheme()->GetSystemColor(
  /external/chromium_org/ui/views/controls/table/
table_view.cc 461 canvas->DrawColor(GetNativeTheme()->GetSystemColor(
471 const SkColor selected_bg_color = GetNativeTheme()->GetSystemColor(
473 const SkColor fg_color = GetNativeTheme()->GetSystemColor(
475 const SkColor selected_fg_color = GetNativeTheme()->GetSystemColor(
528 const SkColor grouping_color = GetNativeTheme()->GetSystemColor(
  /external/chromium_org/ui/views/
view.h 508 // GetNativeTheme() on the Widget this View is in. If this View is not in a
510 ui::NativeTheme* GetNativeTheme() {
512 const_cast<const View*>(this)->GetNativeTheme());
514 const ui::NativeTheme* GetNativeTheme() const;
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 226 return GetNativeTheme()->GetSystemColor(read_only() ?
248 return GetNativeTheme()->GetSystemColor(read_only() ?

Completed in 5228 milliseconds

1 2 3