Home
last modified time | relevance | path

Searched refs:DOWNLOAD_SUCCESS (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
Dattachment_downloader_impl_unittest.cc227 if (result == AttachmentDownloader::DOWNLOAD_SUCCESS) { in DownloadDone()
267 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS); in TEST_F()
285 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS); in TEST_F()
300 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS); in TEST_F()
325 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS); in TEST_F()
Dfake_attachment_downloader.cc31 base::Bind(callback, DOWNLOAD_SUCCESS, base::Passed(&attachment))); in DownloadAttachment()
Dfake_attachment_downloader_unittest.cc57 EXPECT_EQ(AttachmentDownloader::DOWNLOAD_SUCCESS, download_results()[0]); in TEST_F()
Dattachment_downloader_impl.cc141 result = DOWNLOAD_SUCCESS; in OnURLFetchComplete()
199 if (result == DOWNLOAD_SUCCESS) { in ReportResult()
Dattachment_service_impl_unittest.cc111 if (result == DOWNLOAD_SUCCESS) { in RespondToDownload()
328 AttachmentDownloader::DOWNLOAD_SUCCESS); in TEST_F()
Dattachment_service_impl.cc262 case AttachmentDownloader::DOWNLOAD_SUCCESS: in DownloadDone()
/external/chromium_org/sync/internal_api/public/attachments/
Dattachment_downloader.h25 DOWNLOAD_SUCCESS, // No error, attachment was downloaded enumerator