HomeSort by relevance Sort by last modified time
    Searched defs:SyncableDirectoryTest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/syncable/
directory_unittest.h 33 class SyncableDirectoryTest : public testing::Test {
37 SyncableDirectoryTest();
38 virtual ~SyncableDirectoryTest();
directory_unittest.cc 52 const char SyncableDirectoryTest::kDirectoryName[] = "Foo";
54 SyncableDirectoryTest::SyncableDirectoryTest() {
57 SyncableDirectoryTest::~SyncableDirectoryTest() {
60 void SyncableDirectoryTest::SetUp() {
65 void SyncableDirectoryTest::TearDown() {
71 DirOpenResult SyncableDirectoryTest::ReopenDirectory() {
93 void SyncableDirectoryTest::CreateEntry(const ModelType& model_type,
99 void SyncableDirectoryTest::CreateEntry(const ModelType& model_type
    [all...]

Completed in 66 milliseconds