Home
last modified time | relevance | path

Searched defs:cryptohome_outcome (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dauth_attempt_state.cc71 void AuthAttemptState::RecordCryptohomeStatus(bool cryptohome_outcome, in RecordCryptohomeStatus()
116 bool AuthAttemptState::cryptohome_outcome() { in cryptohome_outcome() function in chromeos::AuthAttemptState
Dtest_attempt_state.h53 virtual bool cryptohome_outcome() { return cryptohome_outcome_; } in cryptohome_outcome() function
Dtest_attempt_state.cc47 void TestAttemptState::PresetCryptohomeStatus(bool cryptohome_outcome, in PresetCryptohomeStatus()