Searched refs:SetUserNameOfProfileAtIndex (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/chrome/browser/ui/views/profiles/ |
D | new_avatar_menu_button_browsertest.cc | 63 cache.SetUserNameOfProfileAtIndex(0, base::UTF8ToUTF16("user_name")); in CreateTestingProfile()
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_manager_unittest.cc | 1101 cache.SetUserNameOfProfileAtIndex(0, ASCIIToUTF16("user@gmail.com")); in TEST_F() 1108 cache.SetUserNameOfProfileAtIndex(0, ASCIIToUTF16("user@gmail.com")); in TEST_F() 1161 cache.SetUserNameOfProfileAtIndex(index, email1); in TEST_F() 1167 cache.SetUserNameOfProfileAtIndex(index, email2); in TEST_F() 1172 cache.SetUserNameOfProfileAtIndex(index, email3); in TEST_F()
|
D | profile_info_cache.h | 103 void SetUserNameOfProfileAtIndex(size_t index,
|
D | profile_info_cache_unittest.cc | 212 GetCache()->SetUserNameOfProfileAtIndex(1, new_user_name); in TEST_F()
|
D | profile_info_cache.cc | 498 void ProfileInfoCache::SetUserNameOfProfileAtIndex( in SetUserNameOfProfileAtIndex() function in ProfileInfoCache
|
D | profile_impl.cc | 1342 cache.SetUserNameOfProfileAtIndex(index, base::UTF8ToUTF16(user_name)); in UpdateProfileUserNameCache()
|
/external/chromium_org/chrome/browser/ui/cocoa/profiles/ |
D | profile_chooser_controller_unittest.mm | 308 cache->SetUserNameOfProfileAtIndex(0, base::ASCIIToUTF16(kEmail)); 330 cache->SetUserNameOfProfileAtIndex(0, base::ASCIIToUTF16(kEmail)); 353 cache->SetUserNameOfProfileAtIndex(0, base::ASCIIToUTF16(kEmail));
|