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

/external/chromium/chrome/browser/chromeos/login/
H A Dtest_attempt_state.h39 void PresetCryptohomeStatus(bool cryptohome_outcome, int cryptohome_code);
54 virtual int cryptohome_code() { return cryptohome_code_; } function in class:chromeos::TestAttemptState
H A Dtest_attempt_state.cc48 int cryptohome_code) {
51 cryptohome_code_ = cryptohome_code;
47 PresetCryptohomeStatus(bool cryptohome_outcome, int cryptohome_code) argument
H A Dauth_attempt_state.cc72 int cryptohome_code) {
76 cryptohome_code_ = cryptohome_code;
121 int AuthAttemptState::cryptohome_code() { function in class:chromeos::AuthAttemptState
71 RecordCryptohomeStatus(bool cryptohome_outcome, int cryptohome_code) argument

Completed in 1270 milliseconds