NativeTheme 47 ash/ime/candidate_view.cc const ui::NativeTheme& theme) { NativeTheme 63 ash/ime/candidate_view.cc ui::NativeTheme::kColorId_LabelEnabledColor)); NativeTheme 65 ash/ime/candidate_view.cc ui::NativeTheme::kColorId_LabelDisabledColor)); NativeTheme 82 ash/ime/candidate_view.cc theme.GetSystemColor(ui::NativeTheme::kColorId_WindowBackground), NativeTheme 119 ash/ime/candidate_view.cc const ui::NativeTheme& theme) { NativeTheme 127 ash/ime/candidate_view.cc ui::NativeTheme::kColorId_LabelDisabledColor)); NativeTheme 146 ash/ime/candidate_view.cc const ui::NativeTheme& theme = *GetNativeTheme(); NativeTheme 159 ash/ime/candidate_view.cc ui::NativeTheme::kColorId_FocusedBorderColor))); NativeTheme 194 ash/ime/candidate_view.cc ui::NativeTheme* theme = GetNativeTheme(); NativeTheme 197 ash/ime/candidate_view.cc ui::NativeTheme::kColorId_TextfieldSelectionBackgroundFocused))); NativeTheme 200 ash/ime/candidate_view.cc theme->GetSystemColor(ui::NativeTheme::kColorId_FocusedBorderColor))); NativeTheme 107 ash/ime/candidate_window_view.cc ui::NativeTheme::kColorId_WindowBackground), NativeTheme 129 ash/ime/candidate_window_view.cc ui::NativeTheme::kColorId_MenuBorderColor))); NativeTheme 155 ash/ime/candidate_window_view.cc ui::NativeTheme* theme = GetNativeTheme(); NativeTheme 158 ash/ime/candidate_window_view.cc ui::NativeTheme::kColorId_WindowBackground))); NativeTheme 160 ash/ime/candidate_window_view.cc 1, theme->GetSystemColor(ui::NativeTheme::kColorId_MenuBorderColor))); NativeTheme 154 ash/ime/infolist_window.cc ui::NativeTheme::kColorId_TextfieldSelectionBackgroundFocused))); NativeTheme 158 ash/ime/infolist_window.cc ui::NativeTheme::kColorId_FocusedBorderColor))); NativeTheme 180 ash/ime/infolist_window.cc ui::NativeTheme::kColorId_WindowBackground))); NativeTheme 184 ash/ime/infolist_window.cc ui::NativeTheme::kColorId_MenuBorderColor))); NativeTheme 192 ash/ime/infolist_window.cc ui::NativeTheme::kColorId_LabelEnabledColor)); NativeTheme 197 ash/ime/infolist_window.cc ui::NativeTheme::kColorId_WindowBackground), NativeTheme 69 ash/system/tray/tray_popup_label_button_border.cc ui::NativeTheme::ExtraParams extra; NativeTheme 70 ash/system/tray/tray_popup_label_button_border.cc const ui::NativeTheme::State state = NativeTheme 72 ash/system/tray/tray_popup_label_button_border.cc if (state == ui::NativeTheme::kNormal || NativeTheme 73 ash/system/tray/tray_popup_label_button_border.cc state == ui::NativeTheme::kDisabled) { NativeTheme 55 chrome/browser/sync/test/integration/single_client_themes_sync_test.cc IN_PROC_BROWSER_TEST_F(SingleClientThemesSyncTest, NativeTheme) { NativeTheme 66 chrome/browser/sync/test/integration/two_client_themes_sync_test.cc IN_PROC_BROWSER_TEST_F(TwoClientThemesSyncTest, NativeTheme) { NativeTheme 29 chrome/browser/ui/libgtk2ui/gtk2_border.cc GtkStateType GetGtkState(ui::NativeTheme::State state) { NativeTheme 31 chrome/browser/ui/libgtk2ui/gtk2_border.cc case ui::NativeTheme::kDisabled: return GTK_STATE_INSENSITIVE; NativeTheme 32 chrome/browser/ui/libgtk2ui/gtk2_border.cc case ui::NativeTheme::kHovered: return GTK_STATE_PRELIGHT; NativeTheme 33 chrome/browser/ui/libgtk2ui/gtk2_border.cc case ui::NativeTheme::kNormal: return GTK_STATE_NORMAL; NativeTheme 34 chrome/browser/ui/libgtk2ui/gtk2_border.cc case ui::NativeTheme::kPressed: return GTK_STATE_ACTIVE; NativeTheme 35 chrome/browser/ui/libgtk2ui/gtk2_border.cc case ui::NativeTheme::kMaxState: NOTREACHED() << "Unknown state: " << state; NativeTheme 96 chrome/browser/ui/libgtk2ui/gtk2_border.cc ui::NativeTheme::ExtraParams extra; NativeTheme 97 chrome/browser/ui/libgtk2ui/gtk2_border.cc ui::NativeTheme::State state = native_theme_delegate->GetThemeState(&extra); NativeTheme 159 chrome/browser/ui/libgtk2ui/gtk2_border.cc void Gtk2Border::PaintState(const ui::NativeTheme::State state, NativeTheme 160 chrome/browser/ui/libgtk2ui/gtk2_border.cc const ui::NativeTheme::ExtraParams& extra, NativeTheme 44 chrome/browser/ui/libgtk2ui/gtk2_border.h void PaintState(const ui::NativeTheme::State state, NativeTheme 45 chrome/browser/ui/libgtk2ui/gtk2_border.h const ui::NativeTheme::ExtraParams& extra, NativeTheme 449 chrome/browser/ui/libgtk2ui/gtk2_ui.cc ui::NativeTheme* Gtk2UI::GetNativeTheme() const { NativeTheme 91 chrome/browser/ui/libgtk2ui/gtk2_ui.h virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE; NativeTheme 157 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc case NativeTheme::kNormal: NativeTheme 158 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc case NativeTheme::kDisabled: NativeTheme 159 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc color = GetSystemColor(NativeTheme::kColorId_MenuBackgroundColor); NativeTheme 162 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc case NativeTheme::kHovered: NativeTheme 164 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc NativeTheme::kColorId_FocusedMenuItemBackgroundColor); NativeTheme 185 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc ui::NativeTheme::instance()->GetSystemColor( NativeTheme 186 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc ui::NativeTheme::kColorId_DialogBackground); NativeTheme 431 chrome/browser/ui/views/autofill/autofill_dialog_views.cc virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE { NativeTheme 433 chrome/browser/ui/views/autofill/autofill_dialog_views.cc theme->GetSystemColor(ui::NativeTheme::kColorId_DialogBackground))); NativeTheme 593 chrome/browser/ui/views/autofill/autofill_dialog_views.cc ui::NativeTheme::kColorId_TextfieldReadOnlyColor)); NativeTheme 684 chrome/browser/ui/views/autofill/autofill_dialog_views.cc const ui::NativeTheme* theme) { NativeTheme 686 chrome/browser/ui/views/autofill/autofill_dialog_views.cc theme->GetSystemColor(ui::NativeTheme::kColorId_DialogBackground))); NativeTheme 1508 chrome/browser/ui/views/autofill/autofill_dialog_views.cc const ui::NativeTheme* theme) { NativeTheme 1516 chrome/browser/ui/views/autofill/autofill_dialog_views.cc theme->GetSystemColor(ui::NativeTheme::kColorId_LabelDisabledColor); NativeTheme 105 chrome/browser/ui/views/autofill/autofill_dialog_views.h virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE; NativeTheme 232 chrome/browser/ui/views/autofill/autofill_dialog_views.h virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE; NativeTheme 131 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc void BookmarkBubbleView::OnNativeThemeChanged(const ui::NativeTheme* theme) { NativeTheme 134 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc ui::NativeTheme::kColorId_DialogBackground); NativeTheme 57 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE; NativeTheme 135 chrome/browser/ui/views/cookie_info_view.cc ui::NativeTheme::kColorId_DialogBackground)); NativeTheme 257 chrome/browser/ui/views/desktop_media_picker_views.cc ui::NativeTheme::kColorId_FocusedMenuItemBackgroundColor); NativeTheme 82 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc ui::NativeTheme::kColorId_DialogBackground); NativeTheme 317 chrome/browser/ui/views/location_bar/location_bar_view.cc ui::NativeTheme::kColorId_TextfieldSelectionBackgroundFocused))); NativeTheme 320 chrome/browser/ui/views/location_bar/location_bar_view.cc ui::NativeTheme::kColorId_TextfieldSelectionColor)); NativeTheme 461 chrome/browser/ui/views/location_bar/location_bar_view.cc const ui::NativeTheme* native_theme = GetNativeTheme(); NativeTheme 465 chrome/browser/ui/views/location_bar/location_bar_view.cc ui::NativeTheme::kColorId_TextfieldDefaultBackground); NativeTheme 469 chrome/browser/ui/views/location_bar/location_bar_view.cc ui::NativeTheme::kColorId_TextfieldDefaultColor); NativeTheme 473 chrome/browser/ui/views/location_bar/location_bar_view.cc ui::NativeTheme::kColorId_TextfieldSelectionColor); NativeTheme 44 chrome/browser/ui/views/omnibox/omnibox_result_view.cc using ui::NativeTheme; NativeTheme 56 chrome/browser/ui/views/omnibox/omnibox_result_view.cc ui::NativeTheme::ColorId id; NativeTheme 60 chrome/browser/ui/views/omnibox/omnibox_result_view.cc { NativeTheme::kColorId_ResultsTableNormalBackground, NativeTheme 62 chrome/browser/ui/views/omnibox/omnibox_result_view.cc { NativeTheme::kColorId_ResultsTableHoveredBackground, NativeTheme 64 chrome/browser/ui/views/omnibox/omnibox_result_view.cc { NativeTheme::kColorId_ResultsTableSelectedBackground, NativeTheme 66 chrome/browser/ui/views/omnibox/omnibox_result_view.cc { NativeTheme::kColorId_ResultsTableNormalText, NativeTheme 68 chrome/browser/ui/views/omnibox/omnibox_result_view.cc { NativeTheme::kColorId_ResultsTableHoveredText, NativeTheme 70 chrome/browser/ui/views/omnibox/omnibox_result_view.cc { NativeTheme::kColorId_ResultsTableSelectedText, NativeTheme 72 chrome/browser/ui/views/omnibox/omnibox_result_view.cc { NativeTheme::kColorId_ResultsTableNormalDimmedText, NativeTheme 74 chrome/browser/ui/views/omnibox/omnibox_result_view.cc { NativeTheme::kColorId_ResultsTableHoveredDimmedText, NativeTheme 76 chrome/browser/ui/views/omnibox/omnibox_result_view.cc { NativeTheme::kColorId_ResultsTableSelectedDimmedText, NativeTheme 78 chrome/browser/ui/views/omnibox/omnibox_result_view.cc { NativeTheme::kColorId_ResultsTableNormalUrl, NativeTheme 80 chrome/browser/ui/views/omnibox/omnibox_result_view.cc { NativeTheme::kColorId_ResultsTableHoveredUrl, NativeTheme 82 chrome/browser/ui/views/omnibox/omnibox_result_view.cc { NativeTheme::kColorId_ResultsTableSelectedUrl, NativeTheme 84 chrome/browser/ui/views/omnibox/omnibox_result_view.cc { NativeTheme::kColorId_ResultsTableNormalDivider, NativeTheme 86 chrome/browser/ui/views/omnibox/omnibox_result_view.cc { NativeTheme::kColorId_ResultsTableHoveredDivider, NativeTheme 88 chrome/browser/ui/views/omnibox/omnibox_result_view.cc { NativeTheme::kColorId_ResultsTableSelectedDivider, NativeTheme 40 chrome/browser/ui/views/passwords/manage_password_item_view.cc ui::NativeTheme::kColorId_EnabledMenuButtonBorderColor))); NativeTheme 136 chrome/browser/ui/views/profile_chooser_view.cc ui::NativeTheme::kColorId_MenuSeparatorColor)); NativeTheme 390 chrome/browser/ui/views/profile_chooser_view.cc ui::NativeTheme::kColorId_DialogBackground))); NativeTheme 696 chrome/browser/ui/views/profile_chooser_view.cc ui::NativeTheme* theme = GetNativeTheme(); NativeTheme 699 chrome/browser/ui/views/profile_chooser_view.cc ui::NativeTheme::kColorId_DialogBackground))); NativeTheme 196 chrome/browser/ui/views/screen_capture_notification_ui_views.cc GetSystemColor(ui::NativeTheme::kColorId_DialogBackground))); NativeTheme 287 chrome/browser/ui/views/screen_capture_notification_ui_views.cc ui::NativeTheme::kColorId_DialogBackground); NativeTheme 907 chrome/browser/ui/views/status_bubble_views.cc const ui::NativeTheme* theme = base_view_->GetNativeTheme(); NativeTheme 255 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme* theme = view->GetNativeTheme(); NativeTheme 259 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::kColorId_HoverMenuButtonBorderColor); NativeTheme 262 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::kColorId_FocusedMenuButtonBorderColor); NativeTheme 265 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::kColorId_EnabledMenuButtonBorderColor); NativeTheme 271 chrome/browser/ui/views/toolbar/wrench_menu.cc const ui::NativeTheme* theme = view->GetNativeTheme(); NativeTheme 277 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::kColorId_HoverMenuItemBackgroundColor); NativeTheme 280 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::kColorId_FocusedMenuItemBackgroundColor); NativeTheme 283 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::kColorId_MenuBackgroundColor); NativeTheme 294 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::kMenuItemBackground, NativeTheme 295 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::kHovered, NativeTheme 297 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::ExtraParams()); NativeTheme 369 chrome/browser/ui/views/toolbar/wrench_menu.cc LabelButton* CreateAndConfigureButton(const ui::NativeTheme* native_theme, NativeTheme 378 chrome/browser/ui/views/toolbar/wrench_menu.cc LabelButton* CreateButtonWithAccName(const ui::NativeTheme* native_theme, NativeTheme 407 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::kColorId_DisabledMenuItemForegroundColor)); NativeTheme 411 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::kColorId_SelectedMenuItemForegroundColor)); NativeTheme 415 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::kColorId_SelectedMenuItemForegroundColor)); NativeTheme 419 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::kColorId_EnabledMenuItemForegroundColor)); NativeTheme 523 chrome/browser/ui/views/toolbar/wrench_menu.cc const ui::NativeTheme* native_theme, NativeTheme 591 chrome/browser/ui/views/toolbar/wrench_menu.cc const ui::NativeTheme* native_theme, NativeTheme 645 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::kColorId_SelectedMenuItemForegroundColor); NativeTheme 655 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::kColorId_EnabledMenuItemForegroundColor); NativeTheme 662 chrome/browser/ui/views/toolbar/wrench_menu.cc ui::NativeTheme::kColorId_DisabledMenuItemForegroundColor); NativeTheme 974 chrome/browser/ui/views/toolbar/wrench_menu.cc const ui::NativeTheme* WrenchMenu::GetNativeTheme() const { NativeTheme 1228 chrome/browser/ui/views/toolbar/wrench_menu.cc const ui::NativeTheme* native_theme = GetNativeTheme(); NativeTheme 24 chrome/browser/ui/views/toolbar/wrench_menu.h class NativeTheme; NativeTheme 115 chrome/browser/ui/views/toolbar/wrench_menu.h const ui::NativeTheme* GetNativeTheme() const; NativeTheme 92 chrome/browser/ui/views/website_settings/permission_selector_view.cc ui::NativeTheme::kColorId_LabelEnabledColor)); NativeTheme 94 chrome/browser/ui/views/website_settings/permission_selector_view.cc ui::NativeTheme::kColorId_LabelEnabledColor)); NativeTheme 96 chrome/browser/ui/views/website_settings/permission_selector_view.cc ui::NativeTheme::kColorId_LabelDisabledColor)); NativeTheme 19 content/child/webfallbackthemeengine_impl.cc static ui::NativeTheme::Part NativeThemePart( NativeTheme 23 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kScrollbarDownArrow; NativeTheme 25 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kScrollbarLeftArrow; NativeTheme 27 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kScrollbarRightArrow; NativeTheme 29 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kScrollbarUpArrow; NativeTheme 31 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kScrollbarHorizontalThumb; NativeTheme 33 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kScrollbarVerticalThumb; NativeTheme 35 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kScrollbarHorizontalTrack; NativeTheme 37 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kScrollbarVerticalTrack; NativeTheme 39 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kScrollbarCorner; NativeTheme 41 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kCheckbox; NativeTheme 43 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kRadio; NativeTheme 45 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kPushButton; NativeTheme 47 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kTextField; NativeTheme 49 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kMenuList; NativeTheme 51 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kSliderTrack; NativeTheme 53 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kSliderThumb; NativeTheme 55 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kInnerSpinButton; NativeTheme 57 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kProgressBar; NativeTheme 59 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kScrollbarDownArrow; NativeTheme 63 content/child/webfallbackthemeengine_impl.cc static ui::NativeTheme::State NativeThemeState( NativeTheme 67 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kDisabled; NativeTheme 69 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kHovered; NativeTheme 71 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kNormal; NativeTheme 73 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kPressed; NativeTheme 75 content/child/webfallbackthemeengine_impl.cc return ui::NativeTheme::kDisabled; NativeTheme 83 content/child/webfallbackthemeengine_impl.cc ui::NativeTheme::ExtraParams* native_theme_extra_params) { NativeTheme 171 content/child/webfallbackthemeengine_impl.cc ui::NativeTheme::ExtraParams extra; NativeTheme 173 content/child/webfallbackthemeengine_impl.cc ui::NativeTheme::kNormal, NativeTheme 183 content/child/webfallbackthemeengine_impl.cc ui::NativeTheme::ExtraParams native_theme_extra_params; NativeTheme 20 content/child/webthemeengine_impl_android.cc static ui::NativeTheme::Part NativeThemePart( NativeTheme 24 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kScrollbarDownArrow; NativeTheme 26 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kScrollbarLeftArrow; NativeTheme 28 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kScrollbarRightArrow; NativeTheme 30 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kScrollbarUpArrow; NativeTheme 38 content/child/webthemeengine_impl_android.cc return static_cast<ui::NativeTheme::Part>(0); NativeTheme 40 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kCheckbox; NativeTheme 42 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kRadio; NativeTheme 44 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kPushButton; NativeTheme 46 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kTextField; NativeTheme 48 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kMenuList; NativeTheme 50 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kSliderTrack; NativeTheme 52 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kSliderThumb; NativeTheme 54 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kInnerSpinButton; NativeTheme 56 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kProgressBar; NativeTheme 58 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kScrollbarDownArrow; NativeTheme 62 content/child/webthemeengine_impl_android.cc static ui::NativeTheme::State NativeThemeState( NativeTheme 66 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kDisabled; NativeTheme 68 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kHovered; NativeTheme 70 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kNormal; NativeTheme 72 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kPressed; NativeTheme 74 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::kDisabled; NativeTheme 82 content/child/webthemeengine_impl_android.cc ui::NativeTheme::ExtraParams* native_theme_extra_params) { NativeTheme 157 content/child/webthemeengine_impl_android.cc ui::NativeTheme::ExtraParams extra; NativeTheme 158 content/child/webthemeengine_impl_android.cc return ui::NativeTheme::instance()->GetPartSize( NativeTheme 159 content/child/webthemeengine_impl_android.cc NativeThemePart(part), ui::NativeTheme::kNormal, extra); NativeTheme 168 content/child/webthemeengine_impl_android.cc ui::NativeTheme::ExtraParams native_theme_extra_params; NativeTheme 171 content/child/webthemeengine_impl_android.cc ui::NativeTheme::instance()->Paint( NativeTheme 19 content/child/webthemeengine_impl_default.cc static ui::NativeTheme::Part NativeThemePart( NativeTheme 23 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kScrollbarDownArrow; NativeTheme 25 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kScrollbarLeftArrow; NativeTheme 27 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kScrollbarRightArrow; NativeTheme 29 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kScrollbarUpArrow; NativeTheme 31 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kScrollbarHorizontalThumb; NativeTheme 33 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kScrollbarVerticalThumb; NativeTheme 35 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kScrollbarHorizontalTrack; NativeTheme 37 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kScrollbarVerticalTrack; NativeTheme 39 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kScrollbarCorner; NativeTheme 41 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kCheckbox; NativeTheme 43 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kRadio; NativeTheme 45 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kPushButton; NativeTheme 47 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kTextField; NativeTheme 49 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kMenuList; NativeTheme 51 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kSliderTrack; NativeTheme 53 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kSliderThumb; NativeTheme 55 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kInnerSpinButton; NativeTheme 57 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kProgressBar; NativeTheme 59 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kScrollbarDownArrow; NativeTheme 63 content/child/webthemeengine_impl_default.cc static ui::NativeTheme::State NativeThemeState( NativeTheme 67 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kDisabled; NativeTheme 69 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kHovered; NativeTheme 71 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kNormal; NativeTheme 73 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kPressed; NativeTheme 75 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::kDisabled; NativeTheme 83 content/child/webthemeengine_impl_default.cc ui::NativeTheme::ExtraParams* native_theme_extra_params) { NativeTheme 164 content/child/webthemeengine_impl_default.cc ui::NativeTheme::ExtraParams extra; NativeTheme 165 content/child/webthemeengine_impl_default.cc return ui::NativeTheme::instance()->GetPartSize(NativeThemePart(part), NativeTheme 166 content/child/webthemeengine_impl_default.cc ui::NativeTheme::kNormal, NativeTheme 176 content/child/webthemeengine_impl_default.cc ui::NativeTheme::ExtraParams native_theme_extra_params; NativeTheme 179 content/child/webthemeengine_impl_default.cc ui::NativeTheme::instance()->Paint( NativeTheme 3521 content/renderer/render_view_impl.cc ui::NativeTheme::instance()->SetScrollbarColors( NativeTheme 39 ui/message_center/views/bounded_label.cc void SetNativeTheme(const ui::NativeTheme* theme); NativeTheme 85 ui/message_center/views/bounded_label.cc void InnerBoundedLabel::SetNativeTheme(const ui::NativeTheme* theme) { NativeTheme 344 ui/message_center/views/bounded_label.cc void BoundedLabel::OnNativeThemeChanged(const ui::NativeTheme* theme) { NativeTheme 62 ui/message_center/views/bounded_label.h virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE; NativeTheme 40 ui/native_theme/common_theme.cc bool CommonThemeGetSystemColor(NativeTheme::ColorId color_id, SkColor* color) { NativeTheme 43 ui/native_theme/common_theme.cc case NativeTheme::kColorId_MenuBorderColor: NativeTheme 46 ui/native_theme/common_theme.cc case NativeTheme::kColorId_EnabledMenuButtonBorderColor: NativeTheme 49 ui/native_theme/common_theme.cc case NativeTheme::kColorId_FocusedMenuButtonBorderColor: NativeTheme 52 ui/native_theme/common_theme.cc case NativeTheme::kColorId_HoverMenuButtonBorderColor: NativeTheme 55 ui/native_theme/common_theme.cc case NativeTheme::kColorId_MenuSeparatorColor: NativeTheme 58 ui/native_theme/common_theme.cc case NativeTheme::kColorId_MenuBackgroundColor: NativeTheme 61 ui/native_theme/common_theme.cc case NativeTheme::kColorId_FocusedMenuItemBackgroundColor: NativeTheme 64 ui/native_theme/common_theme.cc case NativeTheme::kColorId_HoverMenuItemBackgroundColor: NativeTheme 67 ui/native_theme/common_theme.cc case NativeTheme::kColorId_EnabledMenuItemForegroundColor: NativeTheme 70 ui/native_theme/common_theme.cc case NativeTheme::kColorId_DisabledMenuItemForegroundColor: NativeTheme 73 ui/native_theme/common_theme.cc case NativeTheme::kColorId_DisabledEmphasizedMenuItemForegroundColor: NativeTheme 76 ui/native_theme/common_theme.cc case NativeTheme::kColorId_SelectedMenuItemForegroundColor: NativeTheme 79 ui/native_theme/common_theme.cc case NativeTheme::kColorId_ButtonDisabledColor: NativeTheme 88 ui/native_theme/common_theme.cc case NativeTheme::kColorId_FocusedMenuItemBackgroundColor: NativeTheme 98 ui/native_theme/common_theme.cc gfx::Size CommonThemeGetPartSize(NativeTheme::Part part, NativeTheme 99 ui/native_theme/common_theme.cc NativeTheme::State state, NativeTheme 100 ui/native_theme/common_theme.cc const NativeTheme::ExtraParams& extra) { NativeTheme 103 ui/native_theme/common_theme.cc case NativeTheme::kMenuCheck: { NativeTheme 120 ui/native_theme/common_theme.cc const NativeTheme::MenuSeparatorExtraParams& extra) { NativeTheme 122 ui/native_theme/common_theme.cc CommonThemeGetSystemColor(NativeTheme::kColorId_MenuSeparatorColor, &color); NativeTheme 131 ui/native_theme/common_theme.cc CommonThemeGetSystemColor(NativeTheme::kColorId_MenuSeparatorColor, &color); NativeTheme 140 ui/native_theme/common_theme.cc CommonThemeGetSystemColor(NativeTheme::kColorId_MenuBackgroundColor, &color); NativeTheme 147 ui/native_theme/common_theme.cc NativeTheme::State state, NativeTheme 152 ui/native_theme/common_theme.cc case NativeTheme::kNormal: NativeTheme 153 ui/native_theme/common_theme.cc case NativeTheme::kDisabled: NativeTheme 154 ui/native_theme/common_theme.cc CommonThemeGetSystemColor(NativeTheme::kColorId_MenuBackgroundColor, NativeTheme 158 ui/native_theme/common_theme.cc case NativeTheme::kHovered: NativeTheme 160 ui/native_theme/common_theme.cc NativeTheme::kColorId_FocusedMenuItemBackgroundColor, &color); NativeTheme 18 ui/native_theme/common_theme.h NativeTheme::ColorId color_id, NativeTheme 22 ui/native_theme/common_theme.h NativeTheme::Part part, NativeTheme 23 ui/native_theme/common_theme.h NativeTheme::State state, NativeTheme 24 ui/native_theme/common_theme.h const NativeTheme::ExtraParams& extra); NativeTheme 29 ui/native_theme/common_theme.h const NativeTheme::MenuSeparatorExtraParams& extra); NativeTheme 39 ui/native_theme/common_theme.h NativeTheme::State state, NativeTheme 9 ui/native_theme/native_theme.cc void NativeTheme::SetScrollbarColors(unsigned inactive_color, NativeTheme 20 ui/native_theme/native_theme.cc NativeTheme::NativeTheme() NativeTheme 26 ui/native_theme/native_theme.cc NativeTheme::~NativeTheme() {} NativeTheme 38 ui/native_theme/native_theme.h class NATIVE_THEME_EXPORT NativeTheme { NativeTheme 311 ui/native_theme/native_theme.h static NativeTheme* instance(); NativeTheme 314 ui/native_theme/native_theme.h NativeTheme(); NativeTheme 315 ui/native_theme/native_theme.h virtual ~NativeTheme(); NativeTheme 321 ui/native_theme/native_theme.h DISALLOW_COPY_AND_ASSIGN(NativeTheme); NativeTheme 14 ui/native_theme/native_theme_android.cc NativeTheme* NativeTheme::instance() { NativeTheme 32 ui/native_theme/native_theme_aura.cc const int kScrollbarThumbImages[NativeTheme::kMaxState][9] = { NativeTheme 39 ui/native_theme/native_theme_aura.cc const int kScrollbarArrowButtonImages[NativeTheme::kMaxState][9] = { NativeTheme 46 ui/native_theme/native_theme_aura.cc const uint8 kScrollbarOverlayThumbFillAlphas[NativeTheme::kMaxState] = { NativeTheme 53 ui/native_theme/native_theme_aura.cc const uint8 kScrollbarOverlayThumbStrokeAlphas[NativeTheme::kMaxState] = { NativeTheme 72 ui/native_theme/native_theme_aura.cc NativeTheme* NativeTheme::instance() { NativeTheme 104 ui/native_theme/native_theme_aura.cc SkColor color = GetSystemColor(NativeTheme::kColorId_MenuBackgroundColor); NativeTheme 201 ui/native_theme/native_theme_aura.cc if (part == NativeTheme::kScrollbarVerticalThumb) NativeTheme 15 ui/native_theme/native_theme_aurawin.cc bool IsScrollbarPart(NativeTheme::Part part) { NativeTheme 17 ui/native_theme/native_theme_aurawin.cc case NativeTheme::kScrollbarDownArrow: NativeTheme 18 ui/native_theme/native_theme_aurawin.cc case NativeTheme::kScrollbarLeftArrow: NativeTheme 19 ui/native_theme/native_theme_aurawin.cc case NativeTheme::kScrollbarRightArrow: NativeTheme 20 ui/native_theme/native_theme_aurawin.cc case NativeTheme::kScrollbarUpArrow: NativeTheme 21 ui/native_theme/native_theme_aurawin.cc case NativeTheme::kScrollbarHorizontalThumb: NativeTheme 22 ui/native_theme/native_theme_aurawin.cc case NativeTheme::kScrollbarVerticalThumb: NativeTheme 23 ui/native_theme/native_theme_aurawin.cc case NativeTheme::kScrollbarHorizontalTrack: NativeTheme 24 ui/native_theme/native_theme_aurawin.cc case NativeTheme::kScrollbarVerticalTrack: NativeTheme 25 ui/native_theme/native_theme_aurawin.cc case NativeTheme::kScrollbarHorizontalGripper: NativeTheme 26 ui/native_theme/native_theme_aurawin.cc case NativeTheme::kScrollbarVerticalGripper: NativeTheme 27 ui/native_theme/native_theme_aurawin.cc case NativeTheme::kScrollbarCorner: NativeTheme 36 ui/native_theme/native_theme_aurawin.cc NativeTheme* NativeTheme::instance() { NativeTheme 24 ui/native_theme/native_theme_base.h class NATIVE_THEME_EXPORT NativeThemeBase : public NativeTheme { NativeTheme 44 ui/native_theme/native_theme_gtk.cc NativeTheme* NativeTheme::instance() { NativeTheme 220 ui/native_theme/native_theme_win.cc NativeTheme* NativeTheme::instance() { NativeTheme 1222 ui/native_theme/native_theme_win.cc case NativeTheme::kScrollbarHorizontalThumb: NativeTheme 1225 ui/native_theme/native_theme_win.cc case NativeTheme::kScrollbarVerticalThumb: NativeTheme 1228 ui/native_theme/native_theme_win.cc case NativeTheme::kScrollbarHorizontalGripper: NativeTheme 1231 ui/native_theme/native_theme_win.cc case NativeTheme::kScrollbarVerticalGripper: NativeTheme 1280 ui/native_theme/native_theme_win.cc case NativeTheme::kScrollbarHorizontalTrack: NativeTheme 1283 ui/native_theme/native_theme_win.cc case NativeTheme::kScrollbarVerticalTrack: NativeTheme 2079 ui/native_theme/native_theme_win.cc case NativeTheme::kHovered: NativeTheme 2083 ui/native_theme/native_theme_win.cc case NativeTheme::kNormal: NativeTheme 2087 ui/native_theme/native_theme_win.cc case NativeTheme::kDisabled: NativeTheme 36 ui/native_theme/native_theme_win.h class NATIVE_THEME_EXPORT NativeThemeWin : public NativeTheme, NativeTheme 225 ui/views/bubble/bubble_delegate.cc void BubbleDelegateView::OnNativeThemeChanged(const ui::NativeTheme* theme) { NativeTheme 280 ui/views/bubble/bubble_delegate.cc void BubbleDelegateView::UpdateColorsFromTheme(const ui::NativeTheme* theme) { NativeTheme 282 ui/views/bubble/bubble_delegate.cc color_ = theme->GetSystemColor(ui::NativeTheme::kColorId_WindowBackground); NativeTheme 125 ui/views/bubble/bubble_delegate.h virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE; NativeTheme 150 ui/views/bubble/bubble_delegate.h void UpdateColorsFromTheme(const ui::NativeTheme* theme); NativeTheme 16 ui/views/controls/button/button.cc Button::ButtonState Button::GetButtonStateFrom(ui::NativeTheme::State state) { NativeTheme 18 ui/views/controls/button/button.cc case ui::NativeTheme::kDisabled: return Button::STATE_DISABLED; NativeTheme 19 ui/views/controls/button/button.cc case ui::NativeTheme::kHovered: return Button::STATE_HOVERED; NativeTheme 20 ui/views/controls/button/button.cc case ui::NativeTheme::kNormal: return Button::STATE_NORMAL; NativeTheme 21 ui/views/controls/button/button.cc case ui::NativeTheme::kPressed: return Button::STATE_PRESSED; NativeTheme 22 ui/views/controls/button/button.cc case ui::NativeTheme::kMaxState: NOTREACHED() << "Unknown state: " << state; NativeTheme 49 ui/views/controls/button/button.h static ButtonState GetButtonStateFrom(ui::NativeTheme::State state); NativeTheme 138 ui/views/controls/button/checkbox.cc ui::NativeTheme::Part Checkbox::GetThemePart() const { NativeTheme 139 ui/views/controls/button/checkbox.cc return ui::NativeTheme::kCheckbox; NativeTheme 142 ui/views/controls/button/checkbox.cc void Checkbox::GetExtraParams(ui::NativeTheme::ExtraParams* params) const { NativeTheme 53 ui/views/controls/button/checkbox.h virtual ui::NativeTheme::Part GetThemePart() const OVERRIDE; NativeTheme 55 ui/views/controls/button/checkbox.h ui::NativeTheme::ExtraParams* params) const OVERRIDE; NativeTheme 290 ui/views/controls/button/label_button.cc void LabelButton::GetExtraParams(ui::NativeTheme::ExtraParams* params) const { NativeTheme 301 ui/views/controls/button/label_button.cc const ui::NativeTheme* theme = GetNativeTheme(); NativeTheme 303 ui/views/controls/button/label_button.cc theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonEnabledColor), NativeTheme 304 ui/views/controls/button/label_button.cc theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonHoverColor), NativeTheme 305 ui/views/controls/button/label_button.cc theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonHoverColor), NativeTheme 306 ui/views/controls/button/label_button.cc theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonDisabledColor), NativeTheme 328 ui/views/controls/button/label_button.cc ui::NativeTheme::kColorId_ButtonBackgroundColor)); NativeTheme 380 ui/views/controls/button/label_button.cc void LabelButton::OnNativeThemeChanged(const ui::NativeTheme* theme) { NativeTheme 384 ui/views/controls/button/label_button.cc ui::NativeTheme::Part LabelButton::GetThemePart() const { NativeTheme 385 ui/views/controls/button/label_button.cc return ui::NativeTheme::kPushButton; NativeTheme 392 ui/views/controls/button/label_button.cc ui::NativeTheme::State LabelButton::GetThemeState( NativeTheme 393 ui/views/controls/button/label_button.cc ui::NativeTheme::ExtraParams* params) const { NativeTheme 396 ui/views/controls/button/label_button.cc case STATE_NORMAL: return ui::NativeTheme::kNormal; NativeTheme 397 ui/views/controls/button/label_button.cc case STATE_HOVERED: return ui::NativeTheme::kHovered; NativeTheme 398 ui/views/controls/button/label_button.cc case STATE_PRESSED: return ui::NativeTheme::kPressed; NativeTheme 399 ui/views/controls/button/label_button.cc case STATE_DISABLED: return ui::NativeTheme::kDisabled; NativeTheme 402 ui/views/controls/button/label_button.cc return ui::NativeTheme::kNormal; NativeTheme 409 ui/views/controls/button/label_button.cc ui::NativeTheme::State LabelButton::GetBackgroundThemeState( NativeTheme 410 ui/views/controls/button/label_button.cc ui::NativeTheme::ExtraParams* params) const { NativeTheme 412 ui/views/controls/button/label_button.cc return ui::NativeTheme::kNormal; NativeTheme 415 ui/views/controls/button/label_button.cc ui::NativeTheme::State LabelButton::GetForegroundThemeState( NativeTheme 416 ui/views/controls/button/label_button.cc ui::NativeTheme::ExtraParams* params) const { NativeTheme 418 ui/views/controls/button/label_button.cc return ui::NativeTheme::kHovered; NativeTheme 91 ui/views/controls/button/label_button.h virtual void GetExtraParams(ui::NativeTheme::ExtraParams* params) const; NativeTheme 119 ui/views/controls/button/label_button.h virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE; NativeTheme 122 ui/views/controls/button/label_button.h virtual ui::NativeTheme::Part GetThemePart() const OVERRIDE; NativeTheme 123 ui/views/controls/button/label_button.h virtual ui::NativeTheme::State GetThemeState( NativeTheme 124 ui/views/controls/button/label_button.h ui::NativeTheme::ExtraParams* params) const OVERRIDE; NativeTheme 126 ui/views/controls/button/label_button.h virtual ui::NativeTheme::State GetBackgroundThemeState( NativeTheme 127 ui/views/controls/button/label_button.h ui::NativeTheme::ExtraParams* params) const OVERRIDE; NativeTheme 128 ui/views/controls/button/label_button.h virtual ui::NativeTheme::State GetForegroundThemeState( NativeTheme 129 ui/views/controls/button/label_button.h ui::NativeTheme::ExtraParams* params) const OVERRIDE; NativeTheme 37 ui/views/controls/button/label_button_border.cc ui::NativeTheme::State state, NativeTheme 39 ui/views/controls/button/label_button_border.cc const ui::NativeTheme::ExtraParams& extra) { NativeTheme 101 ui/views/controls/button/label_button_border.cc ui::NativeTheme::ExtraParams extra; NativeTheme 103 ui/views/controls/button/label_button_border.cc ui::NativeTheme::State state = native_theme_delegate->GetThemeState(&extra); NativeTheme 139 ui/views/controls/button/radio_button.cc ui::NativeTheme::Part RadioButton::GetThemePart() const { NativeTheme 140 ui/views/controls/button/radio_button.cc return ui::NativeTheme::kRadio; NativeTheme 34 ui/views/controls/button/radio_button.h virtual ui::NativeTheme::Part GetThemePart() const OVERRIDE; NativeTheme 163 ui/views/controls/button/text_button.cc const ui::NativeTheme* theme = view.GetNativeTheme(); NativeTheme 165 ui/views/controls/button/text_button.cc ui::NativeTheme::Part part = delegate_->GetThemePart(); NativeTheme 172 ui/views/controls/button/text_button.cc ui::NativeTheme::ExtraParams prev_extra; NativeTheme 173 ui/views/controls/button/text_button.cc ui::NativeTheme::State prev_state = NativeTheme 178 ui/views/controls/button/text_button.cc ui::NativeTheme::ExtraParams extra; NativeTheme 179 ui/views/controls/button/text_button.cc ui::NativeTheme::State state = delegate_->GetForegroundThemeState(&extra); NativeTheme 185 ui/views/controls/button/text_button.cc ui::NativeTheme::ExtraParams extra; NativeTheme 186 ui/views/controls/button/text_button.cc ui::NativeTheme::State state = delegate_->GetThemeState(&extra); NativeTheme 395 ui/views/controls/button/text_button.cc ui::NativeTheme::ExtraParams* params) const { NativeTheme 404 ui/views/controls/button/text_button.cc ui::NativeTheme::kColorId_ButtonBackgroundColor); NativeTheme 497 ui/views/controls/button/text_button.cc void TextButtonBase::OnNativeThemeChanged(const ui::NativeTheme* theme) { NativeTheme 500 ui/views/controls/button/text_button.cc ui::NativeTheme::kColorId_ButtonEnabledColor); NativeTheme 504 ui/views/controls/button/text_button.cc ui::NativeTheme::kColorId_ButtonDisabledColor); NativeTheme 508 ui/views/controls/button/text_button.cc ui::NativeTheme::kColorId_ButtonHighlightColor); NativeTheme 512 ui/views/controls/button/text_button.cc ui::NativeTheme::kColorId_ButtonHoverColor); NativeTheme 521 ui/views/controls/button/text_button.cc ui::NativeTheme::State TextButtonBase::GetThemeState( NativeTheme 522 ui/views/controls/button/text_button.cc ui::NativeTheme::ExtraParams* params) const { NativeTheme 526 ui/views/controls/button/text_button.cc return ui::NativeTheme::kDisabled; NativeTheme 528 ui/views/controls/button/text_button.cc return ui::NativeTheme::kNormal; NativeTheme 530 ui/views/controls/button/text_button.cc return ui::NativeTheme::kHovered; NativeTheme 532 ui/views/controls/button/text_button.cc return ui::NativeTheme::kPressed; NativeTheme 535 ui/views/controls/button/text_button.cc return ui::NativeTheme::kNormal; NativeTheme 549 ui/views/controls/button/text_button.cc ui::NativeTheme::State TextButtonBase::GetBackgroundThemeState( NativeTheme 550 ui/views/controls/button/text_button.cc ui::NativeTheme::ExtraParams* params) const { NativeTheme 552 ui/views/controls/button/text_button.cc return ui::NativeTheme::kNormal; NativeTheme 555 ui/views/controls/button/text_button.cc ui::NativeTheme::State TextButtonBase::GetForegroundThemeState( NativeTheme 556 ui/views/controls/button/text_button.cc ui::NativeTheme::ExtraParams* params) const { NativeTheme 558 ui/views/controls/button/text_button.cc return ui::NativeTheme::kHovered; NativeTheme 683 ui/views/controls/button/text_button.cc ui::NativeTheme::Part TextButton::GetThemePart() const { NativeTheme 684 ui/views/controls/button/text_button.cc return ui::NativeTheme::kPushButton; NativeTheme 687 ui/views/controls/button/text_button.cc void TextButton::GetExtraParams(ui::NativeTheme::ExtraParams* params) const { NativeTheme 171 ui/views/controls/button/text_button.h virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE; NativeTheme 205 ui/views/controls/button/text_button.h virtual ui::NativeTheme::State GetThemeState( NativeTheme 206 ui/views/controls/button/text_button.h ui::NativeTheme::ExtraParams* params) const OVERRIDE; NativeTheme 208 ui/views/controls/button/text_button.h virtual ui::NativeTheme::State GetBackgroundThemeState( NativeTheme 209 ui/views/controls/button/text_button.h ui::NativeTheme::ExtraParams* params) const OVERRIDE; NativeTheme 210 ui/views/controls/button/text_button.h virtual ui::NativeTheme::State GetForegroundThemeState( NativeTheme 211 ui/views/controls/button/text_button.h ui::NativeTheme::ExtraParams* params) const OVERRIDE; NativeTheme 217 ui/views/controls/button/text_button.h virtual void GetExtraParams(ui::NativeTheme::ExtraParams* params) const; NativeTheme 336 ui/views/controls/button/text_button.h virtual ui::NativeTheme::Part GetThemePart() const OVERRIDE; NativeTheme 340 ui/views/controls/button/text_button.h ui::NativeTheme::ExtraParams* params) const OVERRIDE; NativeTheme 652 ui/views/controls/combobox/combobox.cc ui::NativeTheme::kColorId_LabelEnabledColor); NativeTheme 48 ui/views/controls/focusable_border.cc view.HasFocus() ? ui::NativeTheme::kColorId_FocusedBorderColor : NativeTheme 49 ui/views/controls/focusable_border.cc ui::NativeTheme::kColorId_UnfocusedBorderColor); NativeTheme 380 ui/views/controls/label.cc void Label::OnNativeThemeChanged(const ui::NativeTheme* theme) { NativeTheme 388 ui/views/controls/label.cc UpdateColorsFromTheme(ui::NativeTheme::instance()); NativeTheme 536 ui/views/controls/label.cc void Label::UpdateColorsFromTheme(const ui::NativeTheme* theme) { NativeTheme 539 ui/views/controls/label.cc ui::NativeTheme::kColorId_LabelEnabledColor); NativeTheme 543 ui/views/controls/label.cc ui::NativeTheme::kColorId_LabelDisabledColor); NativeTheme 547 ui/views/controls/label.cc ui::NativeTheme::kColorId_LabelBackgroundColor); NativeTheme 210 ui/views/controls/label.h virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE; NativeTheme 245 ui/views/controls/label.h void UpdateColorsFromTheme(const ui::NativeTheme* theme); NativeTheme 13 ui/views/controls/menu/menu_config.cc MenuConfig::MenuConfig(const ui::NativeTheme* theme) NativeTheme 13 ui/views/controls/menu/menu_config.h class NativeTheme; NativeTheme 21 ui/views/controls/menu/menu_config.h explicit MenuConfig(const ui::NativeTheme* theme); NativeTheme 24 ui/views/controls/menu/menu_config.h static const MenuConfig& instance(const ui::NativeTheme* theme); NativeTheme 120 ui/views/controls/menu/menu_config.h const ui::NativeTheme* native_theme; NativeTheme 131 ui/views/controls/menu/menu_config.h void Init(const ui::NativeTheme* theme); NativeTheme 134 ui/views/controls/menu/menu_config.h void InitAura(const ui::NativeTheme* theme); NativeTheme 26 ui/views/controls/menu/menu_config_views.cc void MenuConfig::Init(const ui::NativeTheme* theme) { NativeTheme 32 ui/views/controls/menu/menu_config_views.cc void MenuConfig::InitAura(const ui::NativeTheme* theme) { NativeTheme 53 ui/views/controls/menu/menu_config_views.cc const MenuConfig& MenuConfig::instance(const ui::NativeTheme* theme) { NativeTheme 57 ui/views/controls/menu/menu_config_views.cc theme : ui::NativeTheme::instance()); NativeTheme 19 ui/views/controls/menu/menu_config_win.cc using ui::NativeTheme; NativeTheme 24 ui/views/controls/menu/menu_config_win.cc void MenuConfig::Init(const NativeTheme* theme) { NativeTheme 40 ui/views/controls/menu/menu_config_win.cc NativeTheme::ExtraParams extra; NativeTheme 44 ui/views/controls/menu/menu_config_win.cc NativeTheme::kMenuCheck, NativeTheme::kNormal, extra); NativeTheme 55 ui/views/controls/menu/menu_config_win.cc NativeTheme::kMenuCheck, NativeTheme::kNormal, extra); NativeTheme 62 ui/views/controls/menu/menu_config_win.cc NativeTheme::kMenuPopupArrow, NativeTheme::kNormal, extra); NativeTheme 79 ui/views/controls/menu/menu_config_win.cc const MenuConfig& MenuConfig::instance(const ui::NativeTheme* theme) { NativeTheme 1135 ui/views/controls/menu/menu_controller.cc MenuController::MenuController(ui::NativeTheme* theme, NativeTheme 29 ui/views/controls/menu/menu_controller.h class NativeTheme; NativeTheme 264 ui/views/controls/menu/menu_controller.h MenuController(ui::NativeTheme* theme, NativeTheme 749 ui/views/controls/menu/menu_item_view.cc ui::NativeTheme* native_theme = GetNativeTheme(); NativeTheme 760 ui/views/controls/menu/menu_item_view.cc ui::NativeTheme::kMenuItemBackground, NativeTheme 761 ui/views/controls/menu/menu_item_view.cc ui::NativeTheme::kHovered, NativeTheme 763 ui/views/controls/menu/menu_item_view.cc ui::NativeTheme::ExtraParams()); NativeTheme 794 ui/views/controls/menu/menu_item_view.cc ui::NativeTheme::ColorId color_id; NativeTheme 797 ui/views/controls/menu/menu_item_view.cc ui::NativeTheme::kColorId_SelectedMenuItemForegroundColor: NativeTheme 798 ui/views/controls/menu/menu_item_view.cc ui::NativeTheme::kColorId_EnabledMenuItemForegroundColor; NativeTheme 804 ui/views/controls/menu/menu_item_view.cc ui::NativeTheme::kColorId_DisabledEmphasizedMenuItemForegroundColor : NativeTheme 805 ui/views/controls/menu/menu_item_view.cc ui::NativeTheme::kColorId_DisabledMenuItemForegroundColor; NativeTheme 836 ui/views/controls/menu/menu_item_view.cc ui::NativeTheme::kColorId_ButtonDisabledColor), NativeTheme 881 ui/views/controls/menu/menu_item_view.cc ui::NativeTheme::kColorId_SelectedMenuItemForegroundColor : NativeTheme 882 ui/views/controls/menu/menu_item_view.cc ui::NativeTheme::kColorId_ButtonDisabledColor), NativeTheme 184 ui/views/controls/menu/menu_runner.cc ui::NativeTheme* theme = parent ? parent->GetNativeTheme() : NativeTheme 185 ui/views/controls/menu/menu_runner.cc ui::NativeTheme::instance(); NativeTheme 20 ui/views/controls/menu/menu_scroll_view_container.cc using ui::NativeTheme; NativeTheme 78 ui/views/controls/menu/menu_scroll_view_container.cc NativeTheme::ExtraParams extra; NativeTheme 81 ui/views/controls/menu/menu_scroll_view_container.cc NativeTheme::kMenuItemBackground, NativeTheme 82 ui/views/controls/menu/menu_scroll_view_container.cc NativeTheme::kNormal, item_bounds, extra); NativeTheme 212 ui/views/controls/menu/menu_scroll_view_container.cc NativeTheme::ExtraParams extra; NativeTheme 216 ui/views/controls/menu/menu_scroll_view_container.cc NativeTheme::kMenuPopupBackground, NativeTheme::kNormal, bounds, extra); NativeTheme 300 ui/views/controls/menu/menu_scroll_view_container.cc ui::NativeTheme::kColorId_MenuBorderColor), NativeTheme 47 ui/views/controls/menu/menu_separator_views.cc ui::NativeTheme::kColorId_MenuSeparatorColor)); NativeTheme 35 ui/views/controls/menu/menu_separator_win.cc ui::NativeTheme::ExtraParams extra; NativeTheme 37 ui/views/controls/menu/menu_separator_win.cc canvas->sk_canvas(), ui::NativeTheme::kMenuPopupGutter, NativeTheme 38 ui/views/controls/menu/menu_separator_win.cc ui::NativeTheme::kNormal, gutter_bounds, extra); NativeTheme 43 ui/views/controls/menu/menu_separator_win.cc ui::NativeTheme::ExtraParams extra; NativeTheme 46 ui/views/controls/menu/menu_separator_win.cc canvas->sk_canvas(), ui::NativeTheme::kMenuPopupSeparator, NativeTheme 47 ui/views/controls/menu/menu_separator_win.cc ui::NativeTheme::kNormal, separator_bounds, extra); NativeTheme 35 ui/views/controls/menu/native_menu_win.cc using ui::NativeTheme; NativeTheme 278 ui/views/controls/menu/native_menu_win.cc NativeTheme::State state; NativeTheme 280 ui/views/controls/menu/native_menu_win.cc state = NativeTheme::kDisabled; NativeTheme 283 ui/views/controls/menu/native_menu_win.cc NativeTheme::kHovered : NativeTheme::kNormal; NativeTheme 293 ui/views/controls/menu/native_menu_win.cc NativeTheme::ExtraParams extra; NativeTheme 299 ui/views/controls/menu/native_menu_win.cc canvas.sk_canvas(), NativeTheme::kMenuCheckBackground, NativeTheme 302 ui/views/controls/menu/native_menu_win.cc canvas.sk_canvas(), NativeTheme::kMenuCheck, state, bounds, extra); NativeTheme 28 ui/views/controls/scroll_view.cc virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE { NativeTheme 37 ui/views/controls/scroll_view.cc ui::NativeTheme::kColorId_UnfocusedBorderColor))); NativeTheme 33 ui/views/controls/scrollbar/native_scroll_bar.cc const ui::NativeTheme* theme) { NativeTheme 39 ui/views/controls/scrollbar/native_scroll_bar.cc const ui::NativeTheme* theme) { NativeTheme 16 ui/views/controls/scrollbar/native_scroll_bar.h class NativeTheme; NativeTheme 35 ui/views/controls/scrollbar/native_scroll_bar.h static int GetHorizontalScrollBarHeight(const ui::NativeTheme* theme); NativeTheme 36 ui/views/controls/scrollbar/native_scroll_bar.h static int GetVerticalScrollBarWidth(const ui::NativeTheme* theme); NativeTheme 44 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::ExtraParams GetNativeThemeParams() const; NativeTheme 45 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::Part GetNativeThemePart() const; NativeTheme 46 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::State GetNativeThemeState() const; NativeTheme 66 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::ExtraParams GetNativeThemeParams() const; NativeTheme 67 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::Part GetNativeThemePart() const; NativeTheme 68 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::State GetNativeThemeState() const; NativeTheme 99 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::ExtraParams NativeTheme 101 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::ExtraParams params; NativeTheme 115 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::Part NativeTheme 119 ui/views/controls/scrollbar/native_scroll_bar_views.cc return ui::NativeTheme::kScrollbarUpArrow; NativeTheme 121 ui/views/controls/scrollbar/native_scroll_bar_views.cc return ui::NativeTheme::kScrollbarDownArrow; NativeTheme 123 ui/views/controls/scrollbar/native_scroll_bar_views.cc return ui::NativeTheme::kScrollbarLeftArrow; NativeTheme 125 ui/views/controls/scrollbar/native_scroll_bar_views.cc return ui::NativeTheme::kScrollbarRightArrow; NativeTheme 127 ui/views/controls/scrollbar/native_scroll_bar_views.cc return ui::NativeTheme::kScrollbarUpArrow; NativeTheme 131 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::State NativeTheme 133 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::State state; NativeTheme 137 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kHovered; NativeTheme 140 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kPressed; NativeTheme 143 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kDisabled; NativeTheme 147 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kNormal; NativeTheme 175 ui/views/controls/scrollbar/native_scroll_bar_views.cc const ui::NativeTheme::State theme_state = GetNativeThemeState(); NativeTheme 176 ui/views/controls/scrollbar/native_scroll_bar_views.cc const ui::NativeTheme::ExtraParams extra_params(GetNativeThemeParams()); NativeTheme 182 ui/views/controls/scrollbar/native_scroll_bar_views.cc const ui::NativeTheme::Part gripper_part = scroll_bar_->IsHorizontal() ? NativeTheme 183 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::kScrollbarHorizontalGripper : NativeTheme 184 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::kScrollbarVerticalGripper; NativeTheme 189 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::ExtraParams ScrollBarThumb::GetNativeThemeParams() const { NativeTheme 191 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::ExtraParams params; NativeTheme 197 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::Part ScrollBarThumb::GetNativeThemePart() const { NativeTheme 199 ui/views/controls/scrollbar/native_scroll_bar_views.cc return ui::NativeTheme::kScrollbarHorizontalThumb; NativeTheme 200 ui/views/controls/scrollbar/native_scroll_bar_views.cc return ui::NativeTheme::kScrollbarVerticalThumb; NativeTheme 203 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::State ScrollBarThumb::GetNativeThemeState() const { NativeTheme 204 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::State state; NativeTheme 208 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kHovered; NativeTheme 211 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kPressed; NativeTheme 214 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kDisabled; NativeTheme 218 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kNormal; NativeTheme 242 ui/views/controls/scrollbar/native_scroll_bar_views.cc part_ = ui::NativeTheme::kScrollbarHorizontalTrack; NativeTheme 247 ui/views/controls/scrollbar/native_scroll_bar_views.cc part_ = ui::NativeTheme::kScrollbarVerticalTrack; NativeTheme 250 ui/views/controls/scrollbar/native_scroll_bar_views.cc state_ = ui::NativeTheme::kNormal; NativeTheme 296 ui/views/controls/scrollbar/native_scroll_bar_views.cc const ui::NativeTheme* theme = native_scroll_bar_->GetNativeTheme(); NativeTheme 382 ui/views/controls/scrollbar/native_scroll_bar_views.cc const ui::NativeTheme* theme) { NativeTheme 384 ui/views/controls/scrollbar/native_scroll_bar_views.cc theme = ui::NativeTheme::instance(); NativeTheme 385 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::ExtraParams button_params; NativeTheme 388 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::kScrollbarLeftArrow, NativeTheme 389 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::kNormal, NativeTheme 392 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::ExtraParams thumb_params; NativeTheme 395 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::kScrollbarHorizontalThumb, NativeTheme 396 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::kNormal, NativeTheme 404 ui/views/controls/scrollbar/native_scroll_bar_views.cc const ui::NativeTheme* theme) { NativeTheme 406 ui/views/controls/scrollbar/native_scroll_bar_views.cc theme = ui::NativeTheme::instance(); NativeTheme 407 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::ExtraParams button_params; NativeTheme 410 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::kScrollbarUpArrow, NativeTheme 411 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::kNormal, NativeTheme 414 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::ExtraParams thumb_params; NativeTheme 417 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::kScrollbarVerticalThumb, NativeTheme 418 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::kNormal, NativeTheme 71 ui/views/controls/scrollbar/native_scroll_bar_views.h ui::NativeTheme::ExtraParams params_; NativeTheme 72 ui/views/controls/scrollbar/native_scroll_bar_views.h ui::NativeTheme::Part part_; NativeTheme 73 ui/views/controls/scrollbar/native_scroll_bar_views.h ui::NativeTheme::State state_; NativeTheme 11 ui/views/controls/scrollbar/native_scroll_bar_wrapper.h class NativeTheme; NativeTheme 39 ui/views/controls/scrollbar/native_scroll_bar_wrapper.h static int GetVerticalScrollBarWidth(const ui::NativeTheme* theme); NativeTheme 40 ui/views/controls/scrollbar/native_scroll_bar_wrapper.h static int GetHorizontalScrollBarHeight(const ui::NativeTheme* theme); NativeTheme 68 ui/views/controls/styled_label.cc color(ui::NativeTheme::instance()->GetSystemColor( NativeTheme 69 ui/views/controls/styled_label.cc ui::NativeTheme::kColorId_LabelEnabledColor)), NativeTheme 66 ui/views/controls/table/table_header.cc ui::NativeTheme::kColorId_UnfocusedBorderColor); NativeTheme 59 ui/views/controls/table/table_view.cc ui::NativeTheme::ColorId text_background_color_id(bool has_focus) { NativeTheme 61 ui/views/controls/table/table_view.cc ui::NativeTheme::kColorId_TableSelectionBackgroundFocused : NativeTheme 62 ui/views/controls/table/table_view.cc ui::NativeTheme::kColorId_TableSelectionBackgroundUnfocused; NativeTheme 66 ui/views/controls/table/table_view.cc ui::NativeTheme::ColorId selected_text_color_id(bool has_focus) { NativeTheme 67 ui/views/controls/table/table_view.cc return has_focus ? ui::NativeTheme::kColorId_TableSelectedText : NativeTheme 68 ui/views/controls/table/table_view.cc ui::NativeTheme::kColorId_TableSelectedTextUnfocused; NativeTheme 477 ui/views/controls/table/table_view.cc ui::NativeTheme::kColorId_TableBackground)); NativeTheme 489 ui/views/controls/table/table_view.cc ui::NativeTheme::kColorId_TableText); NativeTheme 544 ui/views/controls/table/table_view.cc ui::NativeTheme::kColorId_TableGroupingIndicatorColor); NativeTheme 341 ui/views/controls/textfield/textfield.cc ui::NativeTheme::kColorId_TextfieldReadOnlyColor : NativeTheme 342 ui/views/controls/textfield/textfield.cc ui::NativeTheme::kColorId_TextfieldDefaultColor); NativeTheme 361 ui/views/controls/textfield/textfield.cc ui::NativeTheme::kColorId_TextfieldReadOnlyBackground : NativeTheme 362 ui/views/controls/textfield/textfield.cc ui::NativeTheme::kColorId_TextfieldDefaultBackground); NativeTheme 901 ui/views/controls/textfield/textfield.cc void Textfield::OnNativeThemeChanged(const ui::NativeTheme* theme) { NativeTheme 1468 ui/views/controls/textfield/textfield.cc void Textfield::UpdateColorsFromTheme(const ui::NativeTheme* theme) { NativeTheme 1474 ui/views/controls/textfield/textfield.cc ui::NativeTheme::kColorId_TextfieldSelectionColor)); NativeTheme 1476 ui/views/controls/textfield/textfield.cc ui::NativeTheme::kColorId_TextfieldSelectionBackgroundFocused)); NativeTheme 211 ui/views/controls/textfield/textfield.h virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE; NativeTheme 304 ui/views/controls/textfield/textfield.h void UpdateColorsFromTheme(const ui::NativeTheme* theme); NativeTheme 53 ui/views/controls/tree/tree_view.cc ui::NativeTheme::ColorId text_background_color_id(bool has_focus) { NativeTheme 55 ui/views/controls/tree/tree_view.cc ui::NativeTheme::kColorId_TreeSelectionBackgroundFocused : NativeTheme 56 ui/views/controls/tree/tree_view.cc ui::NativeTheme::kColorId_TreeSelectionBackgroundUnfocused; NativeTheme 61 ui/views/controls/tree/tree_view.cc ui::NativeTheme::ColorId text_color_id(bool has_focus, bool is_selected) { NativeTheme 64 ui/views/controls/tree/tree_view.cc return ui::NativeTheme::kColorId_TreeSelectedText; NativeTheme 65 ui/views/controls/tree/tree_view.cc return ui::NativeTheme::kColorId_TreeSelectedTextUnfocused; NativeTheme 67 ui/views/controls/tree/tree_view.cc return ui::NativeTheme::kColorId_TreeText; NativeTheme 594 ui/views/controls/tree/tree_view.cc ui::NativeTheme::kColorId_TreeBackground)); NativeTheme 805 ui/views/controls/tree/tree_view.cc const ui::NativeTheme::ColorId color_id = NativeTheme 830 ui/views/controls/tree/tree_view.cc ui::NativeTheme::kColorId_TreeArrow); NativeTheme 27 ui/views/linux_ui/linux_ui.h class NativeTheme; NativeTheme 81 ui/views/linux_ui/linux_ui.h virtual ui::NativeTheme* GetNativeTheme() const = 0; NativeTheme 26 ui/views/native_theme_delegate.h virtual ui::NativeTheme::Part GetThemePart() const = 0; NativeTheme 32 ui/views/native_theme_delegate.h virtual ui::NativeTheme::State GetThemeState( NativeTheme 33 ui/views/native_theme_delegate.h ui::NativeTheme::ExtraParams* params) const = 0; NativeTheme 40 ui/views/native_theme_delegate.h virtual ui::NativeTheme::State GetBackgroundThemeState( NativeTheme 41 ui/views/native_theme_delegate.h ui::NativeTheme::ExtraParams* params) const = 0; NativeTheme 46 ui/views/native_theme_delegate.h virtual ui::NativeTheme::State GetForegroundThemeState( NativeTheme 47 ui/views/native_theme_delegate.h ui::NativeTheme::ExtraParams* params) const = 0; NativeTheme 212 ui/views/view.cc const ui::NativeTheme* old_theme = view->GetNativeTheme(); NativeTheme 238 ui/views/view.cc const ui::NativeTheme* new_theme = widget->GetNativeTheme(); NativeTheme 802 ui/views/view.cc const ui::NativeTheme* View::GetNativeTheme() const { NativeTheme 804 ui/views/view.cc return widget ? widget->GetNativeTheme() : ui::NativeTheme::instance(); NativeTheme 1882 ui/views/view.cc void View::PropagateNativeThemeChanged(const ui::NativeTheme* theme) { NativeTheme 53 ui/views/view.h class NativeTheme; NativeTheme 522 ui/views/view.h ui::NativeTheme* GetNativeTheme() { NativeTheme 523 ui/views/view.h return const_cast<ui::NativeTheme*>( NativeTheme 526 ui/views/view.h const ui::NativeTheme* GetNativeTheme() const; NativeTheme 1201 ui/views/view.h virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) {} NativeTheme 1278 ui/views/view.h void PropagateNativeThemeChanged(const ui::NativeTheme* theme); NativeTheme 913 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc ui::NativeTheme* DesktopNativeWidgetAura::GetNativeTheme() const { NativeTheme 181 ui/views/widget/desktop_aura/desktop_native_widget_aura.h virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE; NativeTheme 29 ui/views/widget/desktop_aura/desktop_window_tree_host.h class NativeTheme; NativeTheme 53 ui/views/widget/desktop_aura/desktop_window_tree_host.h static ui::NativeTheme* GetNativeTheme(aura::Window* window); NativeTheme 104 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc ui::NativeTheme* DesktopWindowTreeHost::GetNativeTheme(aura::Window* window) { NativeTheme 1617 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc ui::NativeTheme* DesktopWindowTreeHost::GetNativeTheme(aura::Window* window) { NativeTheme 1620 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc ui::NativeTheme* native_theme = linux_ui->GetNativeTheme(); NativeTheme 1625 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc return ui::NativeTheme::instance(); NativeTheme 682 ui/views/widget/native_widget_aura.cc ui::NativeTheme* NativeWidgetAura::GetNativeTheme() const { NativeTheme 136 ui/views/widget/native_widget_aura.h virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE; NativeTheme 20 ui/views/widget/native_widget_private.h class NativeTheme; NativeTheme 220 ui/views/widget/native_widget_private.h virtual ui::NativeTheme* GetNativeTheme() const = 0; NativeTheme 735 ui/views/widget/widget.cc const ui::NativeTheme* Widget::GetNativeTheme() const { NativeTheme 49 ui/views/widget/widget.h class NativeTheme; NativeTheme 516 ui/views/widget/widget.h ui::NativeTheme* GetNativeTheme() { NativeTheme 517 ui/views/widget/widget.h return const_cast<ui::NativeTheme*>( NativeTheme 520 ui/views/widget/widget.h const ui::NativeTheme* GetNativeTheme() const; NativeTheme 273 ui/views/window/dialog_client_view.cc GetSystemColor(ui::NativeTheme::kColorId_DialogBackground))); NativeTheme 160 ui/views/window/dialog_delegate.cc ui::NativeTheme::kColorId_DialogBackground);