HomeSort by relevance Sort by last modified time
    Searched refs:profile_cache (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_list.h 17 static ProfileList* Create(ProfileInfoInterface* profile_cache);
profile_list_desktop.cc 15 ProfileListDesktop::ProfileListDesktop(ProfileInfoInterface* profile_cache)
16 : profile_info_(profile_cache) {
24 ProfileList* ProfileList::Create(ProfileInfoInterface* profile_cache) {
25 return new ProfileListDesktop(profile_cache);
profile_list_desktop.h 18 explicit ProfileListDesktop(ProfileInfoInterface* profile_cache);
avatar_menu.cc 49 AvatarMenu::AvatarMenu(ProfileInfoInterface* profile_cache,
52 : profile_list_(ProfileList::Create(profile_cache)),
54 profile_info_(profile_cache),
avatar_menu.h 68 // The index in the |profile_cache| for this profile.
77 AvatarMenu(ProfileInfoInterface* profile_cache,
  /external/chromium_org/chrome/browser/extensions/
background_app_browsertest.cc 14 ProfileInfoCache* profile_cache)
15 : BackgroundModeManager(command_line, profile_cache),
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos.cc 18 ProfileList* ProfileList::Create(ProfileInfoInterface* profile_cache) {
19 return new chromeos::ProfileListChromeOS(profile_cache);
24 ProfileListChromeOS::ProfileListChromeOS(ProfileInfoInterface* profile_cache)
25 : profile_info_(profile_cache) {
profile_list_chromeos.h 19 explicit ProfileListChromeOS(ProfileInfoInterface* profile_cache);
  /external/chromium_org/chrome/browser/background/
background_mode_manager.h 58 ProfileInfoCache* profile_cache);
background_mode_manager.cc 176 ProfileInfoCache* profile_cache)
177 : profile_cache_(profile_cache),
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 1057 ProfileInfoCache& profile_cache = profile_manager->GetProfileInfoCache(); local
    [all...]

Completed in 1194 milliseconds