Searched defs:UploadAttachments (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_service_proxy.cc94 void AttachmentServiceProxy::UploadAttachments( function in class:syncer::AttachmentServiceProxy
99 base::Bind(&AttachmentService::UploadAttachments, core_, attachment_ids));
132 void AttachmentServiceProxy::Core::UploadAttachments( function in class:syncer::AttachmentServiceProxy::Core
137 wrapped_->UploadAttachments(attachment_ids);
H A Dattachment_service_impl.cc281 void AttachmentServiceImpl::UploadAttachments( function in class:syncer::AttachmentServiceImpl
/external/chromium_org/components/sync_driver/
H A Dgeneric_change_processor_unittest.cc37 // A mock that keeps track of attachments passed to UploadAttachments.
43 virtual void UploadAttachments(
66 void MockAttachmentService::UploadAttachments( function in class:sync_driver::__anon6859::MockAttachmentService
69 AttachmentServiceImpl::UploadAttachments(attachment_ids);

Completed in 1181 milliseconds