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

/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java133 String mimeType, String encoding, String historyUrl);
132 loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, String historyUrl) argument
H A DWebView.java1004 * applying JavaScript's same origin policy. The historyUrl is used for the
1013 * historyUrl is ignored, and the data will be treated as part of a data: URL.
1027 * @param historyUrl the URL to use as the history entry. If null defaults
1031 String mimeType, String encoding, String historyUrl) {
1033 mProvider.loadDataWithBaseURL(baseUrl, data, mimeType, encoding, historyUrl);
1030 loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, String historyUrl) argument

Completed in 92 milliseconds