Home | History | Annotate | Download | only in browser

Lines Matching refs:view

25 import android.view.KeyEvent;
26 import android.view.View;
49 void onSetWebView(Tab tab, WebView view);
53 void onPageStarted(Tab tab, WebView view, Bitmap favicon);
61 void onFavicon(Tab tab, WebView view, Bitmap icon);
63 boolean shouldOverrideUrlLoading(Tab tab, WebView view, String url);
73 void onReceivedHttpAuthRequest(Tab tab, WebView view, final HttpAuthHandler handler,
79 void showCustomView(Tab tab, View view, int requestedOrientation,
86 View getVideoLoadingProgressView();
88 void showSslCertificateOnError(WebView view, SslErrorHandler handler,