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

  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h 37 class SyncTest : public InProcessBrowserTest {
83 // A SyncTest must be associated with a particular test type.
84 explicit SyncTest(TestType test_type);
86 virtual ~SyncTest();
362 DISALLOW_COPY_AND_ASSIGN(SyncTest);
sync_test.cc 106 SyncTest::SyncTest(TestType test_type)
131 SyncTest::~SyncTest() {}
133 void SyncTest::SetUp() {
183 void SyncTest::TearDown() {
197 void SyncTest::SetUpCommandLine(CommandLine* cl) {
202 void SyncTest::AddTestSwitches(CommandLine* cl) {
216 void SyncTest::AddOptionalTypesToCommandLine(CommandLine* cl) {}
219 Profile* SyncTest::MakeProfile(const base::FilePath::StringType name)
    [all...]

Completed in 51 milliseconds