Searched refs:gaia_fetcher_ (Results 1 – 7 of 7) sorted by relevance
101 gaia_fetcher_.reset(); in Shutdown()195 gaia_fetcher_.reset(); in GoogleSignedOut()246 if (!gaia_fetcher_) { in GetAccountsFromCookie()248 gaia_fetcher_.reset(new GaiaAuthFetcher( in GetAccountsFromCookie()250 gaia_fetcher_->StartListAccounts(); in GetAccountsFromCookie()259 gaia_fetcher_.reset(); in OnListAccountsSuccess()289 gaia_fetcher_.reset(); in OnListAccountsFailure()304 gaia_fetcher_.reset(new GaiaAuthFetcher( in MayBeDoNextListAccounts()306 gaia_fetcher_->StartListAccounts(); in MayBeDoNextListAccounts()
300 if (!gaia_fetcher_ && signin_observers_.might_have_observers()) { in GetCookieAccountsAsync()302 gaia_fetcher_.reset(new GaiaAuthFetcher( in GetCookieAccountsAsync()304 gaia_fetcher_->StartListAccounts(); in GetCookieAccountsAsync()309 gaia_fetcher_.reset(); in OnListAccountsSuccess()323 gaia_fetcher_.reset(); in OnListAccountsFailure()
200 scoped_ptr<GaiaAuthFetcher> gaia_fetcher_; variable
172 scoped_ptr<GaiaAuthFetcher> gaia_fetcher_; variable
118 gaia_fetcher_.reset( in StartOAuthLoginForUberToken()122 gaia_fetcher_->StartTokenFetchForUberAuthExchange(access_token_); in StartOAuthLoginForUberToken()148 gaia_fetcher_.reset( in StartMergeSession()152 gaia_fetcher_->StartMergeSession(gaia_token_, std::string()); in StartMergeSession()174 gaia_fetcher_.reset( in StartAuthCookiesVerification()178 gaia_fetcher_->StartListAccounts(); in StartAuthCookiesVerification()
115 scoped_ptr<GaiaAuthFetcher> gaia_fetcher_; variable
61 : gaia_fetcher_(this, in TokenRevoker()67 gaia_fetcher_.StartRevokeOAuth2Token(token); in Start()76 GaiaAuthFetcher gaia_fetcher_; member in chromeos::__anon252645e10111::TokenRevoker