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

/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc454 const gfx::Rect& dragged_bounds,
457 int dragged_bounds_x = base::i18n::IsRTL() ? dragged_bounds.right() :
458 dragged_bounds.x();
491 dragged_bounds.x() < right_tab_x :
492 dragged_bounds.right() > right_tab_x;
453 GetInsertionIndexForDraggedBounds( const gfx::Rect& dragged_bounds, bool is_tab_attached) const argument

Completed in 16 milliseconds