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

  /external/chromium/chrome/browser/chromeos/login/
auth_attempt_state.cc 71 void AuthAttemptState::RecordCryptohomeStatus(bool cryptohome_outcome,
75 cryptohome_outcome_ = cryptohome_outcome;
116 bool AuthAttemptState::cryptohome_outcome() { function in class:chromeos::AuthAttemptState
test_attempt_state.h 39 void PresetCryptohomeStatus(bool cryptohome_outcome, int cryptohome_code);
53 virtual bool cryptohome_outcome() { return cryptohome_outcome_; } function in class:chromeos::TestAttemptState
  /external/chromium_org/chrome/browser/chromeos/login/
test_attempt_state.cc 38 bool cryptohome_outcome,
41 cryptohome_outcome_ = cryptohome_outcome;
65 bool TestAttemptState::cryptohome_outcome() { function in class:chromeos::TestAttemptState
auth_attempt_state.cc 86 bool cryptohome_outcome,
90 cryptohome_outcome_ = cryptohome_outcome;
144 bool AuthAttemptState::cryptohome_outcome() { function in class:chromeos::AuthAttemptState
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc 239 if (current_state_->cryptohome_outcome())
288 bool cryptohome_outcome,
292 cryptohome_outcome_ = cryptohome_outcome;
308 bool ManagedUserAuthenticator::AuthAttempt::cryptohome_outcome() { function in class:chromeos::ManagedUserAuthenticator::AuthAttempt

Completed in 22 milliseconds