Searched refs:GetUrlHostPath (Results 1 – 8 of 8) sorted by relevance
32 TEST(UrlUtilitiesTest, GetUrlHostPath) { in TEST() argument34 UrlUtilities::GetUrlHostPath("http://www.foo.com")); in TEST()36 UrlUtilities::GetUrlHostPath("http://www.foo.com:80")); in TEST()38 UrlUtilities::GetUrlHostPath("http://www.foo.com:80/")); in TEST()40 UrlUtilities::GetUrlHostPath("http://www.foo.com/news")); in TEST()42 UrlUtilities::GetUrlHostPath("www.foo.com:80/news?q=hello")); in TEST()44 UrlUtilities::GetUrlHostPath("www.foo.com/news?q=a:b")); in TEST()46 UrlUtilities::GetUrlHostPath("www.foo.com:80")); in TEST()
22 static std::string GetUrlHostPath(const std::string& url);
102 std::string url_no_scheme = UrlUtilities::GetUrlHostPath(url); in Encode()
36 std::string UrlUtilities::GetUrlHostPath(const std::string& url) { in GetUrlHostPath() function in net::UrlUtilities
21 static std::string GetUrlHostPath(const std::string& url);
101 std::string url_no_scheme = UrlUtilities::GetUrlHostPath(url); in Encode()