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

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 472 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/
dragged_tab_controller.cc 125 case DockInfo::RIGHT_HALF:
990 gfx::Rect right_half = ideal_bounds; local
    [all...]

Completed in 52 milliseconds