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

  /external/chromium_org/chrome/browser/profiles/
profile_downloader_delegate.h 18 class ProfileDownloaderDelegate {
28 virtual ~ProfileDownloaderDelegate() {}
52 ProfileDownloaderDelegate::FailureReason reason) = 0;
gaia_info_update_service.h 22 class GAIAInfoUpdateService : public ProfileDownloaderDelegate,
34 // ProfileDownloaderDelegate:
42 ProfileDownloaderDelegate::FailureReason reason) OVERRIDE;
profile_downloader.h 20 class ProfileDownloaderDelegate;
41 explicit ProfileDownloader(ProfileDownloaderDelegate* delegate);
123 ProfileDownloaderDelegate* delegate_;
profile_downloader.cc 210 ProfileDownloader::ProfileDownloader(ProfileDownloaderDelegate* delegate)
231 this, ProfileDownloaderDelegate::TOKEN_ERROR);
317 ProfileDownloaderDelegate::NETWORK_ERROR :
318 ProfileDownloaderDelegate::SERVICE_ERROR);
331 this, ProfileDownloaderDelegate::SERVICE_ERROR);
390 this, ProfileDownloaderDelegate::IMAGE_DECODE_FAILED);
425 this, ProfileDownloaderDelegate::TOKEN_ERROR);
gaia_info_update_service_unittest.cc 28 explicit ProfileDownloaderMock(ProfileDownloaderDelegate* delegate)
112 ProfileDownloaderDelegate::SERVICE_ERROR);
gaia_info_update_service.cc 155 ProfileDownloaderDelegate::FailureReason reason) {
  /external/chromium_org/chrome/browser/managed_mode/
custodian_profile_downloader_service.h 14 public ProfileDownloaderDelegate {
33 // ProfileDownloaderDelegate:
41 ProfileDownloaderDelegate::FailureReason reason) OVERRIDE;
custodian_profile_downloader_service.cc 73 ProfileDownloaderDelegate::FailureReason reason) {
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_impl.h 44 public ProfileDownloaderDelegate,
97 // ProfileDownloaderDelegate:
105 ProfileDownloaderDelegate::FailureReason reason) OVERRIDE;
user_image_manager_impl.cc 848 ProfileDownloaderDelegate::FailureReason reason) {
863 if (reason == ProfileDownloaderDelegate::NETWORK_ERROR) {
    [all...]

Completed in 144 milliseconds