Home
last modified time | relevance | path

Searched refs:normalizePath (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/cookie/
DCookiePathComparator.java55 private String normalizePath(final Cookie cookie) { in normalizePath() method in CookiePathComparator
67 String path1 = normalizePath(c1); in compare()
68 String path2 = normalizePath(c2); in compare()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DParsedURL.js127 WebInspector.ParsedURL.normalizePath = function(path) function in WebInspector.ParsedURL
215 …arsedURL.port ? (":" + parsedURL.port) : "") + WebInspector.ParsedURL.normalizePath(path) + postfi…
/external/chromium_org/third_party/WebKit/Tools/Scripts/
DVCSUtils.pm74 &normalizePath
441 sub normalizePath($) subroutine