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

  /external/chromium_org/chrome/browser/signin/
signin_oauth_helper.cc 22 gaia_auth_fetcher_.reset(new GaiaAuthFetcher(
24 gaia_auth_fetcher_->StartAuthCodeForOAuth2TokenExchange(oauth_code);
31 gaia_auth_fetcher_->StartOAuthLogin(result.access_token,
43 gaia_auth_fetcher_->StartGetUserInfo(result.lsid);
google_auto_login_helper.h 42 scoped_ptr<GaiaAuthFetcher> gaia_auth_fetcher_; member in class:GoogleAutoLoginHelper
signin_oauth_helper.h 40 scoped_ptr<GaiaAuthFetcher> gaia_auth_fetcher_; member in class:SigninOAuthHelper
google_auto_login_helper.cc 37 gaia_auth_fetcher_.reset(CreateNewGaiaAuthFetcher());
38 gaia_auth_fetcher_->StartMergeSession(uber_token);
ubertoken_fetcher.cc 56 gaia_auth_fetcher_.reset(new GaiaAuthFetcher(this,
59 gaia_auth_fetcher_->StartTokenFetchForUberAuthExchange(access_token);
ubertoken_fetcher.h 60 scoped_ptr<GaiaAuthFetcher> gaia_auth_fetcher_; member in class:UbertokenFetcher

Completed in 579 milliseconds