Searched refs:previous_use_system_theme (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_install_ui.h84 const std::string& previous_theme_id, bool previous_use_system_theme,
103 bool previous_use_system_theme);
H A Dextension_install_ui.cc219 bool previous_use_system_theme,
255 tab_contents, new_theme, previous_theme_id, previous_use_system_theme);
278 bool previous_use_system_theme) {
281 previous_theme_id, previous_use_system_theme);
218 ShowThemeInfoBar(const std::string& previous_theme_id, bool previous_use_system_theme, const Extension* new_theme, Profile* profile) argument
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.cc119 bool previous_use_system_theme = UseSystemTheme(profile); local
125 previous_theme_id, previous_use_system_theme,

Completed in 120 milliseconds