Searched refs:VerifyDownloadResult (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader_impl_unittest.cc165 void VerifyDownloadResult(const AttachmentId& attachment_id,
242 void AttachmentDownloaderImplTest::VerifyDownloadResult( function in class:syncer::AttachmentDownloaderImplTest
267 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS);
285 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS);
300 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS);
322 VerifyDownloadResult(id2, AttachmentDownloader::DOWNLOAD_TRANSIENT_ERROR);
325 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS);
340 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_TRANSIENT_ERROR);
355 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_TRANSIENT_ERROR);

Completed in 228 milliseconds