Searched refs:new_theme (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dtheme_installed_infobar_delegate.cc29 const extensions::Extension* new_theme,
33 DCHECK(new_theme);
34 if (!new_theme->is_theme())
56 theme_service, new_theme,
69 if (theme_infobar->theme_id_ != new_theme->id()) {
85 const extensions::Extension* new_theme,
91 name_(new_theme->name()),
92 theme_id_(new_theme->id()),
28 Create( const extensions::Extension* new_theme, Profile* profile, const std::string& previous_theme_id, bool previous_using_system_theme) argument
82 ThemeInstalledInfoBarDelegate( ExtensionService* extension_service, ThemeService* theme_service, const extensions::Extension* new_theme, const std::string& previous_theme_id, bool previous_using_system_theme) argument
H A Dtheme_installed_infobar_delegate.h31 static void Create(const extensions::Extension* new_theme,
39 const extensions::Extension* new_theme,
/external/chromium_org/components/dom_distiller/core/
H A Ddistilled_page_prefs.cc65 void DistilledPagePrefs::SetTheme(DistilledPagePrefs::Theme new_theme) { argument
66 pref_service_->SetInteger(kThemePref, new_theme);
71 new_theme));
99 DistilledPagePrefs::Theme new_theme) {
100 FOR_EACH_OBSERVER(Observer, observers_, OnChangeTheme(new_theme));
98 NotifyOnChangeTheme( DistilledPagePrefs::Theme new_theme) argument
H A Ddistilled_page_prefs_android.cc94 DistilledPagePrefs::Theme new_theme) {
97 env, java_ref_.obj(), (int)new_theme);
93 OnChangeTheme( DistilledPagePrefs::Theme new_theme) argument
H A Ddistilled_page_prefs.h54 void SetTheme(Theme new_theme);
H A Ddistilled_page_prefs_android.h45 virtual void OnChangeTheme(DistilledPagePrefs::Theme new_theme) OVERRIDE;
H A Ddistilled_page_prefs_unittests.cc29 virtual void OnChangeTheme(DistilledPagePrefs::Theme new_theme) OVERRIDE {
30 theme_ = new_theme;
/external/chromium_org/components/dom_distiller/content/
H A Ddom_distiller_viewer_source.cc80 virtual void OnChangeTheme(DistilledPagePrefs::Theme new_theme) OVERRIDE;
244 DistilledPagePrefs::Theme new_theme) {
245 SendJavaScript(viewer::GetDistilledPageThemeJs(new_theme));
243 OnChangeTheme( DistilledPagePrefs::Theme new_theme) argument
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_extended_interactive_uitest.cc346 const extensions::Extension* new_theme = local
349 ASSERT_NE(static_cast<extensions::Extension*>(NULL), new_theme); local
350 ASSERT_EQ(new_theme->name(), theme_name);
/external/chromium_org/ui/views/
H A Dview.cc187 const ui::NativeTheme* new_theme = view->GetNativeTheme(); local
188 if (new_theme != old_theme)
189 view->PropagateNativeThemeChanged(new_theme);

Completed in 4440 milliseconds