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

  /external/chromium/chrome/browser/chromeos/login/
online_attempt.cc 41 if (gaia_authenticator_.get())
42 gaia_authenticator_->CancelRequest();
47 gaia_authenticator_.reset(new GaiaAuthFetcher(this,
130 gaia_authenticator_->StartClientLogin(
141 if (gaia_authenticator_->HasPendingFetch()) {
143 gaia_authenticator_->CancelRequest();
155 gaia_authenticator_.reset(NULL);
online_attempt.h 64 scoped_ptr<GaiaAuthFetcher> gaia_authenticator_; member in class:chromeos::OnlineAttempt
google_authenticator.cc 72 if (gaia_authenticator_->HasPendingFetch()) {
74 gaia_authenticator_->CancelRequest();
87 gaia_authenticator_->StartClientLogin(
134 gaia_authenticator_.reset(
parallel_authenticator.h 240 scoped_ptr<GaiaAuthFetcher> gaia_authenticator_; member in class:chromeos::ParallelAuthenticator
google_authenticator.h 141 // You must set up |gaia_authenticator_| first.
174 scoped_ptr<GaiaAuthFetcher> gaia_authenticator_; member in class:chromeos::GoogleAuthenticator

Completed in 43 milliseconds