Searched refs:GetUrlPath (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/tools/dump_cache/
H A Durl_utilities_unittest.cc49 TEST(UrlUtilitiesTest, GetUrlPath) {
51 UrlUtilities::GetUrlPath("http://www.foo.com"));
53 UrlUtilities::GetUrlPath("http://www.foo.com:80"));
55 UrlUtilities::GetUrlPath("http://www.foo.com:80/"));
57 UrlUtilities::GetUrlPath("http://www.foo.com/news"));
59 UrlUtilities::GetUrlPath("www.foo.com:80/news?q=hello"));
61 UrlUtilities::GetUrlPath("www.foo.com/news?q=a:b"));
63 UrlUtilities::GetUrlPath("www.foo.com:80"));
H A Durl_utilities.h26 static std::string GetUrlPath(const std::string& url);
H A Durl_to_filename_encoder.h120 std::string url_filename = UrlUtilities::GetUrlPath(clean_url);
H A Durl_utilities.cc45 std::string UrlUtilities::GetUrlPath(const std::string& url) { function in class:net::UrlUtilities
/external/chromium_org/net/tools/flip_server/
H A Dspdy_interface.cc155 // UrlUtilities::GetUrlPath will fail and always return a / breaking
156 // the request. GetUrlPath assumes the absolute URL is being passed in.
157 path_string = UrlUtilities::GetUrlPath(url->second);
460 block["url"] = UrlUtilities::GetUrlPath(original_url);
470 block[":path"] = UrlUtilities::GetUrlPath(original_url);
471 block[":host"] = UrlUtilities::GetUrlPath(original_url);

Completed in 53 milliseconds