Searched refs:setDomain (Results 1 – 6 of 6) sorted by relevance
62 cookie.setDomain(".b.c"); in test_ShouldAccept_LURI_LHttpCookie()67 cookie.setDomain(".b.c"); in test_ShouldAccept_LURI_LHttpCookie()72 cookie.setDomain("b.c"); in test_ShouldAccept_LURI_LHttpCookie()77 cookie.setDomain("a.b.c.d"); in test_ShouldAccept_LURI_LHttpCookie()82 cookie.setDomain("."); in test_ShouldAccept_LURI_LHttpCookie()87 cookie.setDomain(""); in test_ShouldAccept_LURI_LHttpCookie()
261 cookie.setDomain("test"); in test_Get_SetPath()289 cookie.setDomain("a.b.d.c.com."); in test_Get_SetDomain()292 cookie.setDomain(" a.b.d.c.com. "); in test_Get_SetDomain()296 cookie.setDomain("xy.foo.bar.de.edu"); in test_Get_SetDomain()447 cookie.setDomain(" test"); in test_Equals()448 cookie2.setDomain("test"); in test_Equals()450 cookie.setDomain("TEST"); in test_Equals()487 cookie.setDomain(".B.com"); in test_ToString()509 cookie.setDomain(null); in test_ToString()525 cookie.setDomain("a.b.c.de"); in test_HashCode()[all …]
515 cookie.setDomain("localhost"); in testDomainNotAutomaticallyPrefixedWithDot()835 cookie.setDomain(domain); in createCookie()886 anotherCookie.setDomain("domain"); in test_add_LURI_LHttpCookie()914 cookie4.setDomain("domain"); in test_add_LURI_LHttpCookie()965 cookie4.setDomain(".uri1.test.org"); in test_get_LURI()995 cookie6.setDomain(".uri1.test.org"); in test_get_LURI()1163 cookie4.setDomain(".test.com"); in test_remove_LURI_LHttpCookie()1476 cookie.setDomain("http://www.foo.com"); in testCookieWithNullPath()
386 public void setDomain(String pattern) { in setDomain() method in HttpCookie934 cookie.setDomain(attrValue);
334 cookie.setDomain(host); in put()
87 public void setDomain(java.lang.String pattern) { in setDomain() method in HttpCookie