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 46 cryptohome::MountError cryptohome_code) {
49 cryptohome_code_ = cryptohome_code;
76 cryptohome::MountError TestAttemptState::cryptohome_code() { function in class:chromeos::TestAttemptState
auth_attempt_state.cc 91 cryptohome::MountError cryptohome_code) {
95 cryptohome_code_ = cryptohome_code;
146 cryptohome::MountError AuthAttemptState::cryptohome_code() { function in class:chromeos::AuthAttemptState
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc 277 if (current_state_->cryptohome_code() ==
283 if (current_state_->cryptohome_code() ==
316 cryptohome::MountError cryptohome_code) {
320 cryptohome_code_ = cryptohome_code;
341 ManagedUserAuthenticator::AuthAttempt::cryptohome_code() { function in class:chromeos::ManagedUserAuthenticator::AuthAttempt

Completed in 400 milliseconds