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

  /external/chromium/chrome/browser/extensions/
gtk_theme_installed_infobar_delegate.cc 12 const std::string& previous_theme_id,
14 : ThemeInstalledInfoBarDelegate(tab_contents, new_theme, previous_theme_id),
gtk_theme_installed_infobar_delegate.h 22 const std::string& previous_theme_id,
extension_install_ui.h 77 // Show an infobar for a newly-installed theme. previous_theme_id
84 const std::string& previous_theme_id, bool previous_use_system_theme,
102 const std::string& previous_theme_id,
theme_installed_infobar_delegate.cc 25 const std::string& previous_theme_id)
31 previous_theme_id_(previous_theme_id),
theme_installed_infobar_delegate.h 24 const std::string& previous_theme_id);
extension_install_ui.cc 218 void ExtensionInstallUI::ShowThemeInfoBar(const std::string& previous_theme_id,
255 tab_contents, new_theme, previous_theme_id, previous_use_system_theme);
277 const std::string& previous_theme_id,
281 previous_theme_id, previous_use_system_theme);
284 previous_theme_id);
  /external/chromium_org/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 30 const std::string& previous_theme_id,
54 previous_theme_id, previous_using_native_theme))));
83 const std::string& previous_theme_id,
90 previous_theme_id_(previous_theme_id),
theme_installed_infobar_delegate.h 33 const std::string& previous_theme_id,
40 const std::string& previous_theme_id,
  /external/chromium/chrome/browser/sync/glue/
theme_util.cc 110 std::string previous_theme_id; local
116 previous_theme_id = current_theme->id();
125 previous_theme_id, previous_use_system_theme,
  /external/chromium_org/chrome/browser/themes/
theme_service.cc 294 std::string previous_theme_id = GetThemeID(); local
305 if (previous_theme_id != kDefaultThemeID &&
306 previous_theme_id != extension->id()) {
308 service->DisableExtension(previous_theme_id,

Completed in 86 milliseconds