Searched defs:cookie (Results 26 - 50 of 184) sorted by relevance

12345678

/external/apache-http/src/org/apache/http/impl/cookie/
H A DBestMatchSpecFactory.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/BestMatchSpecFactory.java $
32 package org.apache.http.impl.cookie;
34 import org.apache.http.cookie.CookieSpec;
35 import org.apache.http.cookie.CookieSpecFactory;
36 import org.apache.http.cookie.params.CookieSpecPNames;
H A DBrowserCompatSpecFactory.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/BrowserCompatSpecFactory.java $
32 package org.apache.http.impl.cookie;
34 import org.apache.http.cookie.CookieSpec;
35 import org.apache.http.cookie.CookieSpecFactory;
36 import org.apache.http.cookie.params.CookieSpecPNames;
H A DDateParseException.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/DateParseException.java $
32 package org.apache.http.impl.cookie;
H A DNetscapeDraftSpecFactory.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/NetscapeDraftSpecFactory.java $
32 package org.apache.http.impl.cookie;
34 import org.apache.http.cookie.CookieSpec;
35 import org.apache.http.cookie.CookieSpecFactory;
36 import org.apache.http.cookie.params.CookieSpecPNames;
H A DRFC2109SpecFactory.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/RFC2109SpecFactory.java $
32 package org.apache.http.impl.cookie;
34 import org.apache.http.cookie.CookieSpec;
35 import org.apache.http.cookie.CookieSpecFactory;
36 import org.apache.http.cookie.params.CookieSpecPNames;
H A DRFC2965SpecFactory.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965SpecFactory.java $
32 package org.apache.http.impl.cookie;
34 import org.apache.http.cookie.CookieSpec;
35 import org.apache.http.cookie.CookieSpecFactory;
36 import org.apache.http.cookie.params.CookieSpecPNames;
H A DBestMatchSpec.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/BestMatchSpec.java $
32 package org.apache.http.impl.cookie;
38 import org.apache.http.cookie.Cookie;
39 import org.apache.http.cookie.CookieOrigin;
40 import org.apache.http.cookie.CookieSpec;
41 import org.apache.http.cookie.MalformedCookieException;
44 * 'Meta' cookie specification that selects a cookie policy depending
45 * on the format of the cookie(s)
118 // Do we have a cookie wit
131 validate( final Cookie cookie, final CookieOrigin origin) argument
147 match(final Cookie cookie, final CookieOrigin origin) argument
[all...]
H A DRFC2109Spec.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/RFC2109Spec.java $
32 package org.apache.http.impl.cookie;
40 import org.apache.http.cookie.ClientCookie;
41 import org.apache.http.cookie.Cookie;
42 import org.apache.http.cookie.CookieOrigin;
43 import org.apache.http.cookie.CookiePathComparator;
44 import org.apache.http.cookie.MalformedCookieException;
45 import org.apache.http.cookie.SM;
50 * RFC 2109 compliant cookie policy
116 public void validate(final Cookie cookie, fina argument
219 formatCookieAsVer(final CharArrayBuffer buffer, final Cookie cookie, int version) argument
[all...]
H A DRFC2965Spec.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965Spec.java $
31 package org.apache.http.impl.cookie;
42 import org.apache.http.cookie.ClientCookie;
43 import org.apache.http.cookie.Cookie;
44 import org.apache.http.cookie.CookieAttributeHandler;
45 import org.apache.http.cookie.CookieOrigin;
46 import org.apache.http.cookie.MalformedCookieException;
47 import org.apache.http.cookie.SM;
52 * <p>RFC 2965 specific cookie management functions.</p>
80 BasicClientCookie cookie
153 validate(final Cookie cookie, CookieOrigin origin) argument
166 match(final Cookie cookie, CookieOrigin origin) argument
181 formatCookieAsVer(final CharArrayBuffer buffer, final Cookie cookie, int version) argument
[all...]
H A DAbstractCookieSpec.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/AbstractCookieSpec.java $
32 package org.apache.http.impl.cookie;
38 import org.apache.http.cookie.CookieAttributeHandler;
39 import org.apache.http.cookie.CookieSpec;
42 * Abstract cookie specification which can delegate the job of parsing,
43 * validation or matching cookie attributes to a number of arbitrary
H A DBrowserCompatSpec.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/BrowserCompatSpec.java $
32 package org.apache.http.impl.cookie;
41 import org.apache.http.cookie.ClientCookie;
42 import org.apache.http.cookie.Cookie;
43 import org.apache.http.cookie.CookieOrigin;
44 import org.apache.http.cookie.MalformedCookieException;
45 import org.apache.http.cookie.SM;
164 Cookie cookie = cookies.get(i);
168 buffer.append(cookie.getName());
170 String s = cookie
[all...]
H A DNetscapeDraftHeaderParser.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/NetscapeDraftHeaderParser.java $
32 package org.apache.http.impl.cookie;
H A DNetscapeDraftSpec.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/NetscapeDraftSpec.java $
32 package org.apache.http.impl.cookie;
40 import org.apache.http.cookie.ClientCookie;
41 import org.apache.http.cookie.Cookie;
42 import org.apache.http.cookie.CookieOrigin;
43 import org.apache.http.cookie.MalformedCookieException;
44 import org.apache.http.cookie.SM;
50 * Netscape cookie draft compliant cookie policy
109 * character may be present in unquoted cookie valu
[all...]
/external/chromium/chrome/browser/tab_contents/
H A Dview_source_uitest.cc38 // This test renders a page in view-source and then checks to see if a cookie
45 std::string cookie = "viewsource_cookie"; local
55 // Try to retrieve the cookie that the page sets. It should not be there
58 ASSERT_TRUE(tab->GetCookieByName(url, cookie, &cookie_found));
/external/apache-http/src/org/apache/http/client/
H A DCookieStore.java36 import org.apache.http.cookie.Cookie;
39 * Abstract cookie store.
48 * Adds an {@link Cookie HTTP cookie}, replacing any existing equivalent cookies.
49 * If the given cookie has already expired it will not be added, but existing
52 * @param cookie the {@link Cookie cookie} to be added
54 void addCookie(Cookie cookie); argument
/external/apache-http/src/org/apache/http/cookie/
H A DCookieOrigin.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/CookieOrigin.java $
31 package org.apache.http.cookie;
H A DSetCookie2.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/SetCookie2.java $
32 package org.apache.http.cookie;
45 * If a user agent (web browser) presents this cookie to a user, the
46 * cookie's purpose will be described by the information at this URL.
51 * Sets the Port attribute. It restricts the ports to which a cookie
/external/apache-http/src/org/apache/http/cookie/params/
H A DCookieSpecParamBean.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/params/CookieSpecParamBean.java $
32 package org.apache.http.cookie.params;
/external/apache-http/src/org/apache/http/impl/client/
H A DBasicCookieStore.java41 import org.apache.http.cookie.Cookie;
42 import org.apache.http.cookie.CookieIdentityComparator;
76 * Adds an {@link Cookie HTTP cookie}, replacing any existing equivalent cookies.
77 * If the given cookie has already expired it will not be added, but existing
80 * @param cookie the {@link Cookie cookie} to be added
85 public synchronized void addCookie(Cookie cookie) { argument
86 if (cookie != null) {
87 // first remove any old cookie that is equivalent
89 if (cookieComparator.compare(cookie, i
[all...]
/external/chromium/chrome/browser/extensions/
H A Disolated_app_apitest.cc22 // Returns whether the given tab's current URL has the given cookie.
23 bool WARN_UNUSED_RESULT HasCookie(TabContents* contents, std::string cookie) { argument
28 return actual_cookie.find(cookie) != std::string::npos;
78 // Check that each tab sees its own cookie.
95 // Check that the non_app iframe cookie is associated with app1 and not the
/external/chromium/chrome/browser/net/
H A Dcookie_policy_browsertest.cc69 // Visits a page that sets a first-party cookie.
76 GURL url(test_server()->GetURL("set-cookie?cookie1"));
78 std::string cookie = GetCookies(url); local
79 ASSERT_EQ("", cookie);
83 cookie = GetCookies(url);
84 EXPECT_EQ("cookie1", cookie);
88 // a first-party cookie.
97 GURL redirected_url(test_server()->GetURL("set-cookie?cookie2"));
100 // third-party cookie blocking if the first party for cookies URL is not
108 std::string cookie local
[all...]
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dsaslcookiemechanism.h43 const std::string & cookie,
47 cookie_(cookie),
52 const std::string & cookie)
55 cookie_(cookie),
41 SaslCookieMechanism(const std::string & mechanism, const std::string & username, const std::string & cookie, const std::string & token_service) argument
50 SaslCookieMechanism(const std::string & mechanism, const std::string & username, const std::string & cookie) argument
/external/qemu/hw/
H A Dgoldfish_device.h19 void *cookie; member in struct:goldfish_device
/external/webkit/Source/WebKit/chromium/public/
H A DWebCookieJar.h43 virtual void setCookie(const WebURL&, const WebURL& firstPartyForCookies, const WebString& cookie) { } argument
/external/apache-http/src/org/apache/http/client/protocol/
H A DResponseProcessCookies.java45 import org.apache.http.cookie.Cookie;
46 import org.apache.http.cookie.CookieOrigin;
47 import org.apache.http.cookie.CookieSpec;
48 import org.apache.http.cookie.MalformedCookieException;
49 import org.apache.http.cookie.SM;
79 // Obtain cookie store
103 // see if the cookie spec supports cookie versioning.
121 for (Cookie cookie : cookies) {
123 cookieSpec.validate(cookie, cookieOrigi
154 cookieToString(Cookie cookie) argument
[all...]

Completed in 256 milliseconds

12345678