Lines Matching defs:view

22 import android.view.KeyEvent;
34 * @param view The WebView that is initiating the callback.
39 public boolean shouldOverrideUrlLoading(WebView view, String url) {
50 * @param view The WebView that is initiating the callback.
55 public void onPageStarted(WebView view, String url, Bitmap favicon) {
64 * @param view The WebView that is initiating the callback.
67 public void onPageFinished(WebView view, String url) {
74 * @param view The WebView that is initiating the callback.
77 public void onLoadResource(WebView view, String url) {
88 * @param view The {@link android.webkit.WebView} that is requesting the
95 public WebResourceResponse shouldInterceptRequest(WebView view,
106 * @param view The WebView that is initiating the callback.
113 public void onTooManyRedirects(WebView view, Message cancelMsg,
154 * @param view The WebView that is initiating the callback.
159 public void onReceivedError(WebView view, int errorCode,
168 * @param view The WebView that is initiating the callback.
172 public void onFormResubmission(WebView view, Message dontResend,
180 * @param view The WebView that is initiating the callback.
184 public void doUpdateVisitedHistory(WebView view, String url,
195 * @param view The WebView that is initiating the callback.
200 public void onReceivedSslError(WebView view, SslErrorHandler handler,
211 public void onProceededAfterSslError(WebView view, SslError error) {
222 * @param view The WebView that is initiating the callback.
229 public void onReceivedClientCertRequest(WebView view,
238 * @param view The WebView that is initiating the callback.
244 public void onReceivedHttpAuthRequest(WebView view,
253 * will always handle the key event, so none of the super in the view chain
256 * @param view The WebView that is initiating the callback.
261 public boolean shouldOverrideKeyEvent(WebView view, KeyEvent event) {
272 * @param view The WebView that is initiating the callback.
275 public void onUnhandledKeyEvent(WebView view, KeyEvent event) {
282 * @param view he WebView that is initiating the callback.
286 public void onScaleChanged(WebView view, float oldScale, float newScale) {
292 * @param view The WebView requesting the login.
299 public void onReceivedLoginRequest(WebView view, String realm,