Searched defs:Cookie (Results 1 - 10 of 10) 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.cpp238 void *Cookie,
240 ASTContext &Context = *static_cast<ASTContext*>(Cookie);
228 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, ArrayRef<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, ArrayRef<intptr_t> QualTypeVals) argument
/external/clang/include/clang/Basic/
H A DDiagnostic.h312 void *Cookie,
548 void SetArgToStringFn(ArgToStringFnTy Fn, void *Cookie) { argument
550 ArgToStringCookie = Cookie;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 176 milliseconds