GetGAIANameOfProfileAtIndex 119 chrome/browser/android/profiles/profile_downloader_android.cc name = info.GetGAIANameOfProfileAtIndex(index); GetGAIANameOfProfileAtIndex 118 chrome/browser/profiles/gaia_info_update_service_unittest.cc EXPECT_EQ(name, GetCache()->GetGAIANameOfProfileAtIndex(index)); GetGAIANameOfProfileAtIndex 138 chrome/browser/profiles/gaia_info_update_service_unittest.cc EXPECT_EQ(base::string16(), GetCache()->GetGAIANameOfProfileAtIndex(index)); GetGAIANameOfProfileAtIndex 180 chrome/browser/profiles/gaia_info_update_service_unittest.cc EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(0).empty()); GetGAIANameOfProfileAtIndex 359 chrome/browser/profiles/profile_info_cache.cc name = given_name.empty() ? GetGAIANameOfProfileAtIndex(index) : given_name; GetGAIANameOfProfileAtIndex 702 chrome/browser/profiles/profile_info_cache.cc if (name == GetGAIANameOfProfileAtIndex(index)) GetGAIANameOfProfileAtIndex 76 chrome/browser/profiles/profile_info_cache.h virtual base::string16 GetGAIANameOfProfileAtIndex( GetGAIANameOfProfileAtIndex 167 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(i)); GetGAIANameOfProfileAtIndex 315 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(index1).empty()); GetGAIANameOfProfileAtIndex 316 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(index2).empty()); GetGAIANameOfProfileAtIndex 325 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(index1).empty()); GetGAIANameOfProfileAtIndex 326 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(index2)); GetGAIANameOfProfileAtIndex 336 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(index2)); GetGAIANameOfProfileAtIndex 51 chrome/browser/profiles/profile_info_interface.h virtual base::string16 GetGAIANameOfProfileAtIndex(size_t index) const = 0; GetGAIANameOfProfileAtIndex 215 chrome/browser/ui/webui/ntp/ntp_login_handler.cc base::string16 name = cache.GetGAIANameOfProfileAtIndex(profile_index);