Home
last modified time | relevance | path

Searched refs:gaia_fetcher_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
Doauth2_login_verifier.cc108 gaia_fetcher_.reset( in StartOAuthLoginForUberToken()
112 gaia_fetcher_->StartTokenFetchForUberAuthExchange(access_token_); in StartOAuthLoginForUberToken()
138 gaia_fetcher_.reset( in StartMergeSession()
142 gaia_fetcher_->StartMergeSession(gaia_token_); in StartMergeSession()
164 gaia_fetcher_.reset( in StartPostRestoreVerification()
168 gaia_fetcher_->StartListAccounts(); in StartPostRestoreVerification()
Doauth2_login_verifier.h109 scoped_ptr<GaiaAuthFetcher> gaia_fetcher_; variable
/external/chromium_org/chrome/browser/signin/
Daccount_reconcilor.cc190 gaia_fetcher_.reset(new GaiaAuthFetcher(this, GaiaConstants::kChromeSource, in GetAccountsFromCookie()
192 gaia_fetcher_->StartListAccounts(); in GetAccountsFromCookie()
196 gaia_fetcher_.reset(); in OnListAccountsSuccess()
214 gaia_fetcher_.reset(); in OnListAccountsFailure()
Daccount_reconcilor.h97 scoped_ptr<GaiaAuthFetcher> gaia_fetcher_; variable
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Denrollment_screen_handler.cc47 : gaia_fetcher_(this, in TokenRevoker()
53 gaia_fetcher_.StartRevokeOAuth2Token(token); in Start()
62 GaiaAuthFetcher gaia_fetcher_; member in __anonbab962b40111::TokenRevoker