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

  /external/chromium_org/net/base/
sdch_dictionary_fetcher.cc 49 if (!fetch_queue_.empty() && fetch_queue_.back() == dictionary_url) {
60 fetch_queue_.push(dictionary_url);
75 while (!fetch_queue_.empty())
76 fetch_queue_.pop();
156 if (fetch_queue_.empty() || current_request_.get()) {
162 fetch_queue_.front(), IDLE, this, NULL);
166 fetch_queue_.pop();
sdch_dictionary_fetcher.h 76 std::queue<GURL> fetch_queue_; member in class:net::SdchDictionaryFetcher

Completed in 72 milliseconds