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

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

Completed in 1313 milliseconds