Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_install_ui.cc218 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()
Dgtk_theme_installed_infobar_delegate.cc12 const std::string& previous_theme_id, in GtkThemeInstalledInfoBarDelegate() argument
14 : ThemeInstalledInfoBarDelegate(tab_contents, new_theme, previous_theme_id), in GtkThemeInstalledInfoBarDelegate()
Dextension_install_ui.h84 const std::string& previous_theme_id, bool previous_use_system_theme,
102 const std::string& previous_theme_id,
Dtheme_installed_infobar_delegate.cc25 const std::string& previous_theme_id) in ThemeInstalledInfoBarDelegate() argument
31 previous_theme_id_(previous_theme_id), in ThemeInstalledInfoBarDelegate()
Dgtk_theme_installed_infobar_delegate.h22 const std::string& previous_theme_id,
Dtheme_installed_infobar_delegate.h24 const std::string& previous_theme_id);
/external/chromium/chrome/browser/sync/glue/
Dtheme_util.cc110 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()