/external/chromium_org/chrome/browser/profiles/ |
D | profile_info_cache_unittest.cc | 139 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 …]
|
D | profile_manager_unittest.cc | 141 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 …]
|
D | profile_shortcut_manager_unittest_win.cc | 100 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()
|
D | profile_list_desktop_unittest.cc | 81 cache->AddProfileToCache( in AddOmittedProfile() 344 cache->AddProfileToCache(path, ASCIIToUTF16("Test 2"), base::string16(), 0, in TEST_F()
|
D | profile_manager.cc | 423 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()
|
D | profile_manager.h | 268 void AddProfileToCache(Profile* profile);
|
D | profile_info_cache.h | 47 void AddProfileToCache(const base::FilePath& profile_path,
|
D | profile_info_cache.cc | 185 void ProfileInfoCache::AddProfileToCache( in AddProfileToCache() function in ProfileInfoCache
|
/external/chromium_org/chrome/browser/signin/ |
D | signin_names_io_thread_unittest.cc | 75 cache->AddProfileToCache(profile_dir, name, email, 0, std::string()); in AddNewProfile()
|
/external/chromium_org/chrome/browser/chromeos/profiles/ |
D | profile_list_chromeos_unittest.cc | 165 manager()->profile_info_cache()->AddProfileToCache( in TEST_F()
|
/external/chromium_org/chrome/browser/ui/sync/ |
D | one_click_signin_helper_unittest.cc | 783 cache->AddProfileToCache(user_data_dir.Append(FILE_PATH_LITERAL("user")), in TEST_F()
|