Home | History | Annotate | Download | only in spdy

Lines Matching refs:gurl

341   GURL gurl(url);
344 std::string str_path = gurl.PathForRequest();
345 std::string str_scheme = gurl.scheme();
346 std::string str_host = gurl.host();
347 if (gurl.has_port()) {
349 str_host += gurl.port();