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

  /external/chromium_org/chrome/browser/chromeos/login/
test_attempt_state.cc 38 bool cryptohome_outcome,
41 cryptohome_outcome_ = cryptohome_outcome;
65 bool TestAttemptState::cryptohome_outcome() { function in class:chromeos::TestAttemptState
test_attempt_state.h 36 void PresetCryptohomeStatus(bool cryptohome_outcome,
45 virtual bool cryptohome_outcome() OVERRIDE;
auth_attempt_state.h 60 // Copy |cryptohome_code| and |cryptohome_outcome| into this object,
63 void RecordCryptohomeStatus(bool cryptohome_outcome,
76 virtual bool cryptohome_outcome();
auth_attempt_state.cc 86 bool cryptohome_outcome,
90 cryptohome_outcome_ = cryptohome_outcome;
144 bool AuthAttemptState::cryptohome_outcome() { function in class:chromeos::AuthAttemptState
parallel_authenticator.cc 682 if (current_state_->cryptohome_outcome() &&
  /external/chromium/chrome/browser/chromeos/login/
test_attempt_state.cc 47 void TestAttemptState::PresetCryptohomeStatus(bool cryptohome_outcome,
50 cryptohome_outcome_ = cryptohome_outcome;
test_attempt_state.h 39 void PresetCryptohomeStatus(bool cryptohome_outcome, int cryptohome_code);
53 virtual bool cryptohome_outcome() { return cryptohome_outcome_; } 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);
61 virtual bool cryptohome_outcome();
auth_attempt_state.cc 71 void AuthAttemptState::RecordCryptohomeStatus(bool cryptohome_outcome,
75 cryptohome_outcome_ = cryptohome_outcome;
116 bool AuthAttemptState::cryptohome_outcome() { function in class:chromeos::AuthAttemptState
cryptohome_op_unittest.cc 122 EXPECT_EQ(outcome, state_.cryptohome_outcome());
parallel_authenticator.cc 405 if (current_state_->cryptohome_outcome())
437 if (!reauth_state_->cryptohome_outcome()) {
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.h 41 // Copy |cryptohome_code| and |cryptohome_outcome| into this object,
44 void RecordCryptohomeStatus(bool cryptohome_outcome,
53 bool cryptohome_outcome();
managed_user_authenticator.cc 239 if (current_state_->cryptohome_outcome())
288 bool cryptohome_outcome,
292 cryptohome_outcome_ = cryptohome_outcome;
308 bool ManagedUserAuthenticator::AuthAttempt::cryptohome_outcome() { function in class:chromeos::ManagedUserAuthenticator::AuthAttempt

Completed in 1580 milliseconds