Searched defs:GetInsertionIndexFrom (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc1123 int TabDragController::GetInsertionIndexFrom(const gfx::Rect& dragged_bounds, function in class:TabDragController
1187 index = GetInsertionIndexFrom(dragged_bounds, 0);
1222 // GetInsertionIndexFrom() does?
1239 // GetInsertionIndexFrom() does?
1253 return GetInsertionIndexFrom(dragged_bounds, active_index + 1);
1257 // bounds. We do this as GetInsertionIndexFrom() uses the bounds of the
1261 index = GetInsertionIndexFrom(dragged_bounds, active_index + 1);

Completed in 141 milliseconds