Home
last modified time | relevance | path

Searched refs:urls_to_fetch_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_update_job.cc948 urls_to_fetch_.push_back(UrlToFetch(url, false, NULL)); in AddUrlToFileList()
960 !urls_to_fetch_.empty()) { in FetchUrls()
961 UrlToFetch url_to_fetch = urls_to_fetch_.front(); in FetchUrls()
962 urls_to_fetch_.pop_front(); in FetchUrls()
1006 pending_url_fetches_.size() + urls_to_fetch_.size(); in CancelAllUrlFetches()
1008 urls_to_fetch_.clear(); in CancelAllUrlFetches()
1229 urls_to_fetch_.push_front(UrlToFetch(url, true, response_info)); in LoadFromNewestCacheFailed()
Dappcache_update_job.h278 std::deque<UrlToFetch> urls_to_fetch_; variable