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

  /external/chromium_org/sync/internal_api/public/attachments/
attachment_downloader.h 27 DOWNLOAD_TRANSIENT_ERROR, // A transient error occurred, try again later.
  /external/chromium_org/sync/internal_api/attachments/
attachment_downloader_impl.cc 118 *download_state, DOWNLOAD_TRANSIENT_ERROR, null_attachment_data);
136 DownloadResult result = DOWNLOAD_TRANSIENT_ERROR;
152 result = DOWNLOAD_TRANSIENT_ERROR;
157 result = DOWNLOAD_TRANSIENT_ERROR;
attachment_downloader_impl_unittest.cc 322 VerifyDownloadResult(id2, AttachmentDownloader::DOWNLOAD_TRANSIENT_ERROR);
340 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_TRANSIENT_ERROR);
355 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_TRANSIENT_ERROR);
attachment_service_impl.cc 265 case AttachmentDownloader::DOWNLOAD_TRANSIENT_ERROR:

Completed in 145 milliseconds