Home
last modified time | relevance | path

Searched refs:GetProfileGivenName (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dgaia_info_update_service_unittest.cc40 MOCK_CONST_METHOD0(GetProfileGivenName, base::string16());
109 EXPECT_CALL(*downloader(), GetProfileGivenName()). in ProfileDownloadSuccess()
Dprofile_downloader.h60 virtual base::string16 GetProfileGivenName() const;
Dgaia_info_update_service.cc108 base::string16 given_name = downloader->GetProfileGivenName(); in OnProfileDownloadSuccess()
Dprofile_downloader.cc254 base::string16 ProfileDownloader::GetProfileGivenName() const { in GetProfileGivenName() function in ProfileDownloader
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
Duser_image_manager_impl.cc769 downloader->GetProfileGivenName(), in OnProfileDownloadSuccess()