Home | History | Annotate | Download | only in appcache

Lines Matching refs:urls_to_fetch_

930     urls_to_fetch_.push_back(UrlToFetch(url, false, NULL));
942 !urls_to_fetch_.empty()) {
943 UrlToFetch url_to_fetch = urls_to_fetch_.front();
944 urls_to_fetch_.pop_front();
988 pending_url_fetches_.size() + urls_to_fetch_.size();
990 urls_to_fetch_.clear();
1211 urls_to_fetch_.push_front(UrlToFetch(url, true, response_info));