Home
last modified time | relevance | path

Searched defs:httponly (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/WebOb/webob/
Dcookies.py253 httponly = cookie_property(b'httponly', bool) variable in Morsel
431 secure=False, httponly=False, comment=None): argument
646 httponly=None, argument
706 path=_default, secure=_default, httponly=_default): argument
720 path=_default, secure=_default, httponly=_default): argument
741 def _get_cookies(self, value, domains, max_age, path, secure, httponly): argument
865 httponly=False, argument
Dresponse.py696 path='/', domain=None, secure=False, httponly=False, argument
/external/curl/lib/
Dcookie.h45 bool httponly; /* true if the httponly directive is present */ member
/external/chromium-trace/catapult/third_party/Paste/paste/auth/
Dauth_tkt.py282 include_ip=True, logout_path=None, httponly=False, argument
/external/chromium-trace/catapult/third_party/Paste/paste/
Dwsgiwrappers.py388 domain=None, secure=None, httponly=None): argument