Home | History | Annotate | Download | only in tabs

Lines Matching refs:tab

26 #include "chrome/browser/ui/views/tabs/tab.h"
91 TabContextMenuContents(Tab* tab,
93 : tab_(tab),
98 controller->tabstrip_->GetModelIndexOfTab(tab)));
166 // The tab we're showing a menu for.
167 Tab* tab_;
221 Tab* tab) const {
222 int model_index = tabstrip_->GetModelIndexOfTab(tab);
229 Tab* tab) {
230 int model_index = tabstrip_->GetModelIndexOfTab(tab);
235 bool BrowserTabStripController::IsTabPinned(Tab* tab) const {
236 return IsTabPinned(tabstrip_->GetModelIndexOfTab(tab));
294 // Cancel any pending tab transition.
309 Tab* tab,
312 context_menu_contents_.reset(new TabContextMenuContents(tab, this));
322 Tab* tab = tabstrip_->tab_at(i);
324 tab->UpdateLoadingAnimation(TabContentsNetworkState(contents));
335 // Perform a delayed tab transition if hovering directly over a tab.
405 // revealed if the user is attempting to attach a tab to a tabstrip
440 // Cancel any pending tab transition.
455 // Cancel any pending tab transition.
529 Tab* tab) {
532 int model_index = tabstrip_->GetModelIndexOfTab(tab);
546 Tab* tab) {
557 // Cancel any pending tab transition.