Searched defs:cryptohome_code (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chromeos/login/auth/
H A Dtest_attempt_state.cc35 cryptohome::MountError cryptohome_code) {
38 cryptohome_code_ = cryptohome_code;
65 cryptohome::MountError TestAttemptState::cryptohome_code() { function in class:chromeos::TestAttemptState
33 PresetCryptohomeStatus( bool cryptohome_outcome, cryptohome::MountError cryptohome_code) argument
H A Dauth_attempt_state.cc51 cryptohome::MountError cryptohome_code) {
54 cryptohome_code_ = cryptohome_code;
102 cryptohome::MountError AuthAttemptState::cryptohome_code() { function in class:chromeos::AuthAttemptState
49 RecordCryptohomeStatus( bool cryptohome_outcome, cryptohome::MountError cryptohome_code) argument
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authenticator.cc267 << current_state_->cryptohome_code();
268 if (current_state_->cryptohome_code() ==
274 if (current_state_->cryptohome_code() ==
306 cryptohome::MountError cryptohome_code) {
310 cryptohome_code_ = cryptohome_code;
331 SupervisedUserAuthenticator::AuthAttempt::cryptohome_code() { function in class:chromeos::SupervisedUserAuthenticator::AuthAttempt
304 RecordCryptohomeStatus( bool cryptohome_outcome, cryptohome::MountError cryptohome_code) argument

Completed in 110 milliseconds