/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 | 309 GetNativeTheme()->GetSystemColor( 313 GetNativeTheme()->GetSystemColor( 364 const ui::NativeTheme& theme = *GetNativeTheme(); 473 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor( 482 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor( 485 1, GetNativeTheme()->GetSystemColor( 538 GetNativeTheme()->GetSystemColor( 567 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor( 570 1, GetNativeTheme()->GetSystemColor( 798 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 | 83 GetNativeTheme()->Paint(canvas->sk_canvas(), 218 GetNativeTheme()->Paint(canvas->sk_canvas(),
|
/external/chromium_org/ui/views/linux_ui/ |
linux_ui.h | 70 virtual ui::NativeTheme* GetNativeTheme() const = 0;
|
/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 | 47 color = view.GetNativeTheme()->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/ui/views/widget/desktop_aura/ |
desktop_root_window_host.h | 54 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 | 67 UpdateColorsFromTheme(GetNativeTheme()); 90 UpdateColorsFromTheme(GetNativeTheme()); 334 color_ = GetNativeTheme()->GetSystemColor(
|
/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(
|
cookie_info_view.cc | 133 text_field->SetBackgroundColor(GetNativeTheme()->GetSystemColor(
|
/external/chromium_org/ui/views/widget/ |
widget.h | 514 ui::NativeTheme* GetNativeTheme() { 516 const_cast<const Widget*>(this)->GetNativeTheme()); 518 const ui::NativeTheme* GetNativeTheme() const; [all...] |
native_widget_private.h | 218 virtual ui::NativeTheme* GetNativeTheme() const = 0;
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gtk2_ui.h | 67 virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
wrench_menu.h | 116 const ui::NativeTheme* GetNativeTheme() const;
|
wrench_menu.cc | 262 ui::NativeTheme* theme = view->GetNativeTheme(); 278 const ui::NativeTheme* theme = view->GetNativeTheme(); 300 view->GetNativeTheme()->Paint(canvas->sk_canvas(), 410 ui::NativeTheme* native_theme = button->GetNativeTheme(); [all...] |
/external/chromium_org/ui/views/controls/button/ |
text_button.cc | 171 const ui::NativeTheme* theme = view.GetNativeTheme(); 224 TextButtonBase::OnNativeThemeChanged(GetNativeTheme()); 431 GetNativeTheme()->GetSystemColor( 589 if (GetNativeTheme() == ui::NativeThemeWin::instance()) {
|
label_button.cc | 293 const ui::NativeTheme* theme = GetNativeTheme(); 383 GetNativeTheme() == ui::NativeThemeWin::instance()) {
|
/external/chromium_org/ui/views/window/ |
dialog_delegate.cc | 165 const SkColor color = widget->GetNativeTheme()->GetSystemColor(
|
/external/chromium_org/ui/views/controls/table/ |
table_view.cc | 475 canvas->DrawColor(GetNativeTheme()->GetSystemColor( 485 const SkColor selected_bg_color = GetNativeTheme()->GetSystemColor( 487 const SkColor fg_color = GetNativeTheme()->GetSystemColor( 489 const SkColor selected_fg_color = GetNativeTheme()->GetSystemColor( 542 const SkColor grouping_color = GetNativeTheme()->GetSystemColor(
|
/external/chromium_org/ui/views/ |
view.h | 524 // GetNativeTheme() on the Widget this View is in. If this View is not in a 526 ui::NativeTheme* GetNativeTheme() { 528 const_cast<const View*>(this)->GetNativeTheme()); 530 const ui::NativeTheme* GetNativeTheme() const; [all...] |
/external/chromium_org/ui/views/controls/textfield/ |
textfield.cc | 212 return GetNativeTheme()->GetSystemColor(read_only() ? 234 return GetNativeTheme()->GetSystemColor(read_only() ?
|