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

  /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
test_attempt_state.h 37 cryptohome::MountError cryptohome_code);
46 virtual cryptohome::MountError cryptohome_code() OVERRIDE;
auth_attempt_state.h 60 // Copy |cryptohome_code| and |cryptohome_outcome| into this object,
64 cryptohome::MountError cryptohome_code);
77 virtual cryptohome::MountError cryptohome_code();
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
parallel_authenticator.cc 724 if (current_state_->cryptohome_code() ==
734 if (current_state_->cryptohome_code() ==
741 if (current_state_->cryptohome_code() ==
  /external/chromium/chrome/browser/chromeos/login/
test_attempt_state.cc 48 int cryptohome_code) {
51 cryptohome_code_ = cryptohome_code;
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
auth_attempt_state.h 45 // Copy |cryptohome_code| and |cryptohome_outcome| into this object,
48 void RecordCryptohomeStatus(bool cryptohome_outcome, int cryptohome_code);
62 virtual int cryptohome_code();
auth_attempt_state.cc 72 int cryptohome_code) {
76 cryptohome_code_ = cryptohome_code;
121 int AuthAttemptState::cryptohome_code() { function in class:chromeos::AuthAttemptState
parallel_authenticator.cc 441 << reauth_state_->cryptohome_code();
466 if (current_state_->cryptohome_code() ==
473 if (current_state_->cryptohome_code() ==
cryptohome_op_unittest.cc 123 EXPECT_EQ(code, state_.cryptohome_code());
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.h 41 // Copy |cryptohome_code| and |cryptohome_outcome| into this object,
45 cryptohome::MountError cryptohome_code);
56 cryptohome::MountError cryptohome_code();
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 400 milliseconds