Home
last modified time | relevance | path

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

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