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

  /external/chromium_org/sync/api/attachments/
attachment_service_proxy.h 56 virtual void GetOrDownloadAttachments(
88 virtual void GetOrDownloadAttachments(
attachment_service.h 28 // The result of a GetOrDownloadAttachments operation.
73 // See SyncData::GetOrDownloadAttachments.
74 virtual void GetOrDownloadAttachments(
attachment_service_proxy.cc 70 void AttachmentServiceProxy::GetOrDownloadAttachments(
78 base::Bind(&AttachmentService::GetOrDownloadAttachments,
137 void AttachmentServiceProxy::Core::GetOrDownloadAttachments(
143 wrapped_->GetOrDownloadAttachments(attachment_ids, callback);
attachment_service_proxy_unittest.cc 38 virtual void GetOrDownloadAttachments(const AttachmentIdList& attachment_ids,
203 proxy->GetOrDownloadAttachments(AttachmentIdList(), callback_get_or_download);
223 proxy->GetOrDownloadAttachments(AttachmentIdList(), callback_get_or_download);
234 // Destroy the stub and call GetOrDownloadAttachments again.
240 proxy->GetOrDownloadAttachments(AttachmentIdList(), callback_get_or_download);
attachment_service_impl.h 37 virtual void GetOrDownloadAttachments(const AttachmentIdList& attachment_ids,
attachment_service_impl_unittest.cc 181 attachment_service()->GetOrDownloadAttachments(attachment_ids,
193 attachment_service()->GetOrDownloadAttachments(attachment_ids,
213 attachment_service()->GetOrDownloadAttachments(attachment_ids,
attachment_service_impl.cc 16 // GetOrDownloadAttachments starts multiple parallel DownloadAttachment calls.
24 // AttachmentService::GetOrDownloadAttachments.
144 void AttachmentServiceImpl::GetOrDownloadAttachments(
  /external/chromium_org/sync/api/
sync_data.h 196 void GetOrDownloadAttachments(
sync_data.cc 241 void SyncDataRemote::GetOrDownloadAttachments(
244 attachment_service_.GetOrDownloadAttachments(attachment_ids, callback);

Completed in 297 milliseconds