Searched defs:onReceivedError (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java187 public void onReceivedError(WebView view, int errorCode, method in class:WebViewClient
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java203 public void onReceivedError(WebView view, int errorCode, String description, method in class:PowerTestActivity.SimpleWebViewClient
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java530 * @see ContentViewClient#onReceivedError(int,String,String)
533 public void onReceivedError(int errorCode, String description, String failingUrl) { method in class:WebViewContentsClientAdapter
541 if (TRACE) Log.d(TAG, "onReceivedError=" + failingUrl);
542 mWebViewClient.onReceivedError(mWebView, errorCode, description, failingUrl);

Completed in 70 milliseconds