HomeSort by relevance Sort by last modified time
    Searched refs:fetch_pending_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.cc 105 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_ = false
    [all...]
gaia_auth_fetcher.h 190 bool fetch_pending_; member in class:GaiaAuthFetcher

Completed in 21 milliseconds