Searched defs:httpOnly (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/
H A DCookie.h59 bool httpOnly; member in struct:WebCore::Cookie
40 Cookie(const String& name, const String& value, const String& domain, const String& path, double expires, bool httpOnly, bool secure, bool session) argument
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DCookieJarCFNet.cpp177 bool httpOnly = CFHTTPCookieIsHTTPOnly(cookie); local

Completed in 76 milliseconds