Home
last modified time | relevance | path

Searched refs:TestDirectoryBackingStore (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sync/test/
Dtest_directory_backing_store.cc13 TestDirectoryBackingStore::TestDirectoryBackingStore( in TestDirectoryBackingStore() function in syncer::syncable::TestDirectoryBackingStore
18 TestDirectoryBackingStore::~TestDirectoryBackingStore() { in ~TestDirectoryBackingStore()
24 DirOpenResult TestDirectoryBackingStore::Load( in Load()
Dtest_directory_backing_store.h17 class TestDirectoryBackingStore : public DirectoryBackingStore {
25 TestDirectoryBackingStore(const std::string& dir_name,
27 virtual ~TestDirectoryBackingStore();
/external/chromium_org/sync/syncable/
Ddirectory_backing_store_unittest.cc83 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 …]
Ddirectory_unittest.cc76 new Directory(new TestDirectoryBackingStore(kDirectoryName, &connection_), in ReopenDirectory()