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

  /external/chromium_org/chrome/browser/chromeos/login/
mock_user_image_manager.h 27 MOCK_METHOD1(DownloadProfileImage, void(const std::string&));
user_image_manager.h 60 // is not logged-in or the last |DownloadProfileImage| call has failed, a
73 virtual void DownloadProfileImage(const std::string& reason) = 0;
user_image_manager_impl.h 64 virtual void DownloadProfileImage(const std::string& reason) OVERRIDE;
123 // DownloadProfileImage() and has not been successfully downloaded since.
169 // Download reason given to DownloadProfileImage(), used for UMA histograms.
195 // explicitly requested by a call to DownloadProfileImage() and has not been
user_image_manager_impl.cc 689 void UserImageManagerImpl::DownloadProfileImage(const std::string& reason) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
user_image_screen.cc 332 DownloadProfileImage(kProfileDownloadReason);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.cc 280 user_image_manager->DownloadProfileImage(kProfileDownloadReason);

Completed in 144 milliseconds