Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/login/managed/
Dmanaged_user_authenticator.cc232 if (!current_state_->cryptohome_complete()) in ResolveState()
244 DCHECK(current_state_->cryptohome_complete()); in ResolveState()
303 bool ManagedUserAuthenticator::AuthAttempt::cryptohome_complete() { in cryptohome_complete() function in chromeos::ManagedUserAuthenticator::AuthAttempt
Dmanaged_user_authenticator.h52 bool cryptohome_complete();
/external/chromium_org/chrome/browser/chromeos/login/
Dtest_attempt_state.h44 virtual bool cryptohome_complete() OVERRIDE;
Dtest_attempt_state.cc61 bool TestAttemptState::cryptohome_complete() { in cryptohome_complete() function in chromeos::TestAttemptState
Dauth_attempt_state.h75 virtual bool cryptohome_complete();
Dauth_attempt_state.cc139 bool AuthAttemptState::cryptohome_complete() { in cryptohome_complete() function in chromeos::AuthAttemptState
Dparallel_authenticator.cc675 if (!current_state_->cryptohome_complete() || in ResolveState()
689 DCHECK(current_state_->cryptohome_complete()); // Ensure invariant holds. in ResolveState()
/external/chromium/chrome/browser/chromeos/login/
Dtest_attempt_state.h52 virtual bool cryptohome_complete() { return cryptohome_complete_; } in cryptohome_complete() function
Dauth_attempt_state.h60 virtual bool cryptohome_complete();
Dparallel_authenticator.cc398 if (!current_state_->cryptohome_complete()) in ResolveState()
410 DCHECK(current_state_->cryptohome_complete()); // Ensure invariant holds. in ResolveState()
436 if (reauth_state_->cryptohome_complete()) { in ResolveReauthState()
Dauth_attempt_state.cc111 bool AuthAttemptState::cryptohome_complete() { in cryptohome_complete() function in chromeos::AuthAttemptState