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

  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 72 // SetNameOfProfileAtIndex may reshuffle the list of profiles, so we do it
74 cache.SetNameOfProfileAtIndex(index, user_name);
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.h 84 void SetNameOfProfileAtIndex(size_t index, const string16& name);
avatar_menu_model_unittest.cc 130 manager()->profile_info_cache()->SetNameOfProfileAtIndex(0, newname1);
profile_info_cache_unittest.cc 192 GetCache()->SetNameOfProfileAtIndex(1, new_name);
232 GetCache()->SetNameOfProfileAtIndex(0, name_a);
profile_shortcut_manager_unittest_win.cc 240 profile_info_cache_->SetNameOfProfileAtIndex(profile_index,
711 profile_info_cache_->SetNameOfProfileAtIndex(
720 profile_info_cache_->SetNameOfProfileAtIndex(
    [all...]
profile_impl.cc     [all...]
profile_info_cache.cc 451 void ProfileInfoCache::SetNameOfProfileAtIndex(size_t index,

Completed in 166 milliseconds