HomeSort by relevance Sort by last modified time
    Searched refs:GetProfilePicture (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_downloader.h 68 virtual SkBitmap GetProfilePicture() const;
gaia_info_update_service_unittest.cc 36 MOCK_CONST_METHOD0(GetProfilePicture, SkBitmap());
79 EXPECT_CALL(downloader, GetProfilePicture()).WillOnce(Return(*bmp));
138 EXPECT_CALL(downloader, GetProfilePicture()).WillOnce(Return(*new_bmp));
gaia_info_update_service.cc 110 SkBitmap bitmap = downloader->GetProfilePicture();
profile_downloader.cc 256 SkBitmap ProfileDownloader::GetProfilePicture() const {
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_impl.cc 828 downloader->GetProfilePicture());
    [all...]

Completed in 133 milliseconds