Searched refs:FakeAttachmentStore (Results 1 – 5 of 5) sorted by relevance
18 class FakeAttachmentStore::Backend19 : 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::FakeAttachmentStore102 FakeAttachmentStore::~FakeAttachmentStore() {} in ~FakeAttachmentStore()104 void FakeAttachmentStore::Read(const AttachmentIdList& ids, in Read()[all …]
32 class SYNC_EXPORT FakeAttachmentStore : public AttachmentStore {36 explicit FakeAttachmentStore(50 virtual ~FakeAttachmentStore();55 DISALLOW_COPY_AND_ASSIGN(FakeAttachmentStore);
24 scoped_refptr<FakeAttachmentStore> store;37 : store(new FakeAttachmentStore(base::ThreadTaskRunnerHandle::Get())) {} in FakeAttachmentStoreTest()
149 new syncer::FakeAttachmentStore(base::ThreadTaskRunnerHandle::Get())); in CreateForTest()
151 new syncer::FakeAttachmentStore(base::MessageLoopProxy::current())); in ConstructGenericChangeProcessor()