Home | History | Annotate | Download | only in tabs

Lines Matching refs:tab_strip

27 #include "chrome/browser/ui/views/tabs/tab_strip.h"
463 bool TabDragController::IsAttachedTo(TabStrip* tab_strip) {
465 instance_->attached_tabstrip() == tab_strip);
1083 TabStrip* tab_strip = GetTabStripForWindow(local_window);
1084 if (tab_strip && DoesTabStripContain(tab_strip, point_in_screen))
1085 return tab_strip;
1101 TabStrip* tab_strip =
1103 DCHECK(tab_strip);
1105 return other_tabstrip->controller()->IsCompatibleWith(tab_strip) ?