Home
last modified time | relevance | path

Searched refs:UploadAttachments (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
Dattachment_service_proxy.cc94 void AttachmentServiceProxy::UploadAttachments( in UploadAttachments() function in syncer::AttachmentServiceProxy
99 base::Bind(&AttachmentService::UploadAttachments, core_, attachment_ids)); in UploadAttachments()
132 void AttachmentServiceProxy::Core::UploadAttachments( in UploadAttachments() function in syncer::AttachmentServiceProxy::Core
137 wrapped_->UploadAttachments(attachment_ids); in UploadAttachments()
Dattachment_service_impl_unittest.cc376 attachment_service()->UploadAttachments(attachment_ids); in TEST_F()
409 attachment_service()->UploadAttachments(attachment_ids); in TEST_F()
427 attachment_service()->UploadAttachments(attachment_ids); in TEST_F()
454 attachment_service()->UploadAttachments(attachment_ids); in TEST_F()
477 attachment_service()->UploadAttachments(attachment_ids); in TEST_F()
490 attachment_service()->UploadAttachments(attachment_ids); in TEST_F()
519 attachment_service()->UploadAttachments(attachment_ids); in TEST_F()
Dattachment_service_proxy_unittest.cc60 virtual void UploadAttachments( in UploadAttachments() function in syncer::StubAttachmentService
168 proxy->UploadAttachments(AttachmentIdSet()); in TEST_F()
Dattachment_service_impl.cc281 void AttachmentServiceImpl::UploadAttachments( in UploadAttachments() function in syncer::AttachmentServiceImpl
/external/chromium_org/sync/internal_api/public/attachments/
Dattachment_service_proxy.h62 virtual void UploadAttachments(
92 virtual void UploadAttachments(
Dattachment_service.h89 virtual void UploadAttachments(const AttachmentIdSet& attachment_ids) = 0;
Dattachment_service_impl.h68 virtual void UploadAttachments(
/external/chromium_org/components/sync_driver/
Dgeneric_change_processor_unittest.cc43 virtual void UploadAttachments(
66 void MockAttachmentService::UploadAttachments( in UploadAttachments() function in sync_driver::__anone1eadbe20111::MockAttachmentService
69 AttachmentServiceImpl::UploadAttachments(attachment_ids); in UploadAttachments()
Dgeneric_change_processor.cc474 attachment_service_->UploadAttachments(new_attachments); in ProcessSyncChanges()
714 attachment_service_->UploadAttachments(id_set); in UploadAllAttachmentsNotOnServer()