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

  /external/chromium_org/sync/api/
sync_data_unittest.cc 14 #include "sync/api/attachments/attachment_service.h"
35 : attachment_service(AttachmentServiceImpl::CreateForTest()),
36 attachment_service_weak_ptr_factory(attachment_service.get()),
42 scoped_ptr<AttachmentService> attachment_service; member in class:syncer::__anon14688::SyncDataTest
sync_data.h 78 const syncer::AttachmentServiceProxy& attachment_service);
152 const syncer::AttachmentServiceProxy& attachment_service);
sync_data.cc 87 const syncer::AttachmentServiceProxy& attachment_service)
92 attachment_service_(attachment_service),
143 const AttachmentServiceProxy& attachment_service) {
153 id, &entity, &attachments, modification_time, attachment_service);
  /external/chromium_org/sync/api/attachments/
attachment_service_impl_unittest.cc 136 AttachmentService* attachment_service() { return attachment_service_.get(); } function in class:syncer::AttachmentServiceImplTest
181 attachment_service()->GetOrDownloadAttachments(attachment_ids,
193 attachment_service()->GetOrDownloadAttachments(attachment_ids,
213 attachment_service()->GetOrDownloadAttachments(attachment_ids,
attachment_service_impl.cc 136 scoped_ptr<syncer::AttachmentService> attachment_service(
141 return attachment_service.Pass();
  /external/chromium_org/components/sync_driver/
generic_change_processor_unittest.cc 79 scoped_ptr<syncer::AttachmentService> attachment_service)
80 : attachment_service_(attachment_service.Pass()) {}
generic_change_processor.cc 407 void StoreAttachments(syncer::AttachmentService* attachment_service,
409 DCHECK(attachment_service);
412 attachment_service->StoreAttachments(attachments, ignore_store_result);
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 65 #include "sync/api/attachments/attachment_service.h"
663 scoped_ptr<syncer::AttachmentService> attachment_service(
669 return attachment_service.Pass();

Completed in 85 milliseconds