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

/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 56 milliseconds