Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_controller_gtk.cc456 int right_tab_x = 0; in GetInsertionIndexForDraggedBounds() local
476 right_tab_x = right_half.right(); in GetInsertionIndexForDraggedBounds()
491 dragged_bounds.x() < right_tab_x : in GetInsertionIndexForDraggedBounds()
492 dragged_bounds.right() > right_tab_x; in GetInsertionIndexForDraggedBounds()
/external/chromium/chrome/browser/ui/views/tabs/
Ddragged_tab_controller.cc982 int right_tab_x = 0; in GetInsertionIndexForDraggedBounds() local
993 right_tab_x = right_half.right(); in GetInsertionIndexForDraggedBounds()
1019 dragged_bounds.right() > right_tab_x) || in GetInsertionIndexForDraggedBounds()