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

  /external/chromium_org/sync/api/attachments/
attachment_service_proxy.h 61 virtual void StoreAttachments(const AttachmentList& attachment,
93 virtual void StoreAttachments(const AttachmentList& attachment,
attachment_service.h 47 // The result of a StoreAttachments operation.
86 virtual void StoreAttachments(const AttachmentList& attachments,
attachment_service_proxy.cc 97 void AttachmentServiceProxy::StoreAttachments(const AttachmentList& attachments,
104 base::Bind(&AttachmentService::StoreAttachments,
155 void AttachmentServiceProxy::Core::StoreAttachments(
161 wrapped_->StoreAttachments(attachments, callback);
attachment_service_impl.h 42 virtual void StoreAttachments(const AttachmentList& attachments,
attachment_service_proxy_unittest.cc 59 virtual void StoreAttachments(const AttachmentList& attachments,
205 proxy->StoreAttachments(AttachmentList(), callback_store);
attachment_service_impl.cc 166 void AttachmentServiceImpl::StoreAttachments(const AttachmentList& attachments,
  /external/chromium_org/components/sync_driver/
generic_change_processor_unittest.cc 36 // A mock that keeps track of attachments passed to StoreAttachments.
41 virtual void StoreAttachments(const syncer::AttachmentList& attachments,
63 void MockAttachmentService::StoreAttachments(
67 AttachmentServiceImpl::StoreAttachments(attachments, callback);
generic_change_processor.cc 407 void StoreAttachments(syncer::AttachmentService* attachment_service,
412 attachment_service->StoreAttachments(attachments, ignore_store_result);
475 StoreAttachments(attachment_service_.get(), new_attachments);

Completed in 199 milliseconds