Home | History | Annotate | Download | only in spdy

Lines Matching refs:gurl

42   GURL gurl(url.as_string());
43 path->assign(gurl.PathForRequest());
44 scheme->assign(gurl.scheme());
45 host->assign(gurl.host());
46 if (gurl.has_port()) {
48 host->append(gurl.port());
274 const GURL& url,