Lines Matching refs:Tab
58 // Create a new tab
61 // Open the corresponding tab
62 // If the tab is the current one, switchToTab will
76 * of a tab can be pressed, but the close button itself is not.
133 // Do not recycle the "add new tab" item.
154 Tab tab = mControl.getTab(position);
155 tab.populatePickerData();
156 title.setText(tab.getTitle());
157 url.setText(tab.getUrl());
158 Bitmap icon = tab.getFavicon();