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

  /external/chromium_org/sync/api/attachments/
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_impl.cc 16 // GetOrDownloadAttachments starts multiple parallel DownloadAttachment calls.
24 // AttachmentService::GetOrDownloadAttachments.
144 void AttachmentServiceImpl::GetOrDownloadAttachments(
  /external/chromium_org/sync/api/
sync_data.cc 241 void SyncDataRemote::GetOrDownloadAttachments(
244 attachment_service_.GetOrDownloadAttachments(attachment_ids, callback);

Completed in 546 milliseconds