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

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 469 gfx::Rect left_half = ideal_bounds; local
470 left_half.set_width(left_half.width() / 2);
473 right_half.set_width(ideal_bounds.width() - left_half.width());
474 right_half.set_x(left_half.right());
482 } else if (dragged_bounds_x >= left_half.x() &&
483 dragged_bounds_x < left_half.right()) {
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 112 case DockInfo::LEFT_HALF:
988 gfx::Rect left_half = ideal_bounds; local
    [all...]

Completed in 170 milliseconds