Home
last modified time | relevance | path

Searched refs:WizardInProcessBrowserTest (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dwizard_in_process_browser_test.cc16 WizardInProcessBrowserTest::WizardInProcessBrowserTest(const char* screen_name) in WizardInProcessBrowserTest() function in chromeos::WizardInProcessBrowserTest
22 Browser* WizardInProcessBrowserTest::CreateBrowser(Profile* profile) { in CreateBrowser()
35 void WizardInProcessBrowserTest::CleanUpOnMainThread() { in CleanUpOnMainThread()
Dwizard_in_process_browser_test.h25 class WizardInProcessBrowserTest : public CrosInProcessBrowserTest {
27 explicit WizardInProcessBrowserTest(const char* screen_name);
48 DISALLOW_COPY_AND_ASSIGN(WizardInProcessBrowserTest);
Denterprise_enrollment_screen_browsertest.cc18 class EnterpriseEnrollmentScreenTest : public WizardInProcessBrowserTest {
21 : WizardInProcessBrowserTest( in EnterpriseEnrollmentScreenTest()
Dupdate_screen_browsertest.cc26 class UpdateScreenTest : public WizardInProcessBrowserTest {
28 UpdateScreenTest() : WizardInProcessBrowserTest("update"), in UpdateScreenTest()
35 WizardInProcessBrowserTest::SetUpInProcessBrowserTestFixture(); in SetUpInProcessBrowserTestFixture()
75 WizardInProcessBrowserTest::TearDownInProcessBrowserTestFixture(); in TearDownInProcessBrowserTestFixture()
Dwizard_controller.h35 class WizardInProcessBrowserTest; variable
279 friend class chromeos::WizardInProcessBrowserTest;
Dnetwork_screen_browsertest.cc45 class NetworkScreenTest : public WizardInProcessBrowserTest {
47 NetworkScreenTest(): WizardInProcessBrowserTest("network"), in NetworkScreenTest()
Dwizard_controller_browsertest.cc63 class WizardControllerTest : public chromeos::WizardInProcessBrowserTest {
65 WizardControllerTest() : chromeos::WizardInProcessBrowserTest( in WizardControllerTest()