HomeSort by relevance Sort by last modified time
    Searched refs:new_theme (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 29 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()),
theme_installed_infobar_delegate.h 31 static void Create(const extensions::Extension* new_theme,
39 const extensions::Extension* new_theme,
  /external/chromium_org/components/dom_distiller/core/
distilled_page_prefs.cc 65 void DistilledPagePrefs::SetTheme(DistilledPagePrefs::Theme new_theme) {
66 pref_service_->SetInteger(kThemePref, new_theme);
71 new_theme));
99 DistilledPagePrefs::Theme new_theme) {
100 FOR_EACH_OBSERVER(Observer, observers_, OnChangeTheme(new_theme));
distilled_page_prefs.h 54 void SetTheme(Theme new_theme);
distilled_page_prefs_android.cc 94 DistilledPagePrefs::Theme new_theme) {
97 env, java_ref_.obj(), (int)new_theme);
distilled_page_prefs_android.h 45 virtual void OnChangeTheme(DistilledPagePrefs::Theme new_theme) OVERRIDE;
distilled_page_prefs_unittests.cc 29 virtual void OnChangeTheme(DistilledPagePrefs::Theme new_theme) OVERRIDE {
30 theme_ = new_theme;
  /external/chromium_org/components/dom_distiller/content/
dom_distiller_viewer_source.cc 80 virtual void OnChangeTheme(DistilledPagePrefs::Theme new_theme) OVERRIDE;
244 DistilledPagePrefs::Theme new_theme) {
245 SendJavaScript(viewer::GetDistilledPageThemeJs(new_theme));
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 346 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);
    [all...]
  /external/chromium_org/ui/views/
view.cc 187 const ui::NativeTheme* new_theme = view->GetNativeTheme(); local
188 if (new_theme != old_theme)
189 view->PropagateNativeThemeChanged(new_theme);
    [all...]

Completed in 459 milliseconds