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

  /external/chromium_org/sync/internal_api/attachments/
fake_attachment_downloader.cc 31 base::Bind(callback, DOWNLOAD_SUCCESS, base::Passed(&attachment)));
fake_attachment_downloader_unittest.cc 57 EXPECT_EQ(AttachmentDownloader::DOWNLOAD_SUCCESS, download_results()[0]);
attachment_downloader_impl_unittest.cc 227 if (result == AttachmentDownloader::DOWNLOAD_SUCCESS) {
267 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS);
285 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS);
300 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS);
325 VerifyDownloadResult(id1, AttachmentDownloader::DOWNLOAD_SUCCESS);
attachment_downloader_impl.cc 141 result = DOWNLOAD_SUCCESS;
199 if (result == DOWNLOAD_SUCCESS) {
attachment_service_impl_unittest.cc 111 if (result == DOWNLOAD_SUCCESS) {
328 AttachmentDownloader::DOWNLOAD_SUCCESS);
attachment_service_impl.cc 262 case AttachmentDownloader::DOWNLOAD_SUCCESS:
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_downloader.h 25 DOWNLOAD_SUCCESS, // No error, attachment was downloaded
40 // DownloadResult is not DOWNLOAD_SUCCESS then attachment pointer is NULL.

Completed in 82 milliseconds