Home | History | Annotate | Download | only in browser

Lines Matching refs:tab

48     void onSetWebView(Tab tab, WebView view);
50 void createSubWindow(Tab tab);
52 void onPageStarted(Tab tab, WebView view, Bitmap favicon);
54 void onPageFinished(Tab tab);
56 void onProgressChanged(Tab tab);
58 void onReceivedTitle(Tab tab, final String title);
60 void onFavicon(Tab tab, WebView view, Bitmap icon);
62 boolean shouldOverrideUrlLoading(Tab tab, WebView view, String url);
68 void doUpdateVisitedHistory(Tab tab, boolean isReload);
72 void onReceivedHttpAuthRequest(Tab tab, WebView view, final HttpAuthHandler handler,
75 void onDownloadStart(Tab tab, String url, String useragent, String contentDisposition,
78 void showCustomView(Tab tab, View view, int requestedOrientation,
90 void onUserCanceledSsl(Tab tab);
94 void onUpdatedSecurityState(Tab tab);
100 void attachSubWindow(Tab tab);
102 void dismissSubWindow(Tab tab);
104 Tab openTab(String url, boolean incognito, boolean setActive,
107 Tab openTab(String url, Tab parent, boolean setActive,
110 boolean switchToTab(Tab tab);
112 void closeTab(Tab tab);
114 void bookmarkedStatusHasChanged(Tab tab);
116 void showAutoLogin(Tab tab);
118 void hideAutoLogin(Tab tab);