Searched refs:SetGAIANameOfProfileAtIndex (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/browser/profiles/ |
D | gaia_info_update_service.cc | 120 cache.SetGAIANameOfProfileAtIndex(profile_index, full_name); in OnProfileDownloadSuccess() 161 cache.SetGAIANameOfProfileAtIndex(profile_index, base::string16()); in OnUsernameChanged()
|
D | profile_info_cache_unittest.cc | 143 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()
|
D | profile_info_cache.h | 113 void SetGAIANameOfProfileAtIndex(size_t index, const base::string16& name);
|
D | gaia_info_update_service_unittest.cc | 258 GetCache()->SetGAIANameOfProfileAtIndex(0, gaia_name); in TEST_F()
|
D | profile_manager_unittest.cc | 1163 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()
|
D | profile_info_cache.cc | 581 void ProfileInfoCache::SetGAIANameOfProfileAtIndex(size_t index, in SetGAIANameOfProfileAtIndex() function in ProfileInfoCache
|