Home | History | Annotate | Download | only in syncable

Lines Matching refs:TestBackingStore

1567 class TestBackingStore : public OnDiskDirectoryBackingStore {
1569 TestBackingStore(const std::string& dir_name,
1572 virtual ~TestBackingStore();
1585 TestBackingStore::TestBackingStore(const std::string& dir_name,
1591 TestBackingStore::~TestBackingStore() { }
1593 bool TestBackingStore::SaveChanges(
1621 TestBackingStore* backing_store);
1623 TestBackingStore* backing_store_;
1631 TestBackingStore* backing_store =
1632 new TestBackingStore(dir_name, backing_filepath);
1638 TestBackingStore* backing_store)