FakeAttachmentStore  452 chrome/browser/sync/profile_sync_components_factory_impl.cc       new syncer::FakeAttachmentStore(
FakeAttachmentStore   26 sync/api/attachments/fake_attachment_service.cc       new syncer::FakeAttachmentStore(scoped_refptr<base::SequencedTaskRunner>(
FakeAttachmentStore   19 sync/api/attachments/fake_attachment_store.cc     : public base::RefCountedThreadSafe<FakeAttachmentStore::Backend> {
FakeAttachmentStore   39 sync/api/attachments/fake_attachment_store.cc FakeAttachmentStore::Backend::Backend(
FakeAttachmentStore   43 sync/api/attachments/fake_attachment_store.cc FakeAttachmentStore::Backend::~Backend() {}
FakeAttachmentStore   45 sync/api/attachments/fake_attachment_store.cc void FakeAttachmentStore::Backend::Read(const AttachmentId& id,
FakeAttachmentStore   58 sync/api/attachments/fake_attachment_store.cc void FakeAttachmentStore::Backend::Write(
FakeAttachmentStore   68 sync/api/attachments/fake_attachment_store.cc void FakeAttachmentStore::Backend::Drop(const AttachmentId& id,
FakeAttachmentStore   79 sync/api/attachments/fake_attachment_store.cc FakeAttachmentStore::FakeAttachmentStore(
FakeAttachmentStore   84 sync/api/attachments/fake_attachment_store.cc FakeAttachmentStore::~FakeAttachmentStore() {}
FakeAttachmentStore   86 sync/api/attachments/fake_attachment_store.cc void FakeAttachmentStore::Read(const AttachmentId& id,
FakeAttachmentStore   90 sync/api/attachments/fake_attachment_store.cc       base::Bind(&FakeAttachmentStore::Backend::Read, backend_, id, callback));
FakeAttachmentStore   93 sync/api/attachments/fake_attachment_store.cc void FakeAttachmentStore::Write(
FakeAttachmentStore   99 sync/api/attachments/fake_attachment_store.cc           &FakeAttachmentStore::Backend::Write, backend_, bytes, callback));
FakeAttachmentStore  102 sync/api/attachments/fake_attachment_store.cc void FakeAttachmentStore::Drop(const AttachmentId& id,
FakeAttachmentStore  106 sync/api/attachments/fake_attachment_store.cc       base::Bind(&FakeAttachmentStore::Backend::Drop, backend_, id, callback));
FakeAttachmentStore   32 sync/api/attachments/fake_attachment_store.h class SYNC_EXPORT FakeAttachmentStore : public AttachmentStore {
FakeAttachmentStore   36 sync/api/attachments/fake_attachment_store.h   explicit FakeAttachmentStore(
FakeAttachmentStore   39 sync/api/attachments/fake_attachment_store.h   virtual ~FakeAttachmentStore();
FakeAttachmentStore   55 sync/api/attachments/fake_attachment_store.h   DISALLOW_COPY_AND_ASSIGN(FakeAttachmentStore);
FakeAttachmentStore   82 sync/api/attachments/fake_attachment_store_unittest.cc   FakeAttachmentStore store(base::MessageLoopProxy::current());
FakeAttachmentStore   99 sync/api/attachments/fake_attachment_store_unittest.cc   FakeAttachmentStore store(base::MessageLoopProxy::current());
FakeAttachmentStore  110 sync/api/attachments/fake_attachment_store_unittest.cc   FakeAttachmentStore store(base::MessageLoopProxy::current());