Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/login/
Dauth_attempt_state.cc32 cryptohome_complete_(false), in AuthAttemptState()
47 cryptohome_complete_(false), in AuthAttemptState()
74 cryptohome_complete_ = true; in RecordCryptohomeStatus()
81 cryptohome_complete_ = false; in ResetCryptohomeStatus()
113 return cryptohome_complete_; in cryptohome_complete()
Dtest_attempt_state.cc49 cryptohome_complete_ = true; in PresetCryptohomeStatus()
Dtest_attempt_state.h52 virtual bool cryptohome_complete() { return cryptohome_complete_; } in cryptohome_complete()
Dauth_attempt_state.h90 bool cryptohome_complete_; variable