Home
last modified time | relevance | path

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

/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java204 String failingUrl) { in onReceivedError() argument
208 + ", url=" + failingUrl); in onReceivedError()
/frameworks/base/core/java/android/webkit/
DWebViewClient.java188 String description, String failingUrl) { in onReceivedError() argument
/frameworks/webview/chromium/java/com/android/webview/chromium/
DWebViewContentsClientAdapter.java533 public void onReceivedError(int errorCode, String description, String failingUrl) { in onReceivedError() argument
541 if (TRACE) Log.d(TAG, "onReceivedError=" + failingUrl); in onReceivedError()
542 mWebViewClient.onReceivedError(mWebView, errorCode, description, failingUrl); in onReceivedError()