Searched defs:GetOrDownloadAttachments (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sync/api/attachments/
H A Dattachment_service_proxy.cc70 void AttachmentServiceProxy::GetOrDownloadAttachments( function in class:syncer::AttachmentServiceProxy
78 base::Bind(&AttachmentService::GetOrDownloadAttachments,
137 void AttachmentServiceProxy::Core::GetOrDownloadAttachments( function in class:syncer::AttachmentServiceProxy::Core
143 wrapped_->GetOrDownloadAttachments(attachment_ids, callback);
H A Dattachment_service_impl.cc16 // GetOrDownloadAttachments starts multiple parallel DownloadAttachment calls.
24 // AttachmentService::GetOrDownloadAttachments.
144 void AttachmentServiceImpl::GetOrDownloadAttachments( function in class:syncer::AttachmentServiceImpl
/external/chromium_org/sync/api/
H A Dsync_data.cc241 void SyncDataRemote::GetOrDownloadAttachments( function in class:syncer::SyncDataRemote
244 attachment_service_.GetOrDownloadAttachments(attachment_ids, callback);

Completed in 1081 milliseconds