Searched defs:WebCookie (Results 1 – 4 of 4) sorted by relevance
43 struct WebCookie { struct44 WebCookie() in WebCookie() function52 WebCookie(const WebString& name, const WebString& value, const WebString& domain, in WebCookie() argument65 WebString name;66 WebString value;67 WebString domain;68 WebString path;69 double expires;70 bool httpOnly;71 bool secure;[all …]
46 …rtual void rawCookies(const WebURL&, const WebURL& firstPartyForCookies, WebVector<WebCookie>&) { } in rawCookies()
16 struct WebCookie { struct25 std::string name;28 std::string value;31 std::string domain;34 std::string path;37 double expires;40 bool http_only;43 bool secure;46 bool session;
9 WebCookie::WebCookie() in WebCookie() function in webkit_glue::WebCookie16 WebCookie::WebCookie(const net::CookieMonster::CanonicalCookie& c) in WebCookie() function in webkit_glue::WebCookie27 WebCookie::WebCookie(const std::string& name, const std::string& value, in WebCookie() function in webkit_glue::WebCookie