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

/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java119 String mimeType, String encoding, String historyUrl);
118 loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, String historyUrl) argument
H A DWebView.java919 * applying JavaScript's same origin policy. The historyUrl is used for the
928 * historyUrl is ignored, and the data will be treated as part of a data: URL.
939 * @param historyUrl the URL to use as the history entry. If null defaults
943 String mimeType, String encoding, String historyUrl) {
946 mProvider.loadDataWithBaseURL(baseUrl, data, mimeType, encoding, historyUrl);
942 loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, String historyUrl) argument
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java644 String historyUrl) {
649 historyUrl = fixupHistory(historyUrl);
656 data, mimeType, isBase64, baseUrl, historyUrl, isBase64 ? null : encoding);
665 true, baseUrl, historyUrl, "utf-8");
643 loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, String historyUrl) argument

Completed in 74 milliseconds