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

/external/chromium_org/chrome/browser/profiles/
H A Dprofiles_state.cc76 cache.IsDefaultProfileName(profile_name);
H A Dprofile_info_cache.h125 bool IsDefaultProfileName(const base::string16& name) const;
H A Dprofile_info_cache.cc160 using_default_name = IsDefaultProfileName(name);
205 info->SetBoolean(kIsUsingDefaultNameKey, IsDefaultProfileName(name));
738 bool ProfileInfoCache::IsDefaultProfileName(const base::string16& name) const { function in class:ProfileInfoCache

Completed in 1249 milliseconds