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 45 bool cryptohome_outcome,
48 cryptohome_outcome_ = cryptohome_outcome;
72 bool TestAttemptState::cryptohome_outcome() { function in class:chromeos::TestAttemptState
auth_attempt_state.cc 90 bool cryptohome_outcome,
94 cryptohome_outcome_ = cryptohome_outcome;
141 bool AuthAttemptState::cryptohome_outcome() { function in class:chromeos::AuthAttemptState
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc 264 if (current_state_->cryptohome_outcome())
315 bool cryptohome_outcome,
319 cryptohome_outcome_ = cryptohome_outcome;
335 bool ManagedUserAuthenticator::AuthAttempt::cryptohome_outcome() { function in class:chromeos::ManagedUserAuthenticator::AuthAttempt

Completed in 37 milliseconds