Home
last modified time | relevance | path

Searched refs:onReceivedError (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/webkit/
DWebViewClient.java187 public void onReceivedError(WebView view, int errorCode, in onReceivedError() method in WebViewClient
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java203 public void onReceivedError(WebView view, int errorCode, String description, in onReceivedError() method in PowerTestActivity.SimpleWebViewClient
/frameworks/webview/chromium/java/com/android/webview/chromium/
DWebViewContentsClientAdapter.java533 public void onReceivedError(int errorCode, String description, String failingUrl) { in onReceivedError() method in WebViewContentsClientAdapter
542 mWebViewClient.onReceivedError(mWebView, errorCode, description, failingUrl); in onReceivedError()
/frameworks/base/api/
Dsystem-current.txt38887 …method public void onReceivedError(android.webkit.WebView, int, java.lang.String, java.lang.String…
Dcurrent.txt36550 …method public void onReceivedError(android.webkit.WebView, int, java.lang.String, java.lang.String…