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

  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_verifier.cc 108 gaia_fetcher_.reset(
112 gaia_fetcher_->StartTokenFetchForUberAuthExchange(access_token_);
138 gaia_fetcher_.reset(
142 gaia_fetcher_->StartMergeSession(gaia_token_);
164 gaia_fetcher_.reset(
168 gaia_fetcher_->StartListAccounts();
oauth2_login_verifier.h 109 scoped_ptr<GaiaAuthFetcher> gaia_fetcher_; member in class:chromeos::OAuth2LoginVerifier
  /external/chromium_org/chrome/browser/signin/
account_reconcilor.cc 190 gaia_fetcher_.reset(new GaiaAuthFetcher(this, GaiaConstants::kChromeSource,
192 gaia_fetcher_->StartListAccounts();
196 gaia_fetcher_.reset();
214 gaia_fetcher_.reset();
account_reconcilor.h 97 scoped_ptr<GaiaAuthFetcher> gaia_fetcher_; member in class:AccountReconcilor
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
enrollment_screen_handler.cc 47 : gaia_fetcher_(this,
53 gaia_fetcher_.StartRevokeOAuth2Token(token);
62 GaiaAuthFetcher gaia_fetcher_; member in class:__anon6423::TokenRevoker

Completed in 109 milliseconds