Searched refs:DropAttachments (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_service_proxy.cc81 void AttachmentServiceProxy::DropAttachments( function in class:syncer::AttachmentServiceProxy
88 base::Bind(&AttachmentService::DropAttachments,
123 void AttachmentServiceProxy::Core::DropAttachments( function in class:syncer::AttachmentServiceProxy::Core
129 wrapped_->DropAttachments(attachment_ids, callback);
H A Dattachment_service_proxy_unittest.cc52 virtual void DropAttachments(const AttachmentIdList& attachment_ids,
167 proxy->DropAttachments(AttachmentIdList(), callback_drop);
H A Dattachment_service_impl.cc180 void AttachmentServiceImpl::DropAttachments( function in class:syncer::AttachmentServiceImpl
/external/chromium_org/sync/internal_api/public/attachments/
H A Dattachment_service_proxy.h60 virtual void DropAttachments(const AttachmentIdList& attachment_ids,
90 virtual void DropAttachments(const AttachmentIdList& attachment_ids,
H A Dattachment_service.h39 // The result of a DropAttachments operation.
74 // See SyncData::DropAttachments.
75 virtual void DropAttachments(const AttachmentIdList& attachment_ids,
H A Dattachment_service_impl.h66 virtual void DropAttachments(const AttachmentIdList& attachment_ids,
/external/chromium_org/sync/api/
H A Dsync_data.h200 void DropAttachments(const AttachmentIdList& attachment_ids,
H A Dsync_data.cc221 void SyncDataRemote::DropAttachments( function in class:syncer::SyncDataRemote
224 attachment_service_.DropAttachments(attachment_ids, callback);

Completed in 577 milliseconds