Home
last modified time | relevance | path

Searched refs:cookiePath (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/impl/cookie/
DBasicClientCookie.java221 return cookiePath; in getPath()
233 cookiePath = path; in setPath()
343 buffer.append(this.cookiePath); in toString()
372 private String cookiePath; field in BasicClientCookie
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js152 var cookiePath = getSection() + "_";
157 var cookieWidth = readCookie(cookiePath+'width');
158 var cookieHeight = readCookie(cookiePath+'height');
338 function loadLast(cookiePath) { argument
340 if (location.indexOf("/"+cookiePath+"/") != -1) {
343 var lastPage = readCookie(cookiePath + "_lastpage");