OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cookiepath
(Results
1 - 4
of
4
) sorted by null
/build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js
121
var
cookiePath
= "reference_";
123
var
cookiePath
= "guide_";
129
var cookieWidth = readCookie(
cookiePath
+'width');
130
var cookieHeight = readCookie(
cookiePath
+'height');
246
function loadLast(
cookiePath
) {
248
if (location.indexOf("/"+
cookiePath
+"/") != -1) {
251
var lastPage = readCookie(
cookiePath
+ "_lastpage");
/build/tools/droiddoc/templates/assets/
android-developer-docs.js
139
var
cookiePath
= "";
141
cookiePath
= "reference_";
143
cookiePath
= "guide_";
145
cookiePath
= "sdk_";
147
cookiePath
= "resources_";
153
var cookieWidth = readCookie(
cookiePath
+'width');
154
var cookieHeight = readCookie(
cookiePath
+'height');
328
function loadLast(
cookiePath
) {
330
if (location.indexOf("/"+
cookiePath
+"/") != -1) {
333
var lastPage = readCookie(
cookiePath
+ "_lastpage")
[
all
...]
/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
;
/libcore/luni/src/main/java/java/net/
HttpCookie.java
173
String
cookiePath
= matchablePath(cookie.getPath());
174
return uriPath.startsWith(
cookiePath
);
Completed in 680 milliseconds