Searched refs:NO_HARDLOCK (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_screenlock_state_handler.cc114 if (!is_trial_run_ && hardlock_state_ != NO_HARDLOCK) {
154 // If hardlock_state_ was set to NO_HARDLOCK, this means the screen is about
156 if (hardlock_state_ != NO_HARDLOCK) {
164 if (hardlock_state_ != NO_HARDLOCK)
196 DCHECK(hardlock_state_ != NO_HARDLOCK);
292 if (!is_trial_run_ && hardlock_state_ != NO_HARDLOCK)
H A Deasy_unlock_screenlock_state_handler.h50 NO_HARDLOCK = 0, // Hard lock is not enforced. This is default. enumerator in enum:EasyUnlockScreenlockStateHandler::HardlockState
80 // Shows the hardlock UI if the hardlock_state_ is not NO_HARDLOCK.
H A Deasy_unlock_service.cc274 return EasyUnlockScreenlockStateHandler::NO_HARDLOCK;
308 if (state == EasyUnlockScreenlockStateHandler::NO_HARDLOCK) {
564 if (state != EasyUnlockScreenlockStateHandler::NO_HARDLOCK)
H A Deasy_unlock_service_regular.cc101 EasyUnlockScreenlockStateHandler::NO_HARDLOCK); member in class:EasyUnlockScreenlockStateHandler
H A Deasy_unlock_screenlock_state_handler_unittest.cc211 EasyUnlockScreenlockStateHandler::NO_HARDLOCK,
691 EasyUnlockScreenlockStateHandler::NO_HARDLOCK);
774 hardlock_states.push_back(EasyUnlockScreenlockStateHandler::NO_HARDLOCK);
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc1052 EasyUnlockScreenlockStateHandler::NO_HARDLOCK);

Completed in 89 milliseconds