Searched refs:onReceivedError (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/webkit/ |
D | WebViewClient.java | 160 public void onReceivedError(WebView view, int errorCode, in onReceivedError() method in WebViewClient
|
D | CallbackProxy.java | 356 mWebViewClient.onReceivedError(mWebView.getWebView(), reasonCode, in handleMessage() 1009 public void onReceivedError(int errorCode, String description, in onReceivedError() method in CallbackProxy
|
D | BrowserFrame.java | 363 mCallbackProxy.onReceivedError(errorCode, description, failingUrl); in reportError()
|
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/ |
D | PowerTestActivity.java | 202 public void onReceivedError(WebView view, int errorCode, String description, in onReceivedError() method in PowerTestActivity.SimpleWebViewClient
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | ReliabilityTestActivity.java | 200 public void onReceivedError(WebView view, int errorCode, String description, in onReceivedError() method in ReliabilityTestActivity.SimpleWebViewClient
|
D | TestShellActivity.java | 631 public void onReceivedError(WebView view, int errorCode, String description, 635 super.onReceivedError(view, errorCode, description, failingUrl);
|
/frameworks/base/api/ |
D | 14.txt | 25306 …method public void onReceivedError(android.webkit.WebView, int, java.lang.String, java.lang.String…
|
D | 15.txt | 25460 …method public void onReceivedError(android.webkit.WebView, int, java.lang.String, java.lang.String…
|
D | current.txt | 26647 …method public void onReceivedError(android.webkit.WebView, int, java.lang.String, java.lang.String…
|
D | 16.txt | 26647 …method public void onReceivedError(android.webkit.WebView, int, java.lang.String, java.lang.String…
|