Searched refs:getCookies (Results 1 – 10 of 10) sorted by relevance
30 assertEquals(0, cookies.getCookies().size()); in testNoCookies()41 assertEquals(1, cookies.getCookies().size()); in testCookieSentBackToClient()42 assertEquals("name", cookies.getCookies().get(0).getName()); in testCookieSentBackToClient()43 assertEquals("value", cookies.getCookies().get(0).getValue()); in testCookieSentBackToClient()75 CookieHandler cookies = session.getCookies(); in serve()
92 this.getCookies = function(domain) { method in CookieCache112 cache.getCookies(domain).forEach(function(cookie) {139 cache.getCookies(domain).forEach(function(cookie) {182 var cookies = cache.getCookies(domain);
76 List<HttpCookie> cookies = cookieManager.getCookieStore().getCookies(); in testNetscapeResponse()106 List<HttpCookie> cookies = cookieManager.getCookieStore().getCookies(); in testRfc2109Response()139 List<HttpCookie> cookies = cookieManager.getCookieStore().getCookies(); in testRfc2965Response()173 List<HttpCookie> cookies = cookieManager.getCookieStore().getCookies(); in testQuotedAttributeValues()
66 List<Cookie> getCookies(); in getCookies() method
129 public synchronized List<Cookie> getCookies() { in getCookies() method in BasicCookieStore
154 List<Cookie> cookies = new ArrayList<Cookie>(cookieStore.getCookies()); in process()
389 PageAgent.getCookies(mycallback);
105 …virtual void getCookies(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Page::Cookie> >& cook…
689 void InspectorPageAgent::getCookies(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Page::Cook… in getCookies() function in blink::InspectorPageAgent
837 CookieHandler getCookies(); in getCookies() method1326 public CookieHandler getCookies() { in getCookies() method in NanoHTTPD.HTTPSession