Searched refs:SetNameOfProfileAtIndex (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/browser/profiles/ |
D | profile_info_cache_unittest.cc | 207 GetCache()->SetNameOfProfileAtIndex(1, new_name); in TEST_F() 247 GetCache()->SetNameOfProfileAtIndex(0, name_a); in TEST_F() 336 GetCache()->SetNameOfProfileAtIndex(index2, custom_name); in TEST_F()
|
D | profile_shortcut_manager_unittest_win.cc | 243 profile_info_cache_->SetNameOfProfileAtIndex(profile_index, in RenameProfile() 719 profile_info_cache_->SetNameOfProfileAtIndex( in TEST_F() 728 profile_info_cache_->SetNameOfProfileAtIndex( in TEST_F()
|
D | profile_info_cache.h | 100 void SetNameOfProfileAtIndex(size_t index, const base::string16& name);
|
D | gaia_info_update_service_unittest.cc | 198 GetCache()->SetNameOfProfileAtIndex(index, FullName16("B")); in TEST_F()
|
D | profile_list_desktop_unittest.cc | 229 manager()->profile_info_cache()->SetNameOfProfileAtIndex(0, in TEST_F()
|
D | profile_info_cache.cc | 460 void ProfileInfoCache::SetNameOfProfileAtIndex(size_t index, in SetNameOfProfileAtIndex() function in ProfileInfoCache 1103 SetNameOfProfileAtIndex(profile_index, ChooseNameForNewProfile( in MigrateLegacyProfileNamesAndDownloadAvatars()
|
D | profile_impl.cc | 1366 cache.SetNameOfProfileAtIndex(index, base::UTF8ToUTF16(profile_name)); in UpdateProfileNameCache()
|
D | profile_manager_unittest.cc | 1055 cache.SetNameOfProfileAtIndex(0, custom_profile_name); in TEST_F()
|
/external/chromium_org/chrome/test/base/ |
D | testing_profile_manager.cc | 103 cache.SetNameOfProfileAtIndex(index, user_name); in CreateTestingProfile()
|
/external/chromium_org/chrome/browser/chromeos/profiles/ |
D | profile_list_chromeos_unittest.cc | 246 manager()->profile_info_cache()->SetNameOfProfileAtIndex(0, newname1); in TEST_F()
|