Searched refs:historyUrl (Results 1 – 2 of 2) sorted by relevance
221 final String historyUrl) { in loadDataWithBaseURLAndWaitForCompletion() argument223 () -> mWebView.loadDataWithBaseURL(baseUrl, data, mimeType, encoding, historyUrl)); in loadDataWithBaseURLAndWaitForCompletion()
1152 final String historyUrl = "http://www.example.com/"; in testLoadDataWithBaseUrl_historyUrl() local1155 "text/html", "UTF-8", historyUrl); in testLoadDataWithBaseUrl_historyUrl()1156 assertEquals(historyUrl, mOnUiThread.getUrl()); in testLoadDataWithBaseUrl_historyUrl()1196 final String historyUrl = "http://www.example.com/"; in testLoadDataWithBaseUrl_dataBaseUrlIgnoresHistoryUrl() local1199 "text/html", "UTF-8", historyUrl); in testLoadDataWithBaseUrl_dataBaseUrlIgnoresHistoryUrl()