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

  /external/chromium_org/chromeos/login/auth/
test_attempt_state.cc 34 bool cryptohome_outcome,
37 cryptohome_outcome_ = cryptohome_outcome;
61 bool TestAttemptState::cryptohome_outcome() { function in class:chromeos::TestAttemptState
auth_attempt_state.cc 50 bool cryptohome_outcome,
53 cryptohome_outcome_ = cryptohome_outcome;
98 bool AuthAttemptState::cryptohome_outcome() { function in class:chromeos::AuthAttemptState
test_attempt_state.h 31 void PresetCryptohomeStatus(bool cryptohome_outcome,
40 virtual bool cryptohome_outcome() OVERRIDE;
auth_attempt_state.h 53 // Copy |cryptohome_code| and |cryptohome_outcome| into this object,
56 void RecordCryptohomeStatus(bool cryptohome_outcome,
69 virtual bool cryptohome_outcome();
cryptohome_authenticator.cc 801 if (current_state_->cryptohome_outcome() &&
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_authenticator.h 41 // Copy |cryptohome_code| and |cryptohome_outcome| into this object,
44 void RecordCryptohomeStatus(bool cryptohome_outcome,
53 bool cryptohome_outcome();
supervised_user_authenticator.cc 253 if (current_state_->cryptohome_outcome())
305 bool cryptohome_outcome,
309 cryptohome_outcome_ = cryptohome_outcome;
325 bool SupervisedUserAuthenticator::AuthAttempt::cryptohome_outcome() { function in class:chromeos::SupervisedUserAuthenticator::AuthAttempt

Completed in 1161 milliseconds