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

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h309 int GetInsertionIndexFrom(const gfx::Rect& dragged_bounds, int start) const;
311 // Like GetInsertionIndexFrom(), but searches backwards from |start| to the
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 89 milliseconds