Home
last modified time | relevance | path

Searched refs:cryptohome_complete (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/supervised/
Dsupervised_user_authenticator.cc246 if (!current_state_->cryptohome_complete()) in ResolveState()
258 DCHECK(current_state_->cryptohome_complete()); in ResolveState()
320 bool SupervisedUserAuthenticator::AuthAttempt::cryptohome_complete() { in cryptohome_complete() function in chromeos::SupervisedUserAuthenticator::AuthAttempt
Dsupervised_user_authenticator.h52 bool cryptohome_complete();
/external/chromium_org/chromeos/login/auth/
Dtest_attempt_state.h39 virtual bool cryptohome_complete() OVERRIDE;
Dtest_attempt_state.cc57 bool TestAttemptState::cryptohome_complete() { in cryptohome_complete() function in chromeos::TestAttemptState
Dauth_attempt_state.h68 virtual bool cryptohome_complete();
Dauth_attempt_state.cc94 bool AuthAttemptState::cryptohome_complete() { in cryptohome_complete() function in chromeos::AuthAttemptState
Dcryptohome_authenticator.cc794 if (!current_state_->cryptohome_complete() || in ResolveState()
808 DCHECK(current_state_->cryptohome_complete()); // Ensure invariant holds. in ResolveState()