Home
last modified time | relevance | path

Searched refs:right_half (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_controller_gtk.cc472 gfx::Rect right_half = ideal_bounds; in GetInsertionIndexForDraggedBounds() local
473 right_half.set_width(ideal_bounds.width() - left_half.width()); in GetInsertionIndexForDraggedBounds()
474 right_half.set_x(left_half.right()); in GetInsertionIndexForDraggedBounds()
476 right_tab_x = right_half.right(); in GetInsertionIndexForDraggedBounds()
478 if (dragged_bounds_x >= right_half.x() && in GetInsertionIndexForDraggedBounds()
479 dragged_bounds_x < right_half.right()) { in GetInsertionIndexForDraggedBounds()
/external/chromium/chrome/browser/ui/views/tabs/
Ddragged_tab_controller.cc990 gfx::Rect right_half = ideal_bounds; in GetInsertionIndexForDraggedBounds() local
991 right_half.set_width(ideal_bounds.width() - left_half.width()); in GetInsertionIndexForDraggedBounds()
992 right_half.set_x(left_half.right()); in GetInsertionIndexForDraggedBounds()
993 right_tab_x = right_half.right(); in GetInsertionIndexForDraggedBounds()
994 if (dragged_bounds.x() >= right_half.x() && in GetInsertionIndexForDraggedBounds()
995 dragged_bounds.x() < right_half.right()) { in GetInsertionIndexForDraggedBounds()