Searched refs:profile_cache (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dbackground_app_browsertest.cc14 ProfileInfoCache* profile_cache)
15 : BackgroundModeManager(command_line, profile_cache),
13 TestBackgroundModeManager(CommandLine* command_line, ProfileInfoCache* profile_cache) argument
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_list.h17 static ProfileList* Create(ProfileInfoInterface* profile_cache);
H A Dprofile_list_desktop.cc14 ProfileListDesktop::ProfileListDesktop(ProfileInfoInterface* profile_cache) argument
15 : profile_info_(profile_cache),
24 ProfileList* ProfileList::Create(ProfileInfoInterface* profile_cache) { argument
25 return new ProfileListDesktop(profile_cache);
H A Dprofile_list_desktop.h20 explicit ProfileListDesktop(ProfileInfoInterface* profile_cache);
H A Davatar_menu.cc51 AvatarMenu::AvatarMenu(ProfileInfoInterface* profile_cache, argument
54 : profile_list_(ProfileList::Create(profile_cache)),
59 profile_info_(profile_cache),
H A Davatar_menu.h78 // The index in the |profile_cache| for this profile.
87 AvatarMenu(ProfileInfoInterface* profile_cache,
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_list_chromeos.cc19 ProfileList* ProfileList::Create(ProfileInfoInterface* profile_cache) { argument
20 return new chromeos::ProfileListChromeOS(profile_cache);
25 ProfileListChromeOS::ProfileListChromeOS(ProfileInfoInterface* profile_cache) argument
26 : profile_info_(profile_cache) {
H A Dprofile_list_chromeos.h19 explicit ProfileListChromeOS(ProfileInfoInterface* profile_cache);
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_util.cc107 ProfileInfoCache& profile_cache = local
109 size_t profiles_count = profile_cache.GetNumberOfProfiles();
116 profile_cache.GetPathOfProfileAtIndex(i))));
/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager.h58 ProfileInfoCache* profile_cache);
H A Dbackground_mode_manager.cc202 ProfileInfoCache* profile_cache)
203 : profile_cache_(profile_cache),
200 BackgroundModeManager( CommandLine* command_line, ProfileInfoCache* profile_cache) argument
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc1021 ProfileInfoCache& profile_cache = profile_manager->GetProfileInfoCache(); local
1022 size_t profiles_count = profile_cache.GetNumberOfProfiles();
1025 if (profile_cache.ProfileIsEphemeralAtIndex(i))
1026 profiles_to_delete.push_back(profile_cache.GetPathOfProfileAtIndex(i));

Completed in 140 milliseconds