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

/external/chromium_org/ui/native_theme/
H A Dnative_theme_mac_unittest.cc5 #include "ui/native_theme/native_theme_mac.h"
16 NativeTheme* native_theme = NativeTheme::instance(); local
17 ASSERT_TRUE(native_theme);
23 native_theme->GetSystemColor(static_cast<NativeTheme::ColorId>(i)))
31 NativeTheme* native_theme = NativeTheme::instance(); local
35 native_theme->GetSystemColor(NativeTheme::kColorId_WindowBackground);
/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.cc18 #include "ui/native_theme/common_theme.h"
763 ui::NativeTheme* native_theme = GetNativeTheme(); local
773 native_theme->Paint(canvas->sk_canvas(),
821 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.cc13 #include "ui/native_theme/native_theme.h"
203 ui::NativeTheme* native_theme = widget_->GetNativeTheme(); local
206 native_theme->GetSystemColor(
210 label_.SetEnabledColor(native_theme->GetSystemColor(
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc88 #include "ui/native_theme/native_theme.h"
369 const ui::NativeTheme* native_theme = GetNativeTheme(); local
372 return native_theme->GetSystemColor(
376 return native_theme->GetSystemColor(
380 return native_theme->GetSystemColor(
835 const ui::NativeTheme* native_theme = GetNativeTheme(); local
836 const SkColor ending_selection_text_color = native_theme->GetSystemColor(
839 native_theme->GetSystemColor(
/external/chromium_org/ui/views/
H A Dview_unittest.cc237 virtual void OnNativeThemeChanged(const ui::NativeTheme* native_theme)
3672 void TestView::OnNativeThemeChanged(const ui::NativeTheme* native_theme) { argument
3673 native_theme_ = native_theme;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc40 #include "ui/native_theme/native_theme.h"
1939 ui::NativeTheme* native_theme = linux_ui->GetNativeTheme(window); local
1940 if (native_theme)
1941 return native_theme;

Completed in 6562 milliseconds