HomeSort by relevance Sort by last modified time
    Searched full:cancelmsg (Results 1 - 3 of 3) sorted by null

  /packages/apps/Browser/tests/src/com/android/browser/
TestWebViewClient.java 71 public void onTooManyRedirects(WebView view, Message cancelMsg,
73 mWrappedClient.onTooManyRedirects(view, cancelMsg, continueMsg);
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 107 * @param cancelMsg The message to send if the host wants to cancel
113 public void onTooManyRedirects(WebView view, Message cancelMsg,
115 cancelMsg.sendToTarget();
CallbackProxy.java     [all...]

Completed in 100 milliseconds