OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cookiePath
(Results
1 - 4
of
4
) 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
;
/prebuilt/common/http-client/
httpclient-4.1.1.jar
Completed in 57 milliseconds