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

/external/webkit/Source/WebKit/chromium/public/
H A DWebCookie.h46 , httpOnly(false)
53 const WebString& path, double expires, bool httpOnly, bool secure, bool session)
59 , httpOnly(httpOnly)
70 bool httpOnly; member in struct:WebKit::WebCookie
52 WebCookie(const WebString& name, const WebString& value, const WebString& domain, const WebString& path, double expires, bool httpOnly, bool secure, bool session) argument
/external/webkit/Source/WebCore/platform/
H A DCookie.h39 const String& path, double expires, bool httpOnly, bool secure,
46 , httpOnly(httpOnly)
57 bool httpOnly; member in struct:WebCore::Cookie
38 Cookie(const String& name, const String& value, const String& domain, const String& path, double expires, bool httpOnly, bool secure, bool session) argument
/external/webkit/Source/WebCore/platform/network/cf/
H A DCookieJarCFNet.cpp205 bool httpOnly = CFHTTPCookieIsHTTPOnly(cookie); local
209 rawCookies.uncheckedAppend(Cookie(name, value, domain, path, expires, httpOnly, secure, session));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2062 milliseconds