Home
last modified time | relevance | path

Searched refs:FakeAttachmentStore (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sync/api/attachments/
Dfake_attachment_store.cc18 class FakeAttachmentStore::Backend
19 : public base::RefCountedThreadSafe<FakeAttachmentStore::Backend> {
38 FakeAttachmentStore::Backend::Backend( in Backend()
42 FakeAttachmentStore::Backend::~Backend() {} in ~Backend()
44 void FakeAttachmentStore::Backend::Read(const AttachmentIdList& ids, in Read()
73 void FakeAttachmentStore::Backend::Write(const AttachmentList& attachments, in Write()
83 void FakeAttachmentStore::Backend::Drop(const AttachmentIdList& ids, in Drop()
97 FakeAttachmentStore::FakeAttachmentStore( in FakeAttachmentStore() function in syncer::FakeAttachmentStore
102 FakeAttachmentStore::~FakeAttachmentStore() {} in ~FakeAttachmentStore()
104 void FakeAttachmentStore::Read(const AttachmentIdList& ids, in Read()
[all …]
Dfake_attachment_store.h32 class SYNC_EXPORT FakeAttachmentStore : public AttachmentStore {
36 explicit FakeAttachmentStore(
50 virtual ~FakeAttachmentStore();
55 DISALLOW_COPY_AND_ASSIGN(FakeAttachmentStore);
Dfake_attachment_store_unittest.cc24 scoped_refptr<FakeAttachmentStore> store;
37 : store(new FakeAttachmentStore(base::ThreadTaskRunnerHandle::Get())) {} in FakeAttachmentStoreTest()
/external/chromium_org/sync/internal_api/attachments/
Dattachment_service_impl.cc149 new syncer::FakeAttachmentStore(base::ThreadTaskRunnerHandle::Get())); in CreateForTest()
/external/chromium_org/components/sync_driver/
Dgeneric_change_processor_unittest.cc151 new syncer::FakeAttachmentStore(base::MessageLoopProxy::current())); in ConstructGenericChangeProcessor()