Home
last modified time | relevance | path

Searched refs:loadDataWithBaseURL (Results 1 – 3 of 3) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
DHtmlActivityTask.java132 mView.loadDataWithBaseURL(BASE_URL, source, "text/html", "utf-8", null); in shouldOverrideUrlLoading()
174 mView.loadDataWithBaseURL(BASE_URL, source, "text/html", "utf-8", null); in load()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWebView.java155 protected void loadDataWithBaseURL( in loadDataWithBaseURL() method in ShadowWebView
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowWebViewTest.java65 …webView.loadDataWithBaseURL("base/url", "<html><body><h1>Hi</h1></body></html>", "text/html", "utf… in shouldRecordLastLoadDataWithBaseURL()