Searched refs:SetNameOfProfileAtIndex (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.h100 void SetNameOfProfileAtIndex(size_t index, const base::string16& name);
H A Dgaia_info_update_service_unittest.cc198 GetCache()->SetNameOfProfileAtIndex(index, FullName16("B"));
H A Dprofile_list_desktop_unittest.cc229 manager()->profile_info_cache()->SetNameOfProfileAtIndex(0,
H A Dprofile_info_cache_unittest.cc207 GetCache()->SetNameOfProfileAtIndex(1, new_name);
247 GetCache()->SetNameOfProfileAtIndex(0, name_a);
336 GetCache()->SetNameOfProfileAtIndex(index2, custom_name);
H A Dprofile_shortcut_manager_unittest_win.cc243 profile_info_cache_->SetNameOfProfileAtIndex(profile_index,
719 profile_info_cache_->SetNameOfProfileAtIndex(
728 profile_info_cache_->SetNameOfProfileAtIndex(
H A Dprofile_info_cache.cc460 void ProfileInfoCache::SetNameOfProfileAtIndex(size_t index, function in class:ProfileInfoCache
1103 SetNameOfProfileAtIndex(profile_index, ChooseNameForNewProfile(
H A Dprofile_impl.cc1366 cache.SetNameOfProfileAtIndex(index, base::UTF8ToUTF16(profile_name));
H A Dprofile_manager_unittest.cc1055 cache.SetNameOfProfileAtIndex(0, custom_profile_name);
/external/chromium_org/chrome/test/base/
H A Dtesting_profile_manager.cc101 // SetNameOfProfileAtIndex may reshuffle the list of profiles, so we do it
103 cache.SetNameOfProfileAtIndex(index, user_name);
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_list_chromeos_unittest.cc246 manager()->profile_info_cache()->SetNameOfProfileAtIndex(0, newname1);

Completed in 675 milliseconds