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()
1150 final String historyUrl = "http://www.example.com/"; in testLoadDataWithBaseUrl_historyUrl() local1153 "text/html", "UTF-8", historyUrl); in testLoadDataWithBaseUrl_historyUrl()1154 assertEquals(historyUrl, mOnUiThread.getUrl()); in testLoadDataWithBaseUrl_historyUrl()1194 final String historyUrl = "http://www.example.com/"; in testLoadDataWithBaseUrl_dataBaseUrlIgnoresHistoryUrl() local1197 "text/html", "UTF-8", historyUrl); in testLoadDataWithBaseUrl_dataBaseUrlIgnoresHistoryUrl()