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

  /external/chromium_org/ui/views/
view.h 523 // GetNativeTheme() on the Widget this View is in. If this View is not in a
525 ui::NativeTheme* GetNativeTheme() {
527 const_cast<const View*>(this)->GetNativeTheme());
529 const ui::NativeTheme* GetNativeTheme() const;
    [all...]
view.cc 172 old_theme = view->GetNativeTheme();
192 const ui::NativeTheme* new_theme = view->GetNativeTheme();
826 const ui::NativeTheme* View::GetNativeTheme() const {
828 return widget ? widget->GetNativeTheme() : ui::NativeTheme::instance();
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 925 ui::NativeTheme* DesktopNativeWidgetAura::GetNativeTheme() const {
926 return DesktopWindowTreeHost::GetNativeTheme(content_window_);
    [all...]
desktop_window_tree_host_win.cc 103 ui::NativeTheme* DesktopWindowTreeHost::GetNativeTheme(aura::Window* window) {
    [all...]
desktop_window_tree_host_x11.cc     [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 683 ui::NativeTheme* NativeWidgetAura::GetNativeTheme() const {
685 return DesktopWindowTreeHost::GetNativeTheme(window_);
    [all...]
widget.h 541 ui::NativeTheme* GetNativeTheme() {
543 const_cast<const Widget*>(this)->GetNativeTheme());
545 const ui::NativeTheme* GetNativeTheme() const;
    [all...]
widget.cc 382 observer_manager_.Add(GetNativeTheme());
745 const ui::NativeTheme* Widget::GetNativeTheme() const {
746 return native_widget_->GetNativeTheme();
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 465 ui::NativeTheme* Gtk2UI::GetNativeTheme(aura::Window* window) const {
562 if (owning_button->GetNativeTheme() != NativeThemeGtk2::instance())
    [all...]

Completed in 288 milliseconds