Home | History | Annotate | Download | only in spdy

Lines Matching refs:ParseUrl

40 void ParseUrl(base::StringPiece url, std::string* scheme, std::string* host,
724 ParseUrl(url, &scheme, &host, &path);
1291 ParseUrl(url.data(), &scheme, &host, &path);