Searched refs:getCookies (Results 1 – 9 of 9) sorted by relevance
94 list = cookieStore.getCookies(); in test_add_LURI_LHttpCookie()102 list = cookieStore.getCookies(); in test_add_LURI_LHttpCookie()118 list = cookieStore.getCookies(); in test_add_LURI_LHttpCookie()179 list = cookieStore.getCookies(); in test_get_LURI()185 list = cookieStore.getCookies(); in test_get_LURI()208 List<HttpCookie> list = cookieStore.getCookies(); in test_getCookies()215 list = cookieStore.getCookies(); in test_getCookies()221 list = cookieStore.getCookies(); in test_getCookies()228 list = cookieStore.getCookies(); in test_getCookies()234 list = cookieStore.getCookies(); in test_getCookies()[all …]
237 public List<HttpCookie> getCookies() { in testCookieManager_LCookieStore_LCookiePolicy() method in CookieManagerTest.DummyStore
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);
61 List<Cookie> getCookies(); in getCookies() method
124 public synchronized List<Cookie> getCookies() { in getCookies() method in BasicCookieStore
149 List<Cookie> cookies = new ArrayList<Cookie>(cookieStore.getCookies()); in process()
389 PageAgent.getCookies(mycallback);
98 …virtual void getCookies(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Page::Cookie> >& cook…
542 void InspectorPageAgent::getCookies(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Page::Cook… in getCookies() function in WebCore::InspectorPageAgent