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

  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.cc 13 task_is_pending_(false) {
44 if (fetch_queue_.empty() || current_fetch_.get() || task_is_pending_)
49 task_is_pending_ = true;
53 DCHECK(task_is_pending_);
54 task_is_pending_ = false;
sdch_dictionary_fetcher.h 70 bool task_is_pending_; member in class:SdchDictionaryFetcher
  /external/chromium_org/chrome/browser/net/
sdch_dictionary_fetcher.cc 19 task_is_pending_(false),
55 if (fetch_queue_.empty() || current_fetch_.get() || task_is_pending_)
61 task_is_pending_ = true;
65 DCHECK(task_is_pending_);
66 task_is_pending_ = false;
sdch_dictionary_fetcher.h 72 bool task_is_pending_; member in class:SdchDictionaryFetcher

Completed in 559 milliseconds