Home
last modified time | relevance | path

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

/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.js139 var cookiePath = "";
141 cookiePath = "reference_";
143 cookiePath = "guide_";
145 cookiePath = "sdk_";
148 cookiePath = "resources_";
154 var cookieWidth = readCookie(cookiePath+'width');
155 var cookieHeight = readCookie(cookiePath+'height');
414 function loadLast(cookiePath) { argument
416 if (location.indexOf("/"+cookiePath+"/") != -1) {
419 var lastPage = readCookie(cookiePath + "_lastpage");
/build/make/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js558 var cookiePath = "";
560 cookiePath = "reference_";
562 cookiePath = "guide_";
564 cookiePath = "tools_";
566 cookiePath = "training_";
568 cookiePath = "design_";
570 cookiePath = "distribute_";