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

/external/chromium/chrome/browser/extensions/
H A Dgtk_theme_installed_infobar_delegate.cc12 const std::string& previous_theme_id,
14 : ThemeInstalledInfoBarDelegate(tab_contents, new_theme, previous_theme_id),
9 GtkThemeInstalledInfoBarDelegate( TabContents* tab_contents, const Extension* new_theme, const std::string& previous_theme_id, bool previous_use_gtk_theme) argument
H A Dtheme_installed_infobar_delegate.cc25 const std::string& previous_theme_id)
31 previous_theme_id_(previous_theme_id),
22 ThemeInstalledInfoBarDelegate( TabContents* tab_contents, const Extension* new_theme, const std::string& previous_theme_id) argument
H A Dextension_install_ui.cc218 void ExtensionInstallUI::ShowThemeInfoBar(const std::string& previous_theme_id, argument
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);
274 GetNewThemeInstalledInfoBarDelegate( TabContents* tab_contents, const Extension* new_theme, const std::string& previous_theme_id, bool previous_use_system_theme) argument
/external/chromium/chrome/browser/sync/glue/
H A Dtheme_util.cc110 std::string previous_theme_id; local
116 previous_theme_id = current_theme->id();
125 previous_theme_id, previous_use_system_theme,

Completed in 53 milliseconds