HomeSort by relevance Sort by last modified time
    Searched defs:GetNativeTheme (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ui/views/
view.h 508 // GetNativeTheme() on the Widget this View is in. If this View is not in a
510 ui::NativeTheme* GetNativeTheme() {
512 const_cast<const View*>(this)->GetNativeTheme());
514 const ui::NativeTheme* GetNativeTheme() const;
    [all...]
view.cc 233 const ui::NativeTheme* old_theme = view->GetNativeTheme();
259 const ui::NativeTheme* new_theme = widget->GetNativeTheme();
810 const ui::NativeTheme* View::GetNativeTheme() const {
812 return widget ? widget->GetNativeTheme() : ui::NativeTheme::instance();
    [all...]
  /external/chromium_org/ui/views/widget/
widget.h 480 ui::NativeTheme* GetNativeTheme() {
482 const_cast<const Widget*>(this)->GetNativeTheme());
484 const ui::NativeTheme* GetNativeTheme() const;
    [all...]
native_widget_aura.cc 627 ui::NativeTheme* NativeWidgetAura::GetNativeTheme() const {
629 return DesktopRootWindowHost::GetNativeTheme(window_);
    [all...]
native_widget_win.cc 455 ui::NativeTheme* NativeWidgetWin::GetNativeTheme() const {
widget.cc 701 const ui::NativeTheme* Widget::GetNativeTheme() const {
702 return native_widget_->GetNativeTheme();
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 362 ui::NativeTheme* Gtk2UI::GetNativeTheme() const {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
wrench_menu.cc 176 view->GetNativeTheme() == ui::NativeThemeAura::instance()) {
246 ui::NativeTheme* theme = view->GetNativeTheme();
261 ui::NativeTheme* theme = view->GetNativeTheme();
851 const ui::NativeTheme* WrenchMenu::GetNativeTheme() const {
855 return browser_widget->GetNativeTheme();
859 return MenuConfig::instance(GetNativeTheme());
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 606 ui::NativeTheme* DesktopNativeWidgetAura::GetNativeTheme() const {
607 return DesktopRootWindowHost::GetNativeTheme(window_);
desktop_root_window_host_win.cc 84 ui::NativeTheme* DesktopRootWindowHost::GetNativeTheme(aura::Window* window) {
desktop_root_window_host_x11.cc     [all...]

Completed in 369 milliseconds