HomeSort by relevance Sort by last modified time
    Searched defs:cookiePath (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/platform/network/cf/
CookieJarCFNet.cpp 81 static inline RetainPtr<CFStringRef> cookiePath(CFHTTPCookieRef cookie)
201 String path = cookiePath(cookie).get();
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 137 String cookiePath = matchablePath(cookie.getPath());
138 return uriPath.startsWith(cookiePath);
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie.java 216 return cookiePath;
228 cookiePath = path;
338 buffer.append(this.cookiePath);
367 private String cookiePath;
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 

Completed in 55 milliseconds