HomeSort by relevance Sort by last modified time
    Searched refs:NO_HARDLOCK (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/signin/
easy_unlock_screenlock_state_handler.h 50 NO_HARDLOCK = 0, // Hard lock is not enforced. This is default.
80 // Shows the hardlock UI if the hardlock_state_ is not NO_HARDLOCK.
easy_unlock_screenlock_state_handler.cc 114 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)
easy_unlock_service.cc 274 return EasyUnlockScreenlockStateHandler::NO_HARDLOCK;
308 if (state == EasyUnlockScreenlockStateHandler::NO_HARDLOCK) {
564 if (state != EasyUnlockScreenlockStateHandler::NO_HARDLOCK)
easy_unlock_service_regular.cc 101 EasyUnlockScreenlockStateHandler::NO_HARDLOCK);
easy_unlock_screenlock_state_handler_unittest.cc 211 EasyUnlockScreenlockStateHandler::NO_HARDLOCK,
691 EasyUnlockScreenlockStateHandler::NO_HARDLOCK);
774 hardlock_states.push_back(EasyUnlockScreenlockStateHandler::NO_HARDLOCK);
  /external/chromium_org/chrome/browser/chromeos/login/session/
user_session_manager.cc     [all...]

Completed in 56 milliseconds