Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/public/
DWebCookie.h70 bool httpOnly; member
/external/webkit/Source/WebCore/platform/
DCookie.h57 bool httpOnly; member
/external/webkit/Source/WebCore/inspector/front-end/
DCookieParser.js163 get httpOnly() getter in WebInspector.Cookie
/external/webkit/Source/WebCore/platform/network/cf/
DCookieJarCFNet.cpp205 bool httpOnly = CFHTTPCookieIsHTTPOnly(cookie); in getRawCookies() local
/external/chromium/chrome/common/extensions/api/
Dextension_api.json3175 …"httpOnly": {"type": "boolean", "description": "True if the cookie is marked as HttpOnly (i.e. the… object
3264 …"httpOnly": {"type": "boolean", "optional": true, "description": "Whether the cookie should be mar… object