Searched defs:cryptohome_outcome (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);
53 virtual bool cryptohome_outcome() { return cryptohome_outcome_; } function in class:chromeos::TestAttemptState
H A Dtest_attempt_state.cc47 void TestAttemptState::PresetCryptohomeStatus(bool cryptohome_outcome, argument
50 cryptohome_outcome_ = cryptohome_outcome;
H A Dauth_attempt_state.cc71 void AuthAttemptState::RecordCryptohomeStatus(bool cryptohome_outcome, argument
75 cryptohome_outcome_ = cryptohome_outcome;
116 bool AuthAttemptState::cryptohome_outcome() { function in class:chromeos::AuthAttemptState

Completed in 45 milliseconds