Searched refs:failingUrl (Results 1 – 3 of 3) sorted by relevance
204 String failingUrl) { in onReceivedError() argument208 + ", url=" + failingUrl); in onReceivedError()
188 String description, String failingUrl) { in onReceivedError() argument
533 public void onReceivedError(int errorCode, String description, String failingUrl) { in onReceivedError() argument541 if (TRACE) Log.d(TAG, "onReceivedError=" + failingUrl); in onReceivedError()542 mWebViewClient.onReceivedError(mWebView, errorCode, description, failingUrl); in onReceivedError()