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

  /external/chromium_org/sync/api/attachments/
attachment_downloader.h 19 enum DownloadResult {
25 typedef base::Callback<void(const DownloadResult&, scoped_ptr<Attachment>)>
33 // |callback| will receive a DownloadResult code and an Attachment object. If
34 // DownloadResult is not DOWNLOAD_SUCCESS then attachment pointer is NULL.
attachment_service_impl.h 63 const AttachmentDownloader::DownloadResult& result,
attachment_service_impl.cc 264 const AttachmentDownloader::DownloadResult& result,
attachment_service_impl_unittest.cc 90 void RespondToDownload(const AttachmentId& id, const DownloadResult& result) {
  /external/chromium_org/sync/internal_api/attachments/
attachment_downloader_impl_unittest.cc 32 const std::vector<AttachmentDownloader::DownloadResult>& download_results() {
42 void DownloadDone(const AttachmentDownloader::DownloadResult& result,
49 std::vector<AttachmentDownloader::DownloadResult> download_results_;
fake_attachment_downloader_unittest.cc 32 const std::vector<AttachmentDownloader::DownloadResult>& download_results() {
42 void DownloadDone(const AttachmentDownloader::DownloadResult& result,
49 std::vector<AttachmentDownloader::DownloadResult> download_results_;

Completed in 551 milliseconds