Home
last modified time | relevance | path

Searched refs:IsInSafeMode (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chromeos/login/
Dlogin_state_unittest.cc64 EXPECT_FALSE(LoginState::Get()->IsInSafeMode()); in TEST_F()
75 EXPECT_FALSE(LoginState::Get()->IsInSafeMode()); in TEST_F()
83 EXPECT_FALSE(LoginState::Get()->IsInSafeMode()); in TEST_F()
93 EXPECT_TRUE(LoginState::Get()->IsInSafeMode()); in TEST_F()
104 EXPECT_FALSE(LoginState::Get()->IsInSafeMode()); in TEST_F()
133 EXPECT_FALSE(LoginState::Get()->IsInSafeMode()); in TEST_F()
146 EXPECT_FALSE(LoginState::Get()->IsInSafeMode()); in TEST_F()
Dlogin_state.h73 bool IsInSafeMode() const;
Dlogin_state.cc89 bool LoginState::IsInSafeMode() const { in IsInSafeMode() function in chromeos::LoginState
/external/chromium_org/chrome/browser/chromeos/login/auth/
Dcryptohome_authenticator_unittest.cc465 EXPECT_TRUE(LoginState::Get()->IsInSafeMode()); in TEST_F()
478 EXPECT_TRUE(LoginState::Get()->IsInSafeMode()); in TEST_F()
524 EXPECT_TRUE(LoginState::Get()->IsInSafeMode()); in TEST_F()
536 EXPECT_TRUE(LoginState::Get()->IsInSafeMode()); in TEST_F()
/external/chromium_org/chrome/browser/chromeos/ownership/
Downer_settings_service_chromeos.cc239 CHECK(chromeos::LoginState::Get()->IsInSafeMode()); in IsOwnerForSafeModeAsync()