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

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.h 100 void SetNameOfProfileAtIndex(size_t index, const base::string16& name);
gaia_info_update_service_unittest.cc 198 GetCache()->SetNameOfProfileAtIndex(index, FullName16("B"));
profile_list_desktop_unittest.cc 229 manager()->profile_info_cache()->SetNameOfProfileAtIndex(0,
profile_info_cache_unittest.cc 207 GetCache()->SetNameOfProfileAtIndex(1, new_name);
247 GetCache()->SetNameOfProfileAtIndex(0, name_a);
336 GetCache()->SetNameOfProfileAtIndex(index2, custom_name);
profile_shortcut_manager_unittest_win.cc 243 profile_info_cache_->SetNameOfProfileAtIndex(profile_index,
719 profile_info_cache_->SetNameOfProfileAtIndex(
    [all...]
profile_info_cache.cc 460 void ProfileInfoCache::SetNameOfProfileAtIndex(size_t index,
    [all...]
profile_impl.cc     [all...]
profile_manager_unittest.cc     [all...]
  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 101 // SetNameOfProfileAtIndex may reshuffle the list of profiles, so we do it
103 cache.SetNameOfProfileAtIndex(index, user_name);
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos_unittest.cc 246 manager()->profile_info_cache()->SetNameOfProfileAtIndex(0, newname1);

Completed in 774 milliseconds