GetInsertionIndexFrom 1279 chrome/browser/ui/views/tabs/tab_drag_controller.cc     index = GetInsertionIndexFrom(dragged_bounds, 0, 1);
GetInsertionIndexFrom 1339 chrome/browser/ui/views/tabs/tab_drag_controller.cc   int index = GetInsertionIndexFrom(dragged_bounds, active_index, -1);
GetInsertionIndexFrom 1343 chrome/browser/ui/views/tabs/tab_drag_controller.cc     return GetInsertionIndexFrom(dragged_bounds, active_index + 1, 1);
GetInsertionIndexFrom 1351 chrome/browser/ui/views/tabs/tab_drag_controller.cc     index = GetInsertionIndexFrom(dragged_bounds, active_index + 1, 1);
GetInsertionIndexFrom  340 chrome/browser/ui/views/tabs/tab_drag_controller.h   int GetInsertionIndexFrom(const gfx::Rect& dragged_bounds,