HomeSort by relevance Sort by last modified time
    Searched refs:SetCookie (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/apache-http/src/org/apache/http/cookie/
SetCookie2.java 42 public interface SetCookie2 extends SetCookie {
CookieAttributeHandler.java 55 void parse(SetCookie cookie, String value)
SetCookie.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/SetCookie.java $
37 * This interface represents a <code>SetCookie</code> response header sent by the
44 public interface SetCookie extends Cookie {
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicCommentHandler.java 34 import org.apache.http.cookie.SetCookie;
42 public void parse(final SetCookie cookie, final String value)
BasicExpiresHandler.java 34 import org.apache.http.cookie.SetCookie;
49 public void parse(final SetCookie cookie, final String value)
BasicMaxAgeHandler.java 36 import org.apache.http.cookie.SetCookie;
44 public void parse(final SetCookie cookie, final String value)
BasicSecureHandler.java 36 import org.apache.http.cookie.SetCookie;
44 public void parse(final SetCookie cookie, final String value)
RFC2109VersionHandler.java 36 import org.apache.http.cookie.SetCookie;
44 public void parse(final SetCookie cookie, final String value)
RFC2965CommentUrlAttributeHandler.java 38 import org.apache.http.cookie.SetCookie;
50 public void parse(final SetCookie cookie, final String commenturl)
RFC2965DiscardAttributeHandler.java 38 import org.apache.http.cookie.SetCookie;
50 public void parse(final SetCookie cookie, final String commenturl)
BasicPathHandler.java 37 import org.apache.http.cookie.SetCookie;
45 public void parse(final SetCookie cookie, String value)
RFC2965VersionAttributeHandler.java 39 import org.apache.http.cookie.SetCookie;
54 public void parse(final SetCookie cookie, final String value)
BasicDomainHandler.java 37 import org.apache.http.cookie.SetCookie;
45 public void parse(final SetCookie cookie, final String value)
RFC2109DomainHandler.java 39 import org.apache.http.cookie.SetCookie;
47 public void parse(final SetCookie cookie, final String value)
RFC2965DomainAttributeHandler.java 41 import org.apache.http.cookie.SetCookie;
59 public void parse(final SetCookie cookie, String domain)
RFC2965PortAttributeHandler.java 41 import org.apache.http.cookie.SetCookie;
105 public void parse(final SetCookie cookie, final String portValue)
  /external/chromium_org/net/cookies/
cookie_store_unittest.h 142 bool SetCookie(CookieStore* cs,
255 EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, "A=B"));
257 EXPECT_TRUE(this->SetCookie(
268 EXPECT_TRUE(this->SetCookie(
275 EXPECT_TRUE(this->SetCookie(
282 this->SetCookie(cs.get(), this->url_google_, "I=J; domain=.izzle"));
285 EXPECT_FALSE(this->SetCookie(
298 EXPECT_FALSE(this->SetCookie(
300 EXPECT_FALSE(this->SetCookie(
315 EXPECT_TRUE(this->SetCookie(cs.get(), url_abcd, "a=1; domain=.a.b.c.d.com"))
    [all...]
  /external/chromium/net/base/
cookie_monster_unittest.cc 373 EXPECT_TRUE(cm->SetCookie(url_google, "A=B"));
375 EXPECT_TRUE(cm->SetCookie(url_google, "C=D; domain=.google.izzle"));
383 EXPECT_TRUE(cm->SetCookie(url_google, "E=F; domain=.www.google.izzle"));
388 EXPECT_TRUE(cm->SetCookie(url_google, "G=H; domain=www.google.izzle"));
392 EXPECT_FALSE(cm->SetCookie(url_google, "I=J; domain=.izzle"));
394 EXPECT_FALSE(cm->SetCookie(url_google, "K=L; domain=.bla.www.google.izzle"));
411 EXPECT_FALSE(cm->SetCookie(url_google, "a=1; domain=.www.google.com."));
412 EXPECT_FALSE(cm->SetCookie(url_google, "b=2; domain=.www.google.com.."));
430 EXPECT_TRUE(cm->SetCookie(url_abcd, "a=1; domain=.a.b.c.d.com"));
431 EXPECT_TRUE(cm->SetCookie(url_abcd, "b=2; domain=.b.c.d.com"))
    [all...]
cookie_store.cc 11 bool CookieStore::SetCookie(const GURL& url, const std::string& cookie_line) {
cookie_store.h 54 bool SetCookie(const GURL& url, const std::string& cookie_line);
cookie_monster_perftest.cc 61 EXPECT_TRUE(cm->SetCookie(kUrlGoogle, *it));
89 EXPECT_TRUE(cm->SetCookie(*it, cookie));
146 EXPECT_TRUE(cm->SetCookie(gurl, cookie));
188 EXPECT_TRUE(cm->SetCookie(gurl, cookie));
296 EXPECT_TRUE(cm->SetCookie(gurl, cookie_line));
300 EXPECT_TRUE(cm->SetCookie(gurl, cookie_line));
  /external/chromium/chrome/browser/
cookies_tree_model_unittest.cc 50 monster->SetCookie(GURL("http://foo1"), "A=1");
51 monster->SetCookie(GURL("http://foo2"), "B=1");
52 monster->SetCookie(GURL("http://foo3"), "C=1");
95 // monster->SetCookie(GURL("http://b"), "X=1")
96 // monster->SetCookie(GURL("http://a"), "Y=1")
462 monster->SetCookie(GURL("http://foo1"), "A=1");
463 monster->SetCookie(GURL("http://foo2"), "B=1");
464 monster->SetCookie(GURL("http://foo3"), "C=1");
465 monster->SetCookie(GURL("http://foo3"), "D=1");
523 monster->SetCookie(GURL("http://foo1"), "A=1")
    [all...]
  /external/chromium/chrome/browser/automation/
automation_util.h 43 void SetCookie(const GURL& url,
  /external/chromium_org/chrome/browser/ui/views/
cookie_info_view.h 36 void SetCookie(const std::string& domain,
  /external/chromium_org/chrome/test/pyautolib/
pyautolib.h 84 bool SetCookie(const GURL& cookie_url, const std::string& value,

Completed in 375 milliseconds

1 2 3 4