Home | History | Annotate | Download | only in browser

Lines Matching refs:tab

117         Tab tab = mUiController.getCurrentTab();
118 if (tab != null) {
119 mForward.setEnabled(tab.canGoForward());
198 Tab tab = mUiController.getTabControl().getCurrentTab();
199 WebView web = tab.getWebView();
201 tab.goBack();
203 tab.goForward();
205 if (tab.inPageLoad()) {
242 final List<Tab> tabs = mUiController.getTabs();
280 private List<Tab> mTabs;
286 mTabs = new ArrayList<Tab>();
290 public void setTabs(List<Tab> tabs) {
301 public Tab getItem(int position) {
312 final Tab tab = mTabs.get(position);
318 Bitmap b = tab.getScreenshot();
324 title2.setText(tab.getTitle());
327 title1.setText(tab.getTitle());
332 mUiController.switchToTab(tab);