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

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

Completed in 32 milliseconds