Home
last modified time | relevance | path

Searched refs:previous_theme_id (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dtheme_installed_infobar_delegate.cc31 const std::string& previous_theme_id, in Create() argument
57 previous_theme_id, previous_using_system_theme)))); in Create()
86 const std::string& previous_theme_id, in ThemeInstalledInfoBarDelegate() argument
93 previous_theme_id_(previous_theme_id), in ThemeInstalledInfoBarDelegate()
Dtheme_installed_infobar_delegate.h33 const std::string& previous_theme_id,
40 const std::string& previous_theme_id,
/external/chromium_org/chrome/browser/themes/
Dtheme_service.cc319 std::string previous_theme_id = GetThemeID(); in SetTheme() local
330 if (previous_theme_id != kDefaultThemeID && in SetTheme()
331 previous_theme_id != extension->id()) { in SetTheme()
333 service->DisableExtension(previous_theme_id, in SetTheme()