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

  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller_auto_login_unittest.cc 124 int auto_login_delay() const { function in class:chromeos::ExistingUserControllerAutoLoginTest
245 EXPECT_EQ(auto_login_delay(), 0);
252 EXPECT_EQ(auto_login_delay(), kAutoLoginDelay1);
262 EXPECT_EQ(auto_login_delay(), kAutoLoginDelay1);
272 EXPECT_EQ(auto_login_delay(), kAutoLoginDelay2);
283 EXPECT_EQ(auto_login_delay(), kAutoLoginDelay2);
existing_user_controller_browsertest.cc 204 int auto_login_delay() const { function in class:chromeos::ExistingUserControllerTest
482 proto.device_local_accounts().auto_login_delay() != delay) {
519 EXPECT_EQ(0, auto_login_delay());
525 EXPECT_EQ(kAutoLoginLongDelay, auto_login_delay());
532 EXPECT_EQ(0, auto_login_delay());

Completed in 181 milliseconds