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

  /external/chromium/net/tools/dump_cache/
url_utilities_unittest.cc 49 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"));
url_utilities.h 27 static std::string GetUrlPath(const std::string& url);
url_to_filename_encoder.h 121 std::string url_filename = UrlUtilities::GetUrlPath(clean_url);
url_utilities.cc 45 std::string UrlUtilities::GetUrlPath(const std::string& url) {
  /external/chromium/net/tools/flip_server/
spdy_interface.cc 180 // UrlUtilities::GetUrlPath will fail and always return a / breaking
181 // the request. GetUrlPath assumes the absolute URL is being passed in.
184 uri = UrlUtilities::GetUrlPath(url->second);
471 block["path"] = UrlUtilities::GetUrlPath(original_url);

Completed in 186 milliseconds