Searched refs:GetOrDownloadAttachments (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_service_proxy.cc65 void AttachmentServiceProxy::GetOrDownloadAttachments( function in class:syncer::AttachmentServiceProxy
75 base::Bind(&AttachmentService::GetOrDownloadAttachments,
114 void AttachmentServiceProxy::Core::GetOrDownloadAttachments( function in class:syncer::AttachmentServiceProxy::Core
120 wrapped_->GetOrDownloadAttachments(attachment_ids, callback);
H A Dattachment_service_proxy_unittest.cc39 virtual void GetOrDownloadAttachments(const AttachmentIdList& attachment_ids,
166 proxy->GetOrDownloadAttachments(AttachmentIdList(), callback_get_or_download);
185 proxy->GetOrDownloadAttachments(AttachmentIdList(), callback_get_or_download);
196 // Destroy the stub and call GetOrDownloadAttachments again.
202 proxy->GetOrDownloadAttachments(AttachmentIdList(), callback_get_or_download);
H A Dattachment_service_impl_unittest.cc281 attachment_service()->GetOrDownloadAttachments(attachment_ids,
293 attachment_service()->GetOrDownloadAttachments(attachment_ids,
313 attachment_service()->GetOrDownloadAttachments(attachment_ids,
358 attachment_service()->GetOrDownloadAttachments(attachment_ids,
H A Dattachment_service_impl.cc20 // GetOrDownloadAttachments starts multiple parallel DownloadAttachment calls.
28 // AttachmentService::GetOrDownloadAttachments.
168 void AttachmentServiceImpl::GetOrDownloadAttachments( function in class:syncer::AttachmentServiceImpl
/external/chromium_org/sync/internal_api/public/attachments/
H A Dattachment_service_proxy.h57 virtual void GetOrDownloadAttachments(
87 virtual void GetOrDownloadAttachments(
H A Dattachment_service.h29 // The result of a GetOrDownloadAttachments operation.
69 // See SyncData::GetOrDownloadAttachments.
70 virtual void GetOrDownloadAttachments(
H A Dattachment_service_impl.h35 // GetOrDownloadAttachments.
63 virtual void GetOrDownloadAttachments(
/external/chromium_org/sync/api/
H A Dsync_data.h190 void GetOrDownloadAttachments(
H A Dsync_data.cc215 void SyncDataRemote::GetOrDownloadAttachments( function in class:syncer::SyncDataRemote
218 attachment_service_.GetOrDownloadAttachments(attachment_ids, callback);

Completed in 1767 milliseconds