/external/chromium_org/mojo/services/html_viewer/ |
DEPS | 13 "+ui/native_theme",
|
/external/chromium_org/ui/native_theme/ |
native_theme_mac_unittest.cc | 5 #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);
|
BUILD.gn | 7 component("native_theme") { 13 "native_theme.cc", 14 "native_theme.h",
|
native_theme.cc | 5 #include "ui/native_theme/native_theme.h" 7 #include "ui/native_theme/native_theme_observer.h"
|
native_theme.gyp | 11 'target_name': 'native_theme', 30 'native_theme.cc', 31 'native_theme.h', 58 'native_theme',
|
native_theme_observer.cc | 5 #include "ui/native_theme/native_theme_observer.h"
|
native_theme_android.h | 8 #include "ui/native_theme/native_theme_base.h"
|
native_theme_switches.h | 10 #include "ui/native_theme/native_theme_export.h"
|
native_theme_aurawin.cc | 5 #include "ui/native_theme/native_theme_aurawin.h" 8 #include "ui/native_theme/common_theme.h" 9 #include "ui/native_theme/native_theme_win.h"
|
fallback_theme.h | 8 #include "ui/native_theme/native_theme_base.h"
|
native_theme_android.cc | 5 #include "ui/native_theme/native_theme_android.h"
|
native_theme_export.h | 9 // native_theme library can be exported to consumers.
|
native_theme_observer.h | 8 #include "ui/native_theme/native_theme_export.h"
|
common_theme.h | 9 #include "ui/native_theme/native_theme.h"
|
native_theme_mac.h | 8 #include "ui/native_theme/fallback_theme.h" 9 #include "ui/native_theme/native_theme_export.h"
|
native_theme_aurawin.h | 10 #include "ui/native_theme/native_theme_aura.h"
|
native_theme_switches.cc | 6 #include "ui/native_theme/native_theme_switches.h"
|
/external/chromium_org/ui/views/linux_ui/ |
linux_ui.gyp | 18 '../native_theme/native_theme.gyp:native_theme',
|
/external/chromium_org/ui/message_center/ |
DEPS | 10 "+ui/native_theme",
|
/external/chromium_org/ui/views/controls/menu/ |
menu_separator_win.cc | 14 #include "ui/native_theme/native_theme.h" 15 #include "ui/native_theme/native_theme_aura.h" 24 if (config.native_theme == ui::NativeThemeAura::instance()) { 37 config.native_theme->Paint( 55 config.native_theme->Paint(
|
menu_config_mac.cc | 8 #include "ui/native_theme/native_theme_mac.h"
|
/external/chromium_org/athena/main/ |
athena_main.gyp | 29 '../../ui/native_theme/native_theme.gyp:native_theme',
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gtk2_border.h | 10 #include "ui/native_theme/native_theme.h" 11 #include "ui/native_theme/native_theme_observer.h"
|
/external/chromium_org/ui/views/ |
DEPS | 13 "+ui/native_theme",
|
/external/chromium_org/ui/views/controls/ |
focusable_border.cc | 10 #include "ui/native_theme/native_theme.h"
|