Searched refs:cookie (Results 1 – 3 of 3) sorted by relevance
44 [](void* cookie, const char*, const char* value, unsigned) { in GetBuildNumber() argument45 auto property_value = reinterpret_cast<std::string*>(cookie); in GetBuildNumber()
103 function readCookie(cookie) { argument104 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) { argument128 …document.cookie = cookie_namespace + section + cookie + "=" + val + "; expires=" + expiration+"; p…
163 org\.apache\.http\.cookie164 org\.apache\.http\.cookie\.params172 org\.apache\.http\.impl\.cookie