Searched refs:TestDirectoryBackingStore (Results 1 – 4 of 4) sorted by relevance
13 TestDirectoryBackingStore::TestDirectoryBackingStore( in TestDirectoryBackingStore() function in syncer::syncable::TestDirectoryBackingStore18 TestDirectoryBackingStore::~TestDirectoryBackingStore() { in ~TestDirectoryBackingStore()24 DirOpenResult TestDirectoryBackingStore::Load( in Load()
17 class TestDirectoryBackingStore : public DirectoryBackingStore {25 TestDirectoryBackingStore(const std::string& dir_name,27 virtual ~TestDirectoryBackingStore();
83 scoped_ptr<TestDirectoryBackingStore> dbs( in SetUpCurrentDatabaseAndCheckVersion()84 new TestDirectoryBackingStore(GetUsername(), connection)); in SetUpCurrentDatabaseAndCheckVersion()2896 scoped_ptr<TestDirectoryBackingStore> dbs( in TEST_F()2897 new TestDirectoryBackingStore(GetUsername(), &connection)); in TEST_F()2911 scoped_ptr<TestDirectoryBackingStore> dbs( in TEST_F()2912 new TestDirectoryBackingStore(GetUsername(), &connection)); in TEST_F()2952 scoped_ptr<TestDirectoryBackingStore> dbs( in TEST_F()2953 new TestDirectoryBackingStore(GetUsername(), &connection)); in TEST_F()2979 scoped_ptr<TestDirectoryBackingStore> dbs( in TEST_F()2980 new TestDirectoryBackingStore(GetUsername(), &connection)); in TEST_F()[all …]
76 new Directory(new TestDirectoryBackingStore(kDirectoryName, &connection_), in ReopenDirectory()