HomeSort by relevance Sort by last modified time
    Searched refs:onReceivedError (Results 1 - 25 of 34) sorted by null

1 2

  /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) {
  /packages/apps/Browser/tests/src/com/android/browser/
TestWebViewClient.java 77 public void onReceivedError(WebView view, int errorCode,
79 mWrappedClient.onReceivedError(view, errorCode, description, failingUrl);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwWebContentsObserver.java 45 // this error code with the WebViewClient.onReceivedError callback.
46 mAwContentsClient.onReceivedError(
50 // Need to call onPageFinished after onReceivedError (if there is an error) for
AwContentsClient.java 186 public abstract void onReceivedError(int errorCode, String description, String failingUrl);
AwContentsClientCallbackHelper.java 123 mContentsClient.onReceivedError(info.mErrorCode, info.mDescription,
  /external/chromium_org/chrome/test/chromedriver/test/webview_shell/java/src/org/chromium/chromedriver_webview_shell/
Main.java 41 public void onReceivedError(WebView view, int errorCode, String description,
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
GAEChannelClient.java 79 public void onReceivedError(
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 187 public void onReceivedError(WebView view, int errorCode,
  /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) {
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 203 public void onReceivedError(WebView view, int errorCode, String description,
  /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...]
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewContentsClientAdapter.java 530 * @see ContentViewClient#onReceivedError(int,String,String)
533 public void onReceivedError(int errorCode, String description, String failingUrl) {
541 if (TRACE) Log.d(TAG, "onReceivedError=" + failingUrl);
542 mWebViewClient.onReceivedError(mWebView, errorCode, description, failingUrl);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 430 public void onReceivedError(WebView view, int errorCode,
441 Log.e(LOGTAG, "onReceivedError " + errorCode + " " + failingUrl
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 
  /external/robolectric/lib/main/
android.jar 

Completed in 890 milliseconds

1 2