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

/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher.cc193 fetch_pending_(false) {}
198 return fetch_pending_;
203 fetch_pending_ = false;
491 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!";
511 fetch_pending_ = true;
518 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!";
529 fetch_pending_ = true;
535 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!";
548 fetch_pending_ = true;
553 DCHECK(!fetch_pending_) << "Trie
[all...]
H A Dgaia_auth_fetcher.h412 bool fetch_pending_; member in class:GaiaAuthFetcher

Completed in 130 milliseconds