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

  /external/chromium_org/sync/api/attachments/
attachment_service_proxy.h 59 virtual void DropAttachments(const AttachmentIdList& attachment_ids,
91 virtual void DropAttachments(const AttachmentIdList& attachment_ids,
attachment_service.h 38 // The result of a DropAttachments operation.
78 // See SyncData::DropAttachments.
79 virtual void DropAttachments(const AttachmentIdList& attachment_ids,
attachment_service_proxy.cc 84 void AttachmentServiceProxy::DropAttachments(
91 base::Bind(&AttachmentService::DropAttachments,
146 void AttachmentServiceProxy::Core::DropAttachments(
152 wrapped_->DropAttachments(attachment_ids, callback);
attachment_service_impl.h 40 virtual void DropAttachments(const AttachmentIdList& attachment_ids,
attachment_service_proxy_unittest.cc 51 virtual void DropAttachments(const AttachmentIdList& attachment_ids,
204 proxy->DropAttachments(AttachmentIdList(), callback_drop);
attachment_service_impl.cc 156 void AttachmentServiceImpl::DropAttachments(
  /external/chromium_org/sync/api/
sync_data.h 206 void DropAttachments(const AttachmentIdList& attachment_ids,
sync_data.cc 247 void SyncDataRemote::DropAttachments(
250 attachment_service_.DropAttachments(attachment_ids, callback);

Completed in 213 milliseconds