Home
last modified time | relevance | path

Searched refs:GetProfilePicture (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dgaia_info_update_service_unittest.cc41 MOCK_CONST_METHOD0(GetProfilePicture, SkBitmap());
112 EXPECT_CALL(*downloader(), GetProfilePicture()).WillOnce(Return(*bmp)); in ProfileDownloadSuccess()
Dprofile_downloader.h68 virtual SkBitmap GetProfilePicture() const;
Dgaia_info_update_service.cc109 SkBitmap bitmap = downloader->GetProfilePicture(); in OnProfileDownloadSuccess()
Dprofile_downloader.cc262 SkBitmap ProfileDownloader::GetProfilePicture() const { in GetProfilePicture() function in ProfileDownloader
/external/chromium_org/chrome/browser/android/profiles/
Dprofile_downloader_android.cc65 downloader->GetProfilePicture()); in OnProfileDownloadSuccess()
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
Duser_image_manager_impl.cc816 downloader->GetProfilePicture()); in OnProfileDownloadSuccess()