Home
last modified time | relevance | path

Searched refs:getLinkedScriptUrl (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieManagerTest.java365 String url = mServer.getLinkedScriptUrl("/content_1.html", cookieUrl); in testThirdPartyCookie()
376 url = mServer.getLinkedScriptUrl("/content_2.html", cookieUrl); in testThirdPartyCookie()
397 String url = mServer.getLinkedScriptUrl("/content_1.html", cookieUrl); in testSameSiteLaxByDefault()
413 String url = mServer.getLinkedScriptUrl("/content_1.html", cookieUrl); in testSameSiteNoneRequiresSecure()
433 String url = mServer.getLinkedScriptUrl("/content_1.html", cookieUrl); in testSchemefulSameSite()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java452 public String getLinkedScriptUrl(String path, String url) { in getLinkedScriptUrl() method in CtsTestServer