Searched refs:getLinkedScriptUrl (Results 1 – 2 of 2) sorted by relevance
365 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()
452 public String getLinkedScriptUrl(String path, String url) { in getLinkedScriptUrl() method in CtsTestServer