Home
last modified time | relevance | path

Searched refs:setDomain (Results 1 – 21 of 21) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DCookiePolicyTest.java82 cookie.setDomain(".b.c"); in test_ShouldAccept_LURI_LHttpCookie()
87 cookie.setDomain(".b.c"); in test_ShouldAccept_LURI_LHttpCookie()
92 cookie.setDomain("b.c"); in test_ShouldAccept_LURI_LHttpCookie()
97 cookie.setDomain("a.b.c.d"); in test_ShouldAccept_LURI_LHttpCookie()
102 cookie.setDomain("."); in test_ShouldAccept_LURI_LHttpCookie()
107 cookie.setDomain(""); in test_ShouldAccept_LURI_LHttpCookie()
DHttpCookieTest.java262 cookie.setDomain("test"); in test_Get_SetPath()
292 cookie.setDomain("a.b.d.c.com."); in test_Get_SetDomain()
295 cookie.setDomain(" a.b.d.c.com. "); in test_Get_SetDomain()
299 cookie.setDomain("xy.foo.bar.de.edu"); in test_Get_SetDomain()
414 cookie.setDomain(" test"); in test_Equals()
415 cookie2.setDomain("test"); in test_Equals()
417 cookie.setDomain("TEST"); in test_Equals()
456 cookie.setDomain(".B.com"); in test_ToString()
478 cookie.setDomain(null); in test_ToString()
495 cookie.setDomain("a.b.c.de"); in test_HashCode()
[all …]
DCookieStoreTest.java79 anotherCookie.setDomain("domain"); in test_add_LURI_LHttpCookie()
107 cookie4.setDomain("domain"); in test_add_LURI_LHttpCookie()
160 cookie4.setDomain(".uri1.test.org"); in test_get_LURI()
190 cookie6.setDomain(".uri1.test.org"); in test_get_LURI()
358 cookie4.setDomain(".test.com"); in test_remove_LURI_LHttpCookie()
/external/apache-http/src/org/apache/http/cookie/
DSetCookie.java78 void setDomain(String domain); in setDomain() method
/external/apache-http/src/org/apache/http/impl/cookie/
DRFC2965Spec.java82 cookie.setDomain(getDefaultDomain(origin)); in createCookie()
90 cookie.setDomain(getDefaultDomain(origin)); in createCookie2()
DBasicDomainHandler.java56 cookie.setDomain(value); in parse()
DRFC2109DomainHandler.java58 cookie.setDomain(value); in parse()
DCookieSpecBase.java83 cookie.setDomain(getDefaultDomain(origin)); in parse()
DRFC2965DomainAttributeHandler.java81 cookie.setDomain(domain); in parse()
DBasicClientCookie.java199 public void setDomain(String domain) { in setDomain() method in BasicClientCookie
/external/javassist/src/main/javassist/
DLoader.java213 public void setDomain(ProtectionDomain d) { in setDomain() method in Loader
/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationHeader.java377 public void setDomain(String domain) throws ParseException { in setDomain() method in AuthenticationHeader
/external/webkit/Source/WebCore/dom/
DDocument.h822 void setDomain(const String& newDomain, ExceptionCode&);
DDocument.cpp3735 void Document::setDomain(const String& newDomain, ExceptionCode& ec) in setDomain() function in WebCore::Document
/external/webkit/Source/WebCore/
DChangeLog-2003-10-254770 Enable domain() and setDomain() to work for all documents (XML
4789 (DocumentImpl::setDomain):
DChangeLog-2008-08-1058350 (WebCore::Document::setDomain): Removed unneeded call to copy.
63669 (WebCore::Document::setDomain):
65940 (WebCore::Document::setDomain):
71420 (WebCore::Document::setDomain): Don't set the securityOrigin policy unless
DChangeLog-2002-12-0315303 (HTMLDocumentImpl::setDomain), (HTMLDocumentImpl::lastModified),
DChangeLog-2006-05-1022305 (WebCore::DocumentImpl::setDomain):
DChangeLog-2009-06-1663325 (WebCore::Document::setDomain):
65825 (WebCore::Document::setDomain):
DChangeLog-2010-01-299042 (WebCore::Document::setDomain): If domain relaxation is forbidden for
54671 (WebCore::Document::setDomain):
DChangeLog-2007-10-1413131 (WebCore::Document::setDomain): Remove force parameter and change