OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fetch_queue_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.cc
28
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();
sdch_dictionary_fetcher.h
48
// in the |
fetch_queue_
|.
61
std::queue<GURL>
fetch_queue_
;
member in class:SdchDictionaryFetcher
/external/chromium_org/chrome/browser/net/
sdch_dictionary_fetcher.cc
39
if (!
fetch_queue_
.empty() &&
fetch_queue_
.back() == dictionary_url) {
50
fetch_queue_
.push(dictionary_url);
55
if (
fetch_queue_
.empty() || current_fetch_.get() || task_is_pending_)
70
fetch_queue_
.front(), net::URLFetcher::GET, this));
71
fetch_queue_
.pop();
sdch_dictionary_fetcher.h
55
// in the |
fetch_queue_
|.
63
std::queue<GURL>
fetch_queue_
;
member in class:SdchDictionaryFetcher
Completed in 3818 milliseconds