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

  /external/chromium_org/sync/internal_api/attachments/
attachment_service_proxy.cc 81 void AttachmentServiceProxy::DropAttachments(
88 base::Bind(&AttachmentService::DropAttachments,
123 void AttachmentServiceProxy::Core::DropAttachments(
129 wrapped_->DropAttachments(attachment_ids, callback);
attachment_service_proxy_unittest.cc 52 virtual void DropAttachments(const AttachmentIdList& attachment_ids,
167 proxy->DropAttachments(AttachmentIdList(), callback_drop);
attachment_service_impl.cc 180 void AttachmentServiceImpl::DropAttachments(
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_service.h 39 // The result of a DropAttachments operation.
74 // See SyncData::DropAttachments.
75 virtual void DropAttachments(const AttachmentIdList& attachment_ids,
attachment_service_proxy.h 60 virtual void DropAttachments(const AttachmentIdList& attachment_ids,
90 virtual void DropAttachments(const AttachmentIdList& attachment_ids,
attachment_service_impl.h 66 virtual void DropAttachments(const AttachmentIdList& attachment_ids,
  /external/chromium_org/sync/api/
sync_data.h 200 void DropAttachments(const AttachmentIdList& attachment_ids,
sync_data.cc 221 void SyncDataRemote::DropAttachments(
224 attachment_service_.DropAttachments(attachment_ids, callback);

Completed in 79 milliseconds