Searched refs:onReceivedError (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/webkit/ |
D | WebViewClient.java | 187 public void onReceivedError(WebView view, int errorCode, in onReceivedError() method in WebViewClient
|
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/ |
D | PowerTestActivity.java | 203 public void onReceivedError(WebView view, int errorCode, String description, in onReceivedError() method in PowerTestActivity.SimpleWebViewClient
|
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
D | WebViewContentsClientAdapter.java | 533 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/ |
D | system-current.txt | 38887 …method public void onReceivedError(android.webkit.WebView, int, java.lang.String, java.lang.String…
|
D | current.txt | 36550 …method public void onReceivedError(android.webkit.WebView, int, java.lang.String, java.lang.String…
|