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

  /external/chromium/chrome/browser/chromeos/login/
language_switch_menu.h 77 FRIEND_TEST(::WizardControllerTest, SwitchLanguage);
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);
wizard_controller.h 277 FRIEND_TEST_ALL_PREFIXES(WizardControllerTest, SwitchLanguage);
  /external/chromium_org/chrome/browser/chromeos/login/
language_switch_menu.h 70 FRIEND_TEST(::WizardControllerTest, SwitchLanguage);
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 66 milliseconds