Home
last modified time | relevance | path

Searched refs:fetch_pending_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/google_apis/gaia/
Dgaia_auth_fetcher.cc193 fetch_pending_(false) {} in GaiaAuthFetcher()
198 return fetch_pending_; in HasPendingFetch()
203 fetch_pending_ = false; in CancelRequest()
491 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!"; in StartClientLogin()
511 fetch_pending_ = true; in StartClientLogin()
518 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!"; in StartIssueAuthToken()
529 fetch_pending_ = true; in StartIssueAuthToken()
535 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!"; in StartLsoForOAuthLoginTokenExchange()
548 fetch_pending_ = true; in StartLsoForOAuthLoginTokenExchange()
553 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!"; in StartRevokeOAuth2Token()
[all …]
Dgaia_auth_fetcher.h412 bool fetch_pending_; variable