Home
last modified time | relevance | path

Searched refs:cryptohome_code_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dauth_attempt_state.cc34 cryptohome_code_(kCryptohomeMountErrorNone) { in AuthAttemptState()
49 cryptohome_code_(kCryptohomeMountErrorNone) { in AuthAttemptState()
76 cryptohome_code_ = cryptohome_code; in RecordCryptohomeStatus()
83 cryptohome_code_ = kCryptohomeMountErrorNone; in ResetCryptohomeStatus()
123 return cryptohome_code_; in cryptohome_code()
Dtest_attempt_state.cc51 cryptohome_code_ = cryptohome_code; in PresetCryptohomeStatus()
Dtest_attempt_state.h54 virtual int cryptohome_code() { return cryptohome_code_; } in cryptohome_code()
Dauth_attempt_state.h92 int cryptohome_code_; variable