Searched defs:Cookie (Results 1 – 10 of 10) sorted by relevance
37 struct Cookie { struct38 Cookie() { } in Cookie() function40 Cookie(const String& name, const String& value, const String& domain, in Cookie() function65 static unsigned hash(Cookie key) in hash() argument
45 public interface Cookie { interface
58 struct Cookie { struct59 Cookie(const std::string& name, in Cookie() function69 std::string name;70 std::string value;71 std::string domain;72 std::string path;73 double expiry;74 bool secure;75 bool session;
74 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler()
205 WebInspector.Cookie = function(name, value, type) class in WebInspector
32 void *Cookie, in DummyArgToStringFn()
612 void SetArgToStringFn(ArgToStringFnTy Fn, void *Cookie) { in SetArgToStringFn()
246 void *Cookie, in FormatASTNodeDiagnosticArgument()
2971 var Cookie = new Class({ variable
7347 var Cookie = new Class({ variable