Searched refs:is_new_profile (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dchrome_version_service.cc35 bool is_new_profile) {
44 IsDefaultValue() && is_new_profile) {
34 OnProfileLoaded(PrefService* prefs, bool is_new_profile) argument
H A Dchrome_version_service.h32 static void OnProfileLoaded(PrefService* prefs, bool is_new_profile);
H A Dprofile_window.cc83 bool is_new_profile,
97 if (is_new_profile) {
80 OpenBrowserWindowForProfile( ProfileManager::CreateCallback callback, bool always_create, bool is_new_profile, chrome::HostDesktopType desktop_type, Profile* profile, Profile::CreateStatus status) argument
H A Dprofile.h143 bool is_new_profile) = 0;
H A Dprofile_manager.h198 bool is_new_profile) OVERRIDE;
H A Dprofile_manager.cc928 bool is_new_profile) {
926 OnProfileCreated(Profile* profile, bool success, bool is_new_profile) argument
/external/chromium_org/chrome/browser/extensions/
H A Ddefault_apps.cc82 bool is_new_profile = local
85 if (!is_first_run && !is_new_profile)
H A Dexternal_install_manager.h75 // installed. If |is_new_profile| is true, then this error is from the first
77 void AddExternalInstallError(const Extension* extension, bool is_new_profile);
H A Dexternal_install_manager.cc77 bool is_new_profile) {
82 (ManifestURL::UpdatesFromGallery(extension) && !is_new_profile)
76 AddExternalInstallError(const Extension* extension, bool is_new_profile) argument
/external/chromium_org/chrome/browser/signin/
H A Dsignin_promo.h70 bool ShouldShowPromoAtStartup(Profile* profile, bool is_new_profile);
H A Dsignin_promo.cc106 bool ShouldShowPromoAtStartup(Profile* profile, bool is_new_profile) { argument
116 if (!is_new_profile) {

Completed in 513 milliseconds