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

  /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());

Completed in 155 milliseconds