Searched refs:fetch_pending_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/net/gaia/
H A Dgaia_oauth_fetcher.cc37 fetch_pending_(false),
43 return fetch_pending_;
48 fetch_pending_ = false;
260 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!";
270 fetch_pending_ = true;
275 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!";
288 fetch_pending_ = true;
294 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!";
303 fetch_pending_ = true;
312 DCHECK(!fetch_pending_) << "Trie
[all...]
H A Dgaia_oauth_fetcher.h226 bool fetch_pending_; member in class:GaiaOAuthFetcher
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher.cc188 fetch_pending_(false) {}
193 return fetch_pending_;
198 fetch_pending_ = false;
472 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!";
492 fetch_pending_ = true;
499 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!";
510 fetch_pending_ = true;
516 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!";
529 fetch_pending_ = true;
534 DCHECK(!fetch_pending_) << "Trie
[all...]
H A Dgaia_auth_fetcher.h376 bool fetch_pending_; member in class:GaiaAuthFetcher
/external/chromium/chrome/common/net/gaia/
H A Dgaia_auth_fetcher.cc105 fetch_pending_(false) {}
110 return fetch_pending_;
115 fetch_pending_ = false;
260 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!";
278 fetch_pending_ = true;
286 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!";
295 fetch_pending_ = true;
301 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!";
309 fetch_pending_ = true;
426 fetch_pending_
[all...]
H A Dgaia_auth_fetcher.h190 bool fetch_pending_; member in class:GaiaAuthFetcher

Completed in 87 milliseconds