Searched defs:native_theme (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_config.h120 const ui::NativeTheme* native_theme; member in struct:views::MenuConfig
H A Dmenu_item_view.cc21 #include "ui/native_theme/common_theme.h"
751 ui::NativeTheme* native_theme = GetNativeTheme(); local
761 native_theme->Paint(canvas->sk_canvas(),
809 SkColor fg_color = native_theme->GetSystemColor(color_id);
H A Dnative_menu_win.cc27 #include "ui/native_theme/native_theme.h"
28 #include "ui/native_theme/native_theme_win.h"
276 ui::NativeThemeWin* native_theme = ui::NativeThemeWin::instance(); local
277 const MenuConfig& config = MenuConfig::instance(native_theme);
298 native_theme->Paint(
301 native_theme->Paint(
/external/chromium_org/ui/views/corewm/
H A Dtooltip_aura.cc14 #include "ui/native_theme/native_theme.h"
210 ui::NativeTheme* native_theme = widget_->GetNativeTheme(); local
213 native_theme->GetSystemColor(
217 label_.SetEnabledColor(native_theme->GetSystemColor(
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc90 #include "ui/native_theme/native_theme.h"
433 const ui::NativeTheme* native_theme = GetNativeTheme(); local
436 return native_theme->GetSystemColor(
440 return native_theme->GetSystemColor(
444 return native_theme->GetSystemColor(
922 const ui::NativeTheme* native_theme = GetNativeTheme(); local
923 const SkColor ending_selection_text_color = native_theme->GetSystemColor(
926 native_theme->GetSystemColor(
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc39 #include "ui/native_theme/native_theme.h"
1830 ui::NativeTheme* native_theme = linux_ui->GetNativeTheme(window); local
1831 if (native_theme)
1832 return native_theme;
/external/chromium_org/ui/views/
H A Dview_unittest.cc254 virtual void OnNativeThemeChanged(const ui::NativeTheme* native_theme)
3939 void TestView::OnNativeThemeChanged(const ui::NativeTheme* native_theme) { argument
3940 native_theme_ = native_theme;

Completed in 174 milliseconds