Home | History | Annotate | Download | only in net

Lines Matching refs:GURL

46 typedef std::map<GURL, UrlInfo> Results;
75 void Resolve(const GURL& url,
83 void PredictFrameSubresources(const GURL& url);
88 void AnticipateOmniboxUrl(const GURL& url, bool preconnectable);
91 void PreconnectUrlAndSubresources(const GURL& url);
97 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url);
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,
167 GURL Pop();
171 std::queue<GURL> rush_queue_;
174 std::queue<GURL> background_queue_;
182 typedef std::map<GURL, Referrer> Referrers;
212 void PrepareFrameSubresources(const GURL& url);
216 bool WasFound(const GURL& url) const {
224 base::TimeDelta GetResolutionDuration(const GURL& url) {
234 void OnLookupFinished(LookupRequest* request, const GURL& url, bool found);
238 const GURL& url, bool found);
242 UrlInfo* AppendToResolutionQueue(const GURL& url,
330 std::vector<GURL> urls_being_trimmed_;