Home
last modified time | relevance | path

Searched refs:reauth_state_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dparallel_authenticator.cc251 reauth_state_.reset( in RetryAuth()
258 current_online_ = new OnlineAttempt(reauth_state_.get(), this); in RetryAuth()
346 (reauth_state_.get() ? in Resolve()
347 reauth_state_->online_outcome() : in Resolve()
352 CryptohomeOp::CreateMigrateAttempt(reauth_state_.get(), in Resolve()
401 AuthState state = (reauth_state_.get() ? ResolveReauthState() : CONTINUE); in ResolveState()
436 if (reauth_state_->cryptohome_complete()) { in ResolveReauthState()
437 if (!reauth_state_->cryptohome_outcome()) { in ResolveReauthState()
441 << reauth_state_->cryptohome_code(); in ResolveReauthState()
443 reauth_state_.reset(NULL); in ResolveReauthState()
[all …]
Dparallel_authenticator.h244 scoped_ptr<AuthAttemptState> reauth_state_; variable