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

  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_login_manager.cc 180 account_id_fetcher_.reset(new gaia::GaiaOAuthClient(
182 account_id_fetcher_->RefreshToken(client_info, refresh_token,
190 account_id_fetcher_->GetUserEmail(access_token, kMaxRetries, this);
196 account_id_fetcher_.reset();
205 account_id_fetcher_.reset();
211 account_id_fetcher_.reset();
oauth2_login_manager.h 233 scoped_ptr<gaia::GaiaOAuthClient> account_id_fetcher_; member in class:chromeos::OAuth2LoginManager

Completed in 790 milliseconds