Searched defs:Cookie (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DCookieParser.js34 // plumbing, and at least some platforms lack support for parsing Cookie,
35 // which is in a format slightly different from Set-Cookie and is normally
57 this._addCookie(kv, WebInspector.Cookie.Type.Request);
72 this._addCookie(kv, WebInspector.Cookie.Type.Response);
137 this._lastCookie = keyValue.value ? new WebInspector.Cookie(keyValue.key, keyValue.value, type) :
138 new WebInspector.Cookie("", keyValue.key, type);
154 WebInspector.Cookie = function(name, value, type)
162 WebInspector.Cookie.prototype = {
207 WebInspector.Cookie.Type = {
/external/apache-http/src/org/apache/http/cookie/
H A DCookie.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/Cookie.java $
45 public interface Cookie { interface
110 * may be returned in a Cookie request header.
/external/llvm/lib/Support/
H A DDebug.cpp74 static void debug_user_sig_handler(void *Cookie) { argument
/external/webkit/Source/WebCore/platform/
H A DCookie.h37 struct Cookie { struct in namespace:WebCore
38 Cookie(const String& name, const String& value, const String& domain, function in struct:WebCore::Cookie
63 static unsigned hash(Cookie key)
68 static bool equal(Cookie a, Cookie b)
77 template<> struct DefaultHash<WebCore::Cookie> {
/external/clang/lib/AST/
H A DASTDiagnostic.cpp230 void *Cookie,
232 ASTContext &Context = *static_cast<ASTContext*>(Cookie);
220 FormatASTNodeDiagnosticArgument( DiagnosticsEngine::ArgumentKind Kind, intptr_t Val, const char *Modifier, unsigned ModLen, const char *Argument, unsigned ArgLen, const DiagnosticsEngine::ArgumentValue *PrevArgs, unsigned NumPrevArgs, SmallVectorImpl<char> &Output, void *Cookie, SmallVectorImpl<intptr_t> &QualTypeVals) argument
/external/clang/lib/Basic/
H A DDiagnostic.cpp29 void *Cookie,
23 DummyArgToStringFn(DiagnosticsEngine::ArgumentKind AK, intptr_t QT, const char *Modifier, unsigned ML, const char *Argument, unsigned ArgLen, const DiagnosticsEngine::ArgumentValue *PrevArgs, unsigned NumPrevArgs, SmallVectorImpl<char> &Output, void *Cookie, SmallVectorImpl<intptr_t> &QualTypeVals) argument
/external/clang/include/clang/Basic/
H A DDiagnostic.h289 void *Cookie,
499 void SetArgToStringFn(ArgToStringFnTy Fn, void *Cookie) { argument
501 ArgToStringCookie = Cookie;

Completed in 490 milliseconds