Home
last modified time | relevance | path

Searched refs:cookie (Results 1 – 10 of 10) sorted by relevance

/build/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.js103 function readCookie(cookie) { argument
104 var myCookie = cookie_namespace+"_"+cookie+"=";
105 if (document.cookie) {
106 var index = document.cookie.indexOf(myCookie);
109 var valEnd = document.cookie.indexOf(";", valStart);
111 valEnd = document.cookie.length;
113 var val = document.cookie.substring(valStart, valEnd);
120 function writeCookie(cookie, val, section, expiration) { argument
128 …document.cookie = cookie_namespace + section + cookie + "=" + val + "; expires=" + expiration+"; p…
/build/core/tasks/check_boot_jars/
Dpackage_whitelist.txt135 org\.apache\.http\.cookie
136 org\.apache\.http\.cookie\.params
144 org\.apache\.http\.impl\.cookie
/build/tools/droiddoc/templates-ds/assets/js/
Ddocs.js789 function readCookie(cookie) { argument
790 var myCookie = cookie_namespace+"_"+cookie+"=";
791 if (document.cookie) {
792 var index = document.cookie.indexOf(myCookie);
795 var valEnd = document.cookie.indexOf(";", valStart);
797 valEnd = document.cookie.length;
799 var val = document.cookie.substring(valStart, valEnd);
806 function writeCookie(cookie, val, section, expiration) { argument
814 var cookieValue = cookie_namespace + section + cookie + "=" + val
816 document.cookie = cookieValue;
Dglobal-libraries-combined.js11cookie:null,collapsible:!1,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui… property
/build/tools/droiddoc/templates-sac/assets/js/
Ddocs.js854 function readCookie(cookie) { argument
855 var myCookie = cookie_namespace+"_"+cookie+"=";
856 if (document.cookie) {
857 var index = document.cookie.indexOf(myCookie);
860 var valEnd = document.cookie.indexOf(";", valStart);
862 valEnd = document.cookie.length;
864 var val = document.cookie.substring(valStart, valEnd);
871 function writeCookie(cookie, val, section, expiration) { argument
879 var cookieValue = cookie_namespace + section + cookie + "=" + val
881 document.cookie = cookieValue;
Dandroid_3p-bundle.js2702cookie:null,collapsible:!1,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui… property
/build/tools/droiddoc/templates-sdk-dyn/assets/js/
Ddocs.js854 function readCookie(cookie) { argument
855 var myCookie = cookie_namespace+"_"+cookie+"=";
856 if (document.cookie) {
857 var index = document.cookie.indexOf(myCookie);
860 var valEnd = document.cookie.indexOf(";", valStart);
862 valEnd = document.cookie.length;
864 var val = document.cookie.substring(valStart, valEnd);
871 function writeCookie(cookie, val, section, expiration) { argument
879 var cookieValue = cookie_namespace + section + cookie + "=" + val
881 document.cookie = cookieValue;
Dandroid_3p-bundle.js2702cookie:null,collapsible:!1,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui… property
/build/tools/droiddoc/templates-sdk/assets/js/
Ddocs.js1036 function readCookie(cookie) { argument
1037 var myCookie = cookie_namespace+"_"+cookie+"=";
1038 if (document.cookie) {
1039 var index = document.cookie.indexOf(myCookie);
1042 var valEnd = document.cookie.indexOf(";", valStart);
1044 valEnd = document.cookie.length;
1046 var val = document.cookie.substring(valStart, valEnd);
1053 function writeCookie(cookie, val, section) { argument
1057 var cookieValue = cookie_namespace + section + cookie + "=" + val
1059 document.cookie = cookieValue;
Dandroid_3p-bundle.js2702cookie:null,collapsible:!1,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui… property