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

  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller_auto_login_unittest.cc 123 int auto_login_delay() const { function in class:chromeos::ExistingUserControllerAutoLoginTest
244 EXPECT_EQ(auto_login_delay(), 0);
251 EXPECT_EQ(auto_login_delay(), kAutoLoginDelay1);
261 EXPECT_EQ(auto_login_delay(), kAutoLoginDelay1);
271 EXPECT_EQ(auto_login_delay(), kAutoLoginDelay2);
282 EXPECT_EQ(auto_login_delay(), kAutoLoginDelay2);
existing_user_controller_browsertest.cc 202 int auto_login_delay() const { function in class:chromeos::ExistingUserControllerTest
474 proto.device_local_accounts().auto_login_delay() != delay) {
511 EXPECT_EQ(0, auto_login_delay());
517 EXPECT_EQ(kAutoLoginLongDelay, auto_login_delay());
524 EXPECT_EQ(0, auto_login_delay());
  /external/chromium_org/chrome/browser/chromeos/policy/
device_policy_decoder_chromeos.cc 228 DecodeIntegerValue(container.auto_login_delay()).release(),
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 556 policy.device_local_accounts().auto_login_delay());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/proto/
chrome_device_policy.proto 312 optional int64 auto_login_delay = 3;

Completed in 7599 milliseconds