Searched defs:previous_theme_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dtheme_installed_infobar_delegate.cc31 const std::string& previous_theme_id,
57 previous_theme_id, previous_using_system_theme))));
86 const std::string& previous_theme_id,
93 previous_theme_id_(previous_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
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service.cc319 std::string previous_theme_id = GetThemeID(); local
330 if (previous_theme_id != kDefaultThemeID &&
331 previous_theme_id != extension->id()) {
333 service->DisableExtension(previous_theme_id,

Completed in 182 milliseconds