HomeSort by relevance Sort by last modified time
    Searched refs:TestDirectoryBackingStore (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sync/test/
test_directory_backing_store.cc 13 TestDirectoryBackingStore::TestDirectoryBackingStore(
18 TestDirectoryBackingStore::~TestDirectoryBackingStore() {
24 DirOpenResult TestDirectoryBackingStore::Load(
test_directory_backing_store.h 17 class TestDirectoryBackingStore : public DirectoryBackingStore {
25 TestDirectoryBackingStore(const std::string& dir_name,
27 virtual ~TestDirectoryBackingStore();
  /external/chromium_org/sync/syncable/
directory_backing_store_unittest.cc 82 scoped_ptr<TestDirectoryBackingStore> dbs(
83 new TestDirectoryBackingStore(GetUsername(), connection));
    [all...]
directory_unittest.cc 72 // Use a TestDirectoryBackingStore and sql::Connection so we can have test
76 new Directory(new TestDirectoryBackingStore(kDirectoryName, &connection_),
    [all...]

Completed in 327 milliseconds