Searched refs:failingUrl (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java185 * @param failingUrl The url that failed to load.
188 String description, String failingUrl) {
187 onReceivedError(WebView view, int errorCode, String description, String failingUrl) argument
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java204 String failingUrl) {
208 + ", url=" + failingUrl);
203 onReceivedError(WebView view, int errorCode, String description, String failingUrl) argument
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java529 public void onReceivedError(int errorCode, String description, String failingUrl) { argument
537 if (TRACE) Log.d(TAG, "onReceivedError=" + failingUrl);
538 mWebViewClient.onReceivedError(mWebView, errorCode, description, failingUrl);

Completed in 135 milliseconds