HomeSort by relevance Sort by last modified time
    Searched refs:NativeTheme (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_themes_sync_test.cc 64 IN_PROC_BROWSER_TEST_F(TwoClientThemesSyncTest, NativeTheme) {
  /external/chromium_org/chrome/browser/ui/views/
cookie_info_view.cc 134 ui::NativeTheme::kColorId_DialogBackground));
profile_chooser_view.cc 130 ui::NativeTheme::kColorId_SelectedMenuItemForegroundColor));
152 ui::NativeTheme::kColorId_FocusedMenuItemBackgroundColor :
153 ui::NativeTheme::kColorId_MenuBackgroundColor)));
desktop_media_picker_views.cc 250 ui::NativeTheme::kColorId_FocusedMenuItemBackgroundColor);
status_bubble_views.cc 843 const ui::NativeTheme* theme = base_view_->GetNativeTheme();
  /external/chromium_org/ui/views/widget/
native_widget_aura.h 134 virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE;
native_widget_win.h 149 virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE;
native_widget_win.cc 460 ui::NativeTheme* NativeWidgetWin::GetNativeTheme() const {
461 return ui::NativeTheme::instance();
    [all...]
native_widget_aura.cc 673 ui::NativeTheme* NativeWidgetAura::GetNativeTheme() const {
    [all...]
widget.cc 738 const ui::NativeTheme* Widget::GetNativeTheme() const {
    [all...]
  /external/chromium_org/ui/views/controls/
scroll_view.cc 28 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE {
36 ui::NativeTheme::kColorId_UnfocusedBorderColor)));
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.cc 271 ui::NativeTheme::kColorId_DialogBackground);
  /external/chromium_org/ui/native_theme/
native_theme_win.h 33 // of several PaintXXX methods to an API, inherited from the NativeTheme base
36 class NATIVE_THEME_EXPORT NativeThemeWin : public NativeTheme,
103 // NativeTheme implementation:
  /external/chromium_org/ui/views/controls/table/
table_header.cc 77 ui::NativeTheme::kColorId_UnfocusedBorderColor);
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 364 void NativeTextfieldViews::OnNativeThemeChanged(const ui::NativeTheme* theme) {
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 169 virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE;
desktop_root_window_host_x11.cc     [all...]
desktop_native_widget_aura.cc 854 ui::NativeTheme* DesktopNativeWidgetAura::GetNativeTheme() const {
    [all...]
desktop_root_window_host_win.cc 103 ui::NativeTheme* DesktopRootWindowHost::GetNativeTheme(aura::Window* window) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 441 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE {
443 theme->GetSystemColor(ui::NativeTheme::kColorId_DialogBackground)));
669 const ui::NativeTheme* theme) {
671 theme->GetSystemColor(ui::NativeTheme::kColorId_DialogBackground)));
    [all...]
  /external/chromium_org/ui/views/window/
dialog_client_view.cc 262 GetSystemColor(ui::NativeTheme::kColorId_DialogBackground)));
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 435 ui::NativeTheme* Gtk2UI::GetNativeTheme() const {
437 ui::NativeTheme::instance();
    [all...]
  /external/chromium_org/ui/views/
view.cc 220 const ui::NativeTheme* old_theme = view->GetNativeTheme();
246 const ui::NativeTheme* new_theme = widget->GetNativeTheme();
816 const ui::NativeTheme* View::GetNativeTheme() const {
818 return widget ? widget->GetNativeTheme() : ui::NativeTheme::instance();
    [all...]
  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 637 ui::NativeTheme::kColorId_LabelEnabledColor);
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc     [all...]

Completed in 1488 milliseconds

1 2 34 5