Home | History | Annotate | Download | only in net

Lines Matching refs:url

14 // navigation.  A subresource URL may be associated with a referrer URL.  Later
75 void Resolve(const GURL& url,
83 void PredictFrameSubresources(const GURL& url);
85 // The Omnibox has proposed a given url to the user, and if it is a search
86 // URL, then it also indicates that this is preconnectable (i.e., we could
88 void AnticipateOmniboxUrl(const GURL& url, bool preconnectable);
90 // Preconnect a URL and all of its subresource domains.
91 void PreconnectUrlAndSubresources(const GURL& url);
133 // Put URL in canonical form, including a scheme, host, and port.
134 // Returns GURL::EmptyGURL() if the scheme is not http/https or if the url
136 static GURL CanonicalizeUrl(const GURL& url);
164 void Push(const GURL& url,
212 void PrepareFrameSubresources(const GURL& url);
216 bool WasFound(const GURL& url) const {
217 Results::const_iterator it(results_.find(url));
224 base::TimeDelta GetResolutionDuration(const GURL& url) {
225 if (results_.find(url) == results_.end())
227 return results_[url].resolve_duration();
234 void OnLookupFinished(LookupRequest* request, const GURL& url, bool found);
238 const GURL& url, bool found);
242 UrlInfo* AppendToResolutionQueue(const GURL& url,
322 // For each URL that we might navigate to (that we've "learned about")