Searched defs:historyUrl (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java116 String mimeType, String encoding, String historyUrl);
115 loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, String historyUrl) argument
H A DWebView.java852 * applying JavaScript's same origin policy. The historyUrl is used for the
861 * historyUrl is ignored, and the data will be treated as part of a data: URL.
872 * @param historyUrl the URL to use as the history entry. If null defaults
876 String mimeType, String encoding, String historyUrl) {
879 mProvider.loadDataWithBaseURL(baseUrl, data, mimeType, encoding, historyUrl);
875 loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, String historyUrl) argument
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java573 String historyUrl) {
578 historyUrl = fixupHistory(historyUrl);
585 data, mimeType, isBase64, baseUrl, historyUrl, isBase64 ? null : encoding);
594 true, baseUrl, historyUrl, "utf-8");
572 loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, String historyUrl) argument

Completed in 29 milliseconds