OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:httpOnly
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebCookie.h
46
,
httpOnly
(false)
53
const WebString& path, double expires, bool
httpOnly
, bool secure, bool session)
59
,
httpOnly
(
httpOnly
)
70
bool
httpOnly
;
/external/webkit/Source/WebCore/platform/
Cookie.h
39
const String& path, double expires, bool
httpOnly
, bool secure,
46
,
httpOnly
(
httpOnly
)
57
bool
httpOnly
;
/external/webkit/Source/WebCore/platform/network/cf/
CookieJarCFNet.cpp
205
bool
httpOnly
= CFHTTPCookieIsHTTPOnly(cookie);
209
rawCookies.uncheckedAppend(Cookie(name, value, domain, path, expires,
httpOnly
, secure, session));
Completed in 77 milliseconds