Home | History | Annotate | Download | only in views

Lines Matching refs:NativeTheme

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();
1912 void View::PropagateNativeThemeChanged(const ui::NativeTheme* theme) {