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

  /external/chromium_org/sync/api/attachments/
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.cc 156 void AttachmentServiceImpl::DropAttachments(
  /external/chromium_org/sync/api/
sync_data.cc 247 void SyncDataRemote::DropAttachments(
250 attachment_service_.DropAttachments(attachment_ids, callback);

Completed in 1116 milliseconds