Searched refs:profile_cache (Results 1 – 11 of 11) sorted by relevance
15 ProfileListDesktop::ProfileListDesktop(ProfileInfoInterface* profile_cache) in ProfileListDesktop() argument16 : profile_info_(profile_cache) { in ProfileListDesktop()24 ProfileList* ProfileList::Create(ProfileInfoInterface* profile_cache) { in Create() argument25 return new ProfileListDesktop(profile_cache); in Create()
49 AvatarMenu::AvatarMenu(ProfileInfoInterface* profile_cache, in AvatarMenu() argument52 : profile_list_(ProfileList::Create(profile_cache)), in AvatarMenu()54 profile_info_(profile_cache), in AvatarMenu()
17 static ProfileList* Create(ProfileInfoInterface* profile_cache);
18 explicit ProfileListDesktop(ProfileInfoInterface* profile_cache);
77 AvatarMenu(ProfileInfoInterface* profile_cache,
18 ProfileList* ProfileList::Create(ProfileInfoInterface* profile_cache) { in Create() argument19 return new chromeos::ProfileListChromeOS(profile_cache); in Create()24 ProfileListChromeOS::ProfileListChromeOS(ProfileInfoInterface* profile_cache) in ProfileListChromeOS() argument25 : profile_info_(profile_cache) { in ProfileListChromeOS()
19 explicit ProfileListChromeOS(ProfileInfoInterface* profile_cache);
14 ProfileInfoCache* profile_cache) in TestBackgroundModeManager() argument15 : BackgroundModeManager(command_line, profile_cache), in TestBackgroundModeManager()
58 ProfileInfoCache* profile_cache);
176 ProfileInfoCache* profile_cache) in BackgroundModeManager() argument177 : profile_cache_(profile_cache), in BackgroundModeManager()
1057 ProfileInfoCache& profile_cache = profile_manager->GetProfileInfoCache(); in PreProfileInit() local1058 size_t profiles_count = profile_cache.GetNumberOfProfiles(); in PreProfileInit()1061 if (profile_cache.ProfileIsEphemeralAtIndex(i)) in PreProfileInit()1062 profiles_to_delete.push_back(profile_cache.GetPathOfProfileAtIndex(i)); in PreProfileInit()