OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loadDataWithBaseURL
(Results
1 - 5
of
5
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
HtmlActivityTask.java
132
mView.
loadDataWithBaseURL
(BASE_URL, source, "text/html", "utf-8", null);
174
mView.
loadDataWithBaseURL
(BASE_URL, source, "text/html", "utf-8", null);
/cts/libs/deviceutillegacy/src/android/webkit/cts/
WebViewSyncLoader.java
214
* Calls {@link WebView#
loadDataWithBaseUrl
(String,String,String,String,String)} on the WebView
223
() -> mWebView.
loadDataWithBaseURL
(baseUrl, data, mimeType, encoding, historyUrl));
/development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java
254
mWebView.
loadDataWithBaseURL
(ExtendedWikiHelper.WIKI_AUTHORITY, entryContent,
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowWebViewTest.java
65
webView.
loadDataWithBaseURL
("base/url", "<html><body><h1>Hi</h1></body></html>", "text/html", "utf-8", "history/url");
66
ShadowWebView.
LoadDataWithBaseURL
lastLoadData = shadowOf(webView).getLastLoadDataWithBaseURL();
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowWebView.java
57
private
LoadDataWithBaseURL
lastLoadDataWithBaseURL;
155
protected void
loadDataWithBaseURL
(
162
new
LoadDataWithBaseURL
(baseUrl, data, mimeType, encoding, historyUrl);
376
public
LoadDataWithBaseURL
getLastLoadDataWithBaseURL() {
406
public static class
LoadDataWithBaseURL
{
413
public
LoadDataWithBaseURL
(
Completed in 95 milliseconds