Searched refs:attachment_service (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_service_impl_unittest.cc206 AttachmentService* attachment_service() { return attachment_service_.get(); } function in class:syncer::AttachmentServiceImplTest
276 EXPECT_EQ(store(), attachment_service()->GetStore());
281 attachment_service()->GetOrDownloadAttachments(attachment_ids,
293 attachment_service()->GetOrDownloadAttachments(attachment_ids,
313 attachment_service()->GetOrDownloadAttachments(attachment_ids,
358 attachment_service()->GetOrDownloadAttachments(attachment_ids,
376 attachment_service()->UploadAttachments(attachment_ids);
409 attachment_service()->UploadAttachments(attachment_ids);
427 attachment_service()->UploadAttachments(attachment_ids);
454 attachment_service()
[all...]
H A Dattachment_service_impl.cc154 scoped_ptr<syncer::AttachmentService> attachment_service(
161 return attachment_service.Pass();
/external/chromium_org/sync/api/
H A Dsync_data_unittest.cc14 #include "sync/internal_api/public/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::__anon10739::SyncDataTest
H A Dsync_data.h78 const syncer::AttachmentServiceProxy& attachment_service);
149 const syncer::AttachmentServiceProxy& attachment_service);
H A Dsync_data.cc70 const syncer::AttachmentServiceProxy& attachment_service)
74 attachment_service_(attachment_service),
123 const AttachmentServiceProxy& attachment_service) {
131 return SyncData(id, &entity, modification_time, attachment_service);
67 SyncData(int64 id, sync_pb::SyncEntity* entity, const base::Time& remote_modification_time, const syncer::AttachmentServiceProxy& attachment_service) argument
118 CreateRemoteData( int64 id, const sync_pb::EntitySpecifics& specifics, const base::Time& modification_time, const AttachmentIdList& attachment_ids, const AttachmentServiceProxy& attachment_service) argument
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_impl.cc71 #include "sync/internal_api/public/attachments/attachment_service.h"
653 scoped_ptr<syncer::AttachmentService> attachment_service(
660 return attachment_service.Pass();
/external/chromium_org/components/sync_driver/
H A Dgeneric_change_processor_unittest.cc82 scoped_ptr<syncer::AttachmentService> attachment_service)
83 : attachment_service_(attachment_service.Pass()) {}
81 MockSyncApiComponentFactory( scoped_ptr<syncer::AttachmentService> attachment_service) argument

Completed in 596 milliseconds