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

  /libcore/luni/src/main/java/java/net/
CookieManager.java 115 && HttpCookie.portMatches(cookie, uri)) {
182 } else if (cookie.getPortlist() != null && !HttpCookie.portMatches(cookie, uri)) {
HttpCookie.java 153 static boolean portMatches(HttpCookie cookie, URI uri) {
  /external/webkit/Source/WebCore/page/
ContentSecurityPolicy.cpp 121 return hostMatches(url) && portMatches(url);
138 bool portMatches(const KURL& url) const

Completed in 114 milliseconds