Searched defs:DropAttachments (Results 1 - 3 of 3) 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_impl.cc180 void AttachmentServiceImpl::DropAttachments( function in class:syncer::AttachmentServiceImpl
/external/chromium_org/sync/api/
H A Dsync_data.cc221 void SyncDataRemote::DropAttachments( function in class:syncer::SyncDataRemote
224 attachment_service_.DropAttachments(attachment_ids, callback);

Completed in 97 milliseconds