Searched refs:GetGAIANameOfProfileAtIndex (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_interface.h51 virtual base::string16 GetGAIANameOfProfileAtIndex(size_t index) const = 0;
H A Dgaia_info_update_service_unittest.cc128 EXPECT_EQ(full_name, GetCache()->GetGAIANameOfProfileAtIndex(index));
168 EXPECT_EQ(name, GetCache()->GetGAIANameOfProfileAtIndex(index));
187 EXPECT_EQ(base::string16(), GetCache()->GetGAIANameOfProfileAtIndex(index));
271 EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(0).empty());
H A Dprofile_info_cache_unittest.cc172 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(i));
320 EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(index1).empty());
321 EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(index2).empty());
330 EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(index1).empty());
331 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(index2));
343 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(index2));
H A Dprofile_info_cache.h76 virtual base::string16 GetGAIANameOfProfileAtIndex(
H A Dprofile_info_cache.cc284 name = given_name.empty() ? GetGAIANameOfProfileAtIndex(index) : given_name;
356 base::string16 ProfileInfoCache::GetGAIANameOfProfileAtIndex( function in class:ProfileInfoCache
583 if (name == GetGAIANameOfProfileAtIndex(index))
/external/chromium_org/chrome/browser/android/profiles/
H A Dprofile_downloader_android.cc120 name = info.GetGAIANameOfProfileAtIndex(index);
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_login_handler.cc212 base::string16 name = cache.GetGAIANameOfProfileAtIndex(profile_index);

Completed in 105 milliseconds