Searched refs:target_tabstrip (Results 1 – 2 of 2) sorted by relevance
525 TabStrip* target_tabstrip = detach_behavior_ == DETACHABLE ? in ContinueDragging() local527 bool tab_strip_changed = (target_tabstrip != attached_tabstrip_); in ContinueDragging()541 if (DragBrowserToNewTabStrip(target_tabstrip, point_in_screen) == in ContinueDragging()569 TabStrip* target_tabstrip, in DragBrowserToNewTabStrip() argument574 if (!target_tabstrip) { in DragBrowserToNewTabStrip()590 target_tabstrip->OwnDragController(this); in DragBrowserToNewTabStrip()596 target_tabstrip->GetWidget()->SetCapture(attached_tabstrip_); in DragBrowserToNewTabStrip()606 target_tabstrip->GetWidget()->GetNativeView()); in DragBrowserToNewTabStrip()628 tab_strip_to_attach_to_after_exit_ = target_tabstrip; in DragBrowserToNewTabStrip()632 Attach(target_tabstrip, point_in_screen); in DragBrowserToNewTabStrip()[all …]
252 TabStrip* target_tabstrip,