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

  /external/chromium/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 63 class WizardControllerTest : public chromeos::WizardInProcessBrowserTest {
65 WizardControllerTest() : chromeos::WizardInProcessBrowserTest(
67 virtual ~WizardControllerTest() {}
70 DISALLOW_COPY_AND_ASSIGN(WizardControllerTest);
73 IN_PROC_BROWSER_TEST_F(WizardControllerTest, SwitchLanguage) {
106 class WizardControllerFlowTest : public WizardControllerTest {
111 Browser* ret = WizardControllerTest::CreateBrowser(profile);
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 72 class WizardControllerTest : public WizardInProcessBrowserTest {
74 WizardControllerTest() : WizardInProcessBrowserTest(
76 virtual ~WizardControllerTest() {}
79 DISALLOW_COPY_AND_ASSIGN(WizardControllerTest);
82 IN_PROC_BROWSER_TEST_F(WizardControllerTest, SwitchLanguage) {
113 class WizardControllerFlowTest : public WizardControllerTest {
118 WizardControllerTest::SetUpOnMainThread();

Completed in 1122 milliseconds