HomeSort by relevance Sort by last modified time
    Searched refs:GetInsertionIndexForDraggedBounds (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 143 int GetInsertionIndexForDraggedBounds(const gfx::Rect& dragged_bounds,
dragged_tab_controller_gtk.cc 283 int to_index = GetInsertionIndexForDraggedBounds(bounds, true);
380 // in GetInsertionIndexForDraggedBounds needs them to be to figure out the
393 int index = GetInsertionIndexForDraggedBounds(bounds, false);
453 int DraggedTabControllerGtk::GetInsertionIndexForDraggedBounds(
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h 220 int GetInsertionIndexForDraggedBounds(const gfx::Rect& dragged_bounds) const;
dragged_tab_controller.cc 732 int to_index = GetInsertionIndexForDraggedBounds(bounds);
    [all...]

Completed in 1125 milliseconds