Searched refs:gaia_fetcher_ (Results 1 – 5 of 5) sorted by relevance
108 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()
109 scoped_ptr<GaiaAuthFetcher> gaia_fetcher_; variable
190 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()
97 scoped_ptr<GaiaAuthFetcher> gaia_fetcher_; variable
47 : gaia_fetcher_(this, in TokenRevoker()53 gaia_fetcher_.StartRevokeOAuth2Token(token); in Start()62 GaiaAuthFetcher gaia_fetcher_; member in __anonbab962b40111::TokenRevoker