Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profiles/
Dprofile_info_cache_unittest.cc139 GetCache()->AddProfileToCache(profile_path, profile_name, base::string16(), in TEST_F()
180 GetCache()->AddProfileToCache(path_1, ASCIIToUTF16("name_1"), in TEST_F()
186 GetCache()->AddProfileToCache(path_2, name_2, base::string16(), 0, in TEST_F()
199 GetCache()->AddProfileToCache( in TEST_F()
202 GetCache()->AddProfileToCache( in TEST_F()
224 GetCache()->AddProfileToCache( in TEST_F()
228 GetCache()->AddProfileToCache( in TEST_F()
237 GetCache()->AddProfileToCache( in TEST_F()
263 GetCache()->AddProfileToCache( in TEST_F()
266 GetCache()->AddProfileToCache( in TEST_F()
[all …]
Dprofile_manager_unittest.cc141 Profile* AddProfileToCache(ProfileManager* profile_manager, in AddProfileToCache() function in ProfileManagerTest
147 cache.AddProfileToCache(path, profile_name, in AddProfileToCache()
467 cache.AddProfileToCache(cache.GetUserDataDir().AppendASCII("path_1"), in TEST_F()
470 cache.AddProfileToCache(cache.GetUserDataDir().AppendASCII("path_2"), in TEST_F()
473 cache.AddProfileToCache(cache.GetUserDataDir().AppendASCII("path_3"), in TEST_F()
492 cache.AddProfileToCache(cache.GetUserDataDir().AppendASCII("path_1"), in TEST_F()
495 cache.AddProfileToCache(cache.GetUserDataDir().AppendASCII("path_2"), in TEST_F()
1010 Profile* profile1 = AddProfileToCache(profile_manager, in TEST_F()
1017 Profile* profile2 = AddProfileToCache(profile_manager, in TEST_F()
1048 Profile* profile1 = AddProfileToCache(profile_manager, in TEST_F()
[all …]
Dprofile_shortcut_manager_unittest_win.cc100 profile_info_cache_->AddProfileToCache(profile_1_path_, profile_1_name_, in SetupDefaultProfileShortcut()
188 profile_info_cache_->AddProfileToCache(profile_path, profile_name, in CreateProfileWithShortcut()
366 profile_info_cache_->AddProfileToCache(profile_2_path_, profile_2_name_, in TEST_F()
688 profile_info_cache_->AddProfileToCache(profile_1_path_, profile_1_name_, in TEST_F()
706 profile_info_cache_->AddProfileToCache(profile_3_path_, profile_3_name_, in TEST_F()
Dprofile_list_desktop_unittest.cc81 cache->AddProfileToCache( in AddOmittedProfile()
344 cache->AddProfileToCache(path, ASCIIToUTF16("Test 2"), base::string16(), 0, in TEST_F()
Dprofile_manager.cc423 cache.AddProfileToCache(profile_path, name, base::string16(), icon_index, in CreateProfileAsync()
808 AddProfileToCache(profile); in RegisterTestingProfile()
972 AddProfileToCache(profile); in DoFinalInit()
1148 void ProfileManager::AddProfileToCache(Profile* profile) { in AddProfileToCache() function in ProfileManager
1172 cache.AddProfileToCache(profile->GetPath(), in AddProfileToCache()
Dprofile_manager.h268 void AddProfileToCache(Profile* profile);
Dprofile_info_cache.h47 void AddProfileToCache(const base::FilePath& profile_path,
Dprofile_info_cache.cc185 void ProfileInfoCache::AddProfileToCache( in AddProfileToCache() function in ProfileInfoCache
/external/chromium_org/chrome/browser/signin/
Dsignin_names_io_thread_unittest.cc75 cache->AddProfileToCache(profile_dir, name, email, 0, std::string()); in AddNewProfile()
/external/chromium_org/chrome/browser/chromeos/profiles/
Dprofile_list_chromeos_unittest.cc165 manager()->profile_info_cache()->AddProfileToCache( in TEST_F()
/external/chromium_org/chrome/browser/ui/sync/
Done_click_signin_helper_unittest.cc783 cache->AddProfileToCache(user_data_dir.Append(FILE_PATH_LITERAL("user")), in TEST_F()