Searched refs:historyUrl (Results 1 – 2 of 2) sorted by relevance
/cts/libs/deviceutillegacy/src/android/webkit/cts/ |
D | WebViewSyncLoader.java | 218 final String historyUrl) { in loadDataWithBaseURLAndWaitForCompletion() argument 220 () -> mWebView.loadDataWithBaseURL(baseUrl, data, mimeType, encoding, historyUrl)); in loadDataWithBaseURLAndWaitForCompletion()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebViewTest.java | 1141 final String historyUrl = "http://www.example.com/"; in testLoadDataWithBaseUrl_historyUrl() local 1143 baseUrl, SIMPLE_HTML, "text/html", "UTF-8", historyUrl); in testLoadDataWithBaseUrl_historyUrl() 1144 assertEquals(historyUrl, mOnUiThread.getUrl()); in testLoadDataWithBaseUrl_historyUrl() 1183 final String historyUrl = "http://www.example.com/"; in testLoadDataWithBaseUrl_dataBaseUrlIgnoresHistoryUrl() local 1185 baseUrl, SIMPLE_HTML, "text/html", "UTF-8", historyUrl); in testLoadDataWithBaseUrl_dataBaseUrlIgnoresHistoryUrl()
|