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

  /external/chromium/chrome/browser/chromeos/login/
auth_attempt_state.cc 72 int cryptohome_code) {
76 cryptohome_code_ = cryptohome_code;
121 int AuthAttemptState::cryptohome_code() { function in class:chromeos::AuthAttemptState
test_attempt_state.h 39 void PresetCryptohomeStatus(bool cryptohome_outcome, int cryptohome_code);
54 virtual int cryptohome_code() { return cryptohome_code_; } function in class:chromeos::TestAttemptState
  /external/chromium_org/chrome/browser/chromeos/login/
test_attempt_state.cc 39 cryptohome::MountError cryptohome_code) {
42 cryptohome_code_ = cryptohome_code;
69 cryptohome::MountError TestAttemptState::cryptohome_code() { function in class:chromeos::TestAttemptState
auth_attempt_state.cc 87 cryptohome::MountError cryptohome_code) {
91 cryptohome_code_ = cryptohome_code;
149 cryptohome::MountError AuthAttemptState::cryptohome_code() { function in class:chromeos::AuthAttemptState
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc 252 if (current_state_->cryptohome_code() ==
258 if (current_state_->cryptohome_code() ==
289 cryptohome::MountError cryptohome_code) {
293 cryptohome_code_ = cryptohome_code;
314 ManagedUserAuthenticator::AuthAttempt::cryptohome_code() { function in class:chromeos::ManagedUserAuthenticator::AuthAttempt

Completed in 54 milliseconds