HomeSort by relevance Sort by last modified time
    Searched defs:onReceivedError (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ClientOnPageStartedTest.java 57 public void onReceivedError(int errorCode, String description, String failingUrl) {
58 assertEquals("onReceivedError called twice for " + failingUrl,
61 assertEquals("onPageStarted not called before onReceivedError for " + failingUrl,
63 super.onReceivedError(errorCode, description, failingUrl);
75 assertEquals("onReceivedError called before onPageStarted for " + url,
103 // any extra calls of onPageStarted / onReceivedError will arrive to our client.
ClientOnPageFinishedTest.java 60 public void onReceivedError(int errorCode, String description, String failingUrl) {
61 assertEquals("onReceivedError called twice for " + failingUrl,
64 assertEquals("onPageFinished called before onReceivedError for " + failingUrl,
66 super.onReceivedError(errorCode, description, failingUrl);
78 assertEquals("onReceivedError not called before onPageFinished for " + url,
103 // any extra calls of onPageFinished / onReceivedError will arrive to our client.
TestAwContentsClient.java 149 public void onReceivedError(int errorCode, String description, String failingUrl) {
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsClientCallbackHelper.java 123 mContentsClient.onReceivedError(info.mErrorCode, info.mDescription,
AwContentsClient.java 186 public abstract void onReceivedError(int errorCode, String description, String failingUrl);
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
NullContentsClient.java 162 public void onReceivedError(int errorCode, String description, String failingUrl) {
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewClientTest.java 585 public void onReceivedError(WebView view, int errorCode,
587 super.onReceivedError(view, errorCode, description, failingUrl);
WebViewSslTest.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 315 milliseconds