Lines Matching refs:url
26 // If we visit the containing url, but don't end up needing a connection, then
31 // to the containing URL, and consider doing a preconnection), and then IFF we
55 void Referrer::SuggestHost(const GURL& url) {
64 if (!url.has_host()) // TODO(jar): Is this really needed????
66 DCHECK(url == url.GetWithEmptyPath());
67 SubresourceMap::iterator it = find(url);
77 (*this)[url].SubresourceIsNeeded();
136 GURL url(url_spec);
142 SuggestHost(url);
143 (*this)[url].SetSubresourceUseRate(rate);