HomeSort by relevance Sort by last modified time
    Searched refs:reauth_state_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.cc 251 reauth_state_.reset(
258 current_online_ = new OnlineAttempt(reauth_state_.get(), this);
346 (reauth_state_.get() ?
347 reauth_state_->online_outcome() :
352 CryptohomeOp::CreateMigrateAttempt(reauth_state_.get(),
401 AuthState state = (reauth_state_.get() ? ResolveReauthState() : CONTINUE);
436 if (reauth_state_->cryptohome_complete()) {
437 if (!reauth_state_->cryptohome_outcome()) {
441 << reauth_state_->cryptohome_code();
443 reauth_state_.reset(NULL)
    [all...]
parallel_authenticator.h 244 scoped_ptr<AuthAttemptState> reauth_state_; member in class:chromeos::ParallelAuthenticator

Completed in 27 milliseconds