Searched refs:previous_theme_id (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/extensions/ |
D | extension_install_ui.cc | 218 void ExtensionInstallUI::ShowThemeInfoBar(const std::string& previous_theme_id, in ShowThemeInfoBar() argument 255 tab_contents, new_theme, previous_theme_id, previous_use_system_theme); in ShowThemeInfoBar() 277 const std::string& previous_theme_id, in GetNewThemeInstalledInfoBarDelegate() argument 281 previous_theme_id, previous_use_system_theme); in GetNewThemeInstalledInfoBarDelegate() 284 previous_theme_id); in GetNewThemeInstalledInfoBarDelegate()
|
D | gtk_theme_installed_infobar_delegate.cc | 12 const std::string& previous_theme_id, in GtkThemeInstalledInfoBarDelegate() argument 14 : ThemeInstalledInfoBarDelegate(tab_contents, new_theme, previous_theme_id), in GtkThemeInstalledInfoBarDelegate()
|
D | extension_install_ui.h | 84 const std::string& previous_theme_id, bool previous_use_system_theme, 102 const std::string& previous_theme_id,
|
D | theme_installed_infobar_delegate.cc | 25 const std::string& previous_theme_id) in ThemeInstalledInfoBarDelegate() argument 31 previous_theme_id_(previous_theme_id), in ThemeInstalledInfoBarDelegate()
|
D | gtk_theme_installed_infobar_delegate.h | 22 const std::string& previous_theme_id,
|
D | theme_installed_infobar_delegate.h | 24 const std::string& previous_theme_id);
|
/external/chromium/chrome/browser/sync/glue/ |
D | theme_util.cc | 110 std::string previous_theme_id; in SetCurrentThemeFromThemeSpecifics() local 116 previous_theme_id = current_theme->id(); in SetCurrentThemeFromThemeSpecifics() 125 previous_theme_id, previous_use_system_theme, in SetCurrentThemeFromThemeSpecifics()
|