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

  /external/chromium/chrome/browser/chromeos/login/
auth_attempt_state.cc 33 cryptohome_outcome_(false),
48 cryptohome_outcome_(false),
75 cryptohome_outcome_ = cryptohome_outcome;
82 cryptohome_outcome_ = false;
118 return cryptohome_outcome_;
test_attempt_state.cc 50 cryptohome_outcome_ = cryptohome_outcome;
test_attempt_state.h 53 virtual bool cryptohome_outcome() { return cryptohome_outcome_; }
auth_attempt_state.h 91 bool cryptohome_outcome_; member in class:chromeos::AuthAttemptState
  /external/chromium_org/chrome/browser/chromeos/login/
auth_attempt_state.cc 34 cryptohome_outcome_(false),
50 cryptohome_outcome_(false),
67 cryptohome_outcome_(false),
94 cryptohome_outcome_ = cryptohome_outcome;
112 cryptohome_outcome_ = false;
143 return cryptohome_outcome_;
test_attempt_state.cc 48 cryptohome_outcome_ = cryptohome_outcome;
73 return cryptohome_outcome_;
auth_attempt_state.h 106 bool cryptohome_outcome_; member in class:chromeos::AuthAttemptState
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.h 66 bool cryptohome_outcome_; member in class:chromeos::ManagedUserAuthenticator::AuthAttempt
managed_user_authenticator.cc 308 cryptohome_outcome_(false),
319 cryptohome_outcome_ = cryptohome_outcome;
337 return cryptohome_outcome_;

Completed in 76 milliseconds