HomeSort by relevance Sort by last modified time
    Searched refs:GetUrlHostPath (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/tools/dump_cache/
url_utilities_unittest.cc 32 TEST(UrlUtilitiesTest, GetUrlHostPath) {
34 UrlUtilities::GetUrlHostPath("http://www.foo.com"));
36 UrlUtilities::GetUrlHostPath("http://www.foo.com:80"));
38 UrlUtilities::GetUrlHostPath("http://www.foo.com:80/"));
40 UrlUtilities::GetUrlHostPath("http://www.foo.com/news"));
42 UrlUtilities::GetUrlHostPath("www.foo.com:80/news?q=hello"));
44 UrlUtilities::GetUrlHostPath("www.foo.com/news?q=a:b"));
46 UrlUtilities::GetUrlHostPath("www.foo.com:80"));
url_utilities.h 22 static std::string GetUrlHostPath(const std::string& url);
url_to_filename_encoder.h 102 std::string url_no_scheme = UrlUtilities::GetUrlHostPath(url);
url_utilities.cc 36 std::string UrlUtilities::GetUrlHostPath(const std::string& url) {

Completed in 41 milliseconds