Home | History | Annotate | Download | only in appcache

Lines Matching refs:url_to_fetch

1172     UrlToFetch url_to_fetch = urls_to_fetch_.front();
1175 AppCache::EntryMap::iterator it = url_file_list_.find(url_to_fetch.url);
1179 NotifyAllProgress(url_to_fetch.url);
1181 } else if (AlreadyFetchedEntry(url_to_fetch.url, entry.types())) {
1182 NotifyAllProgress(url_to_fetch.url);
1184 } else if (!url_to_fetch.storage_checked &&
1185 MaybeLoadFromNewestCache(url_to_fetch.url, entry)) {
1189 url_to_fetch.url, URLFetcher::URL_FETCH, this);
1190 if (url_to_fetch.existing_response_info.get()) {
1193 group_->newest_complete_cache()->GetEntry(url_to_fetch.url);
1196 url_to_fetch.existing_response_info->response_id());
1198 url_to_fetch.existing_response_info->http_response_info()->headers
1204 PendingUrlFetches::value_type(url_to_fetch.url, fetcher));