Home
last modified time | relevance | path

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

/packages/apps/Browser/tests/src/com/android/browser/
DTestWebViewClient.java78 String description, String failingUrl) { in onReceivedError() argument
79 mWrappedClient.onReceivedError(view, errorCode, description, failingUrl); in onReceivedError()
/packages/apps/Browser/src/com/android/browser/
DTab.java431 String description, String failingUrl) {
441 Log.e(LOGTAG, "onReceivedError " + errorCode + " " + failingUrl
1077 String description, String failingUrl) { in onReceivedError() argument
1078 mClient.onReceivedError(view, errorCode, description, failingUrl); in onReceivedError()