Home
last modified time | relevance | path

Searched refs:SetGAIANameOfProfileAtIndex (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dgaia_info_update_service.cc120 cache.SetGAIANameOfProfileAtIndex(profile_index, full_name); in OnProfileDownloadSuccess()
161 cache.SetGAIANameOfProfileAtIndex(profile_index, base::string16()); in OnUsernameChanged()
Dprofile_info_cache_unittest.cc143 GetCache()->SetGAIANameOfProfileAtIndex(i, gaia_name); in TEST_F()
325 GetCache()->SetGAIANameOfProfileAtIndex(index2, gaia_name); in TEST_F()
474 GetCache()->SetGAIANameOfProfileAtIndex(0, base::string16()); in TEST_F()
Dprofile_info_cache.h113 void SetGAIANameOfProfileAtIndex(size_t index, const base::string16& name);
Dgaia_info_update_service_unittest.cc258 GetCache()->SetGAIANameOfProfileAtIndex(0, gaia_name); in TEST_F()
Dprofile_manager_unittest.cc1163 cache.SetGAIANameOfProfileAtIndex(index, base::string16()); in TEST_F()
1169 cache.SetGAIANameOfProfileAtIndex(index, base::string16()); in TEST_F()
1174 cache.SetGAIANameOfProfileAtIndex(index, base::string16()); in TEST_F()
Dprofile_info_cache.cc581 void ProfileInfoCache::SetGAIANameOfProfileAtIndex(size_t index, in SetGAIANameOfProfileAtIndex() function in ProfileInfoCache