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/
oauth2_login_manager.cc 173 account_id_fetcher_.reset(new gaia::GaiaOAuthClient(
175 account_id_fetcher_->RefreshToken(client_info, refresh_token,
183 account_id_fetcher_->GetUserEmail(access_token, kMaxRetries, this);
189 account_id_fetcher_.reset();
198 account_id_fetcher_.reset();
204 account_id_fetcher_.reset();
oauth2_login_manager.h 216 scoped_ptr<gaia::GaiaOAuthClient> account_id_fetcher_; member in class:chromeos::OAuth2LoginManager

Completed in 129 milliseconds