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

  /external/chromium_org/chrome/browser/profiles/
profile_downloader.h 76 virtual std::string GetProfilePictureURL() const;
gaia_info_update_service_unittest.cc 44 MOCK_CONST_METHOD0(GetProfilePictureURL, std::string());
115 EXPECT_CALL(*downloader(), GetProfilePictureURL()).WillOnce(Return(url));
gaia_info_update_service.cc 112 std::string picture_url = downloader->GetProfilePictureURL();
profile_downloader.cc 271 std::string ProfileDownloader::GetProfilePictureURL() const {
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_manager_impl.cc 817 profile_image_url_ = GURL(downloader->GetProfilePictureURL());
    [all...]

Completed in 1090 milliseconds