Searched refs:ShouldDragToNextStackedTab (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h325 bool ShouldDragToNextStackedTab(const gfx::Rect& dragged_bounds,
H A Dtab_drag_controller.cc784 if (ShouldDragToNextStackedTab(bounds, index)) {
1209 bool TabDragController::ShouldDragToNextStackedTab( function in class:TabDragController
1262 if (index == -1 && ShouldDragToNextStackedTab(dragged_bounds, active_index))

Completed in 132 milliseconds