HomeSort by relevance Sort by last modified time
    Searched full:downloadattachment (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/sync/api/attachments/
attachment_downloader.h 18 // The result of a DownloadAttachment operation.
35 virtual void DownloadAttachment(const AttachmentId& attachment_id,
attachment_service_impl.cc 16 // GetOrDownloadAttachments starts multiple parallel DownloadAttachment calls.
216 attachment_downloader_->DownloadAttachment(
attachment_service_impl_unittest.cc 82 virtual void DownloadAttachment(const AttachmentId& id,
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_downloader_impl.h 21 virtual void DownloadAttachment(const AttachmentId& attachment_id,
fake_attachment_downloader.h 22 virtual void DownloadAttachment(const AttachmentId& attachment_id,
  /external/chromium_org/sync/internal_api/attachments/
fake_attachment_downloader_unittest.cc 52 TEST_F(FakeAttachmentDownloaderTest, DownloadAttachment) {
54 downloader()->DownloadAttachment(attachment_id, download_callback());
attachment_downloader_impl.cc 19 void AttachmentDownloaderImpl::DownloadAttachment(
fake_attachment_downloader.cc 19 void FakeAttachmentDownloader::DownloadAttachment(
attachment_downloader_impl_unittest.cc 54 downloader()->DownloadAttachment(attachment_id, download_callback());
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentTile.java 151 tile.downloadAttachment(maxAdditionalPriority - i, i != 0);
157 public void downloadAttachment(int additionalPriority, boolean delayDownload) {

Completed in 223 milliseconds