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

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

Completed in 343 milliseconds