Home
last modified time | relevance | path

Searched refs:profile_cache (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_list_desktop.cc15 ProfileListDesktop::ProfileListDesktop(ProfileInfoInterface* profile_cache) in ProfileListDesktop() argument
16 : profile_info_(profile_cache) { in ProfileListDesktop()
24 ProfileList* ProfileList::Create(ProfileInfoInterface* profile_cache) { in Create() argument
25 return new ProfileListDesktop(profile_cache); in Create()
Davatar_menu.cc49 AvatarMenu::AvatarMenu(ProfileInfoInterface* profile_cache, in AvatarMenu() argument
52 : profile_list_(ProfileList::Create(profile_cache)), in AvatarMenu()
54 profile_info_(profile_cache), in AvatarMenu()
Dprofile_list.h17 static ProfileList* Create(ProfileInfoInterface* profile_cache);
Dprofile_list_desktop.h18 explicit ProfileListDesktop(ProfileInfoInterface* profile_cache);
Davatar_menu.h77 AvatarMenu(ProfileInfoInterface* profile_cache,
/external/chromium_org/chrome/browser/chromeos/profiles/
Dprofile_list_chromeos.cc18 ProfileList* ProfileList::Create(ProfileInfoInterface* profile_cache) { in Create() argument
19 return new chromeos::ProfileListChromeOS(profile_cache); in Create()
24 ProfileListChromeOS::ProfileListChromeOS(ProfileInfoInterface* profile_cache) in ProfileListChromeOS() argument
25 : profile_info_(profile_cache) { in ProfileListChromeOS()
Dprofile_list_chromeos.h19 explicit ProfileListChromeOS(ProfileInfoInterface* profile_cache);
/external/chromium_org/chrome/browser/extensions/
Dbackground_app_browsertest.cc14 ProfileInfoCache* profile_cache) in TestBackgroundModeManager() argument
15 : BackgroundModeManager(command_line, profile_cache), in TestBackgroundModeManager()
/external/chromium_org/chrome/browser/background/
Dbackground_mode_manager.h58 ProfileInfoCache* profile_cache);
Dbackground_mode_manager.cc176 ProfileInfoCache* profile_cache) in BackgroundModeManager() argument
177 : profile_cache_(profile_cache), in BackgroundModeManager()
/external/chromium_org/chrome/browser/
Dchrome_browser_main.cc1057 ProfileInfoCache& profile_cache = profile_manager->GetProfileInfoCache(); in PreProfileInit() local
1058 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()