Home
last modified time | relevance | path

Searched refs:target_tabstrip (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.cc525 TabStrip* target_tabstrip = detach_behavior_ == DETACHABLE ? in ContinueDragging() local
527 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() argument
574 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 …]
Dtab_drag_controller.h252 TabStrip* target_tabstrip,