Home | History | Annotate | Download | only in net

Lines Matching refs:gurl

89   typedef std::map<GURL, base::TimeTicks> FirstNavigations;
92 void Append(const GURL& url);
162 // TODO(jar): Push GURL transport further back into renderer, but this will
168 urls.push_back(GURL("http://" + *it + ":80"));
195 void AnticipateOmniboxUrl(const GURL& url, bool preconnectable) {
205 void PreconnectUrlAndSubresources(const GURL& url) {
222 void PredictFrameSubresources(const GURL& url) {
229 void LearnAboutInitialNavigation(const GURL& url) {
236 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url) {
250 void InitialObserver::Append(const GURL& url) {
259 const GURL url_without_path(Predictor::CanonicalizeUrl(url));
527 GURL url(url_spec);
544 GURL gurl = tab_start_pref.urls[i];
545 if (!gurl.is_valid() || gurl.SchemeIsFile() || gurl.host().empty())
547 if (gurl.SchemeIs("http") || gurl.SchemeIs("https"))
548 urls.push_back(gurl.GetWithEmptyPath());
553 urls.push_back(GURL("http://www.google.com:80"));