Searched refs:getSecure (Results 1 – 5 of 5) sorted by relevance
235 assertFalse(cookie.getSecure()); in test_Get_SetSecure()237 assertFalse(cookie.getSecure()); in test_Get_SetSecure()240 assertTrue(cookie.getSecure()); in test_Get_SetSecure()243 assertFalse(cookie.getSecure()); in test_Get_SetSecure()661 assertFalse(cookie.getSecure()); in test_Parse()767 assertTrue(cookie.getSecure()); in test_Parse()771 assertTrue(cookie.getSecure()); in test_Parse()776 assertTrue(cookie.getSecure()); in test_Parse()869 assertTrue(cookie.getSecure());875 assertTrue(cookie.getSecure());
115 public boolean getSecure() { in getSecure() method in HttpCookie
226 (secureLink || !cookie.getSecure())) { in get()
502 public boolean getSecure() { in getSecure() method in HttpCookie
115 assertEquals(true, cookie.getSecure()); in testNetscapeResponse()145 assertEquals(true, cookie.getSecure()); in testRfc2109Response()179 assertEquals(true, cookie.getSecure()); in testRfc2965Response()214 assertEquals(true, cookie.getSecure()); in testQuotedAttributeValues()