Home
last modified time | relevance | path

Searched refs:getCookieUrl (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieManagerTest.java102 String url = server.getCookieUrl("conquest.html"); in testAcceptCookie()
111 url = server.getCookieUrl("war.html"); in testAcceptCookie()
123 url = server.getCookieUrl("famine.html"); in testAcceptCookie()
133 url = server.getCookieUrl("death.html"); in testAcceptCookie()
/cts/hostsidetests/webkit/app/src/com/android/cts/webkit/
DWebViewDeviceSideStartupTest.java67 final String url = server.getCookieUrl("death.html"); in testCookieManagerBlockingUiThread()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java418 public String getCookieUrl(String path) { in getCookieUrl() method in CtsTestServer