Home | History | Annotate | Download | only in browser

Lines Matching refs:view

25 import android.view.KeyEvent;
26 import android.view.View;
48 void onSetWebView(Tab tab, WebView view);
52 void onPageStarted(Tab tab, WebView view, Bitmap favicon);
60 void onFavicon(Tab tab, WebView view, Bitmap icon);
62 boolean shouldOverrideUrlLoading(Tab tab, WebView view, String url);
72 void onReceivedHttpAuthRequest(Tab tab, WebView view, final HttpAuthHandler handler,
78 void showCustomView(Tab tab, View view, int requestedOrientation,
85 View getVideoLoadingProgressView();
87 void showSslCertificateOnError(WebView view, SslErrorHandler handler,