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

  /external/chromium_org/chrome/browser/chromeos/login/
login_manager_test.h 13 class LoginManagerTest : public CrosInProcessBrowserTest {
15 explicit LoginManagerTest(bool should_launch_browser);
43 DISALLOW_COPY_AND_ASSIGN(LoginManagerTest);
login_manager_test.cc 20 LoginManagerTest::LoginManagerTest(bool should_launch_browser)
25 void LoginManagerTest::SetUpCommandLine(CommandLine* command_line) {
31 void LoginManagerTest::SetUpInProcessBrowserTestFixture() {
39 void LoginManagerTest::RegisterUser(const std::string& username) {
44 void LoginManagerTest::SetExpectedCredentials(const std::string& username,
49 bool LoginManagerTest::TryToLogin(const std::string& username,
63 void LoginManagerTest::LoginUser(const std::string& username) {

Completed in 32 milliseconds