Home
last modified time | relevance | path

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

/cts/libs/webkit-shared/src/android/webkit/cts/
DSharedSdkWebServer.java186 public String getLinkedScriptUrl(String path, String url) {
188 return mWebServer.getLinkedScriptUrl(path, url);
DIWebServer.aidl64 String getLinkedScriptUrl(String path, String url); in getLinkedScriptUrl() method
DSharedWebViewTestEnvironment.java422 public String getLinkedScriptUrl(String path, String url) {
425 return mWebServer.getLinkedScriptUrl(path, url);
/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieManagerTest.java371 String url = mWebServer.getLinkedScriptUrl("/content_1.html", cookieUrl); in testThirdPartyCookie()
382 url = mWebServer.getLinkedScriptUrl("/content_2.html", cookieUrl); in testThirdPartyCookie()
401 String url = mWebServer.getLinkedScriptUrl("/content_1.html", cookieUrl); in testSameSiteLaxByDefault()
415 String url = mWebServer.getLinkedScriptUrl("/content_1.html", cookieUrl); in testSameSiteNoneRequiresSecure()
435 String url = mWebServer.getLinkedScriptUrl("/content_1.html", cookieUrl); in testSchemefulSameSite()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java497 public String getLinkedScriptUrl(String path, String url) { in getLinkedScriptUrl() method in CtsTestServer