Searched refs:GetGAIAGivenNameOfProfileAtIndex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_interface.h53 virtual base::string16 GetGAIAGivenNameOfProfileAtIndex(
H A Dgaia_info_update_service_unittest.cc129 EXPECT_EQ(given_name, GetCache()->GetGAIAGivenNameOfProfileAtIndex(index));
169 EXPECT_EQ(given_name, GetCache()->GetGAIAGivenNameOfProfileAtIndex(index));
189 GetCache()->GetGAIAGivenNameOfProfileAtIndex(index));
H A Dprofile_info_cache.h78 virtual base::string16 GetGAIAGivenNameOfProfileAtIndex(
H A Dprofile_info_cache.cc283 base::string16 given_name = GetGAIAGivenNameOfProfileAtIndex(index);
363 base::string16 ProfileInfoCache::GetGAIAGivenNameOfProfileAtIndex( function in class:ProfileInfoCache
606 if (name == GetGAIAGivenNameOfProfileAtIndex(index))

Completed in 5145 milliseconds