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

/external/chromium/chrome/browser/net/
H A Dsdch_dictionary_fetcher.cc28 if (!fetch_queue_.empty() && fetch_queue_.back() == dictionary_url) {
39 fetch_queue_.push(dictionary_url);
44 if (fetch_queue_.empty() || current_fetch_.get() || task_is_pending_)
60 while (!fetch_queue_.empty())
61 fetch_queue_.pop();
65 current_fetch_.reset(new URLFetcher(fetch_queue_.front(), URLFetcher::GET,
67 fetch_queue_.pop();
H A Dsdch_dictionary_fetcher.h48 // in the |fetch_queue_|.
61 std::queue<GURL> fetch_queue_; member in class:SdchDictionaryFetcher

Completed in 71 milliseconds