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

  /external/chromium/chrome/browser/ui/tabs/
dock_info.cc 59 case DockInfo::RIGHT_HALF:
164 case RIGHT_HALF:
246 case DockInfo::RIGHT_HALF:
dock_info_unittest.cc 77 DockInfo::RIGHT_HALF,
142 DockInfo::RIGHT_HALF,
167 DockInfo::RIGHT_HALF,
dock_info.h 58 RIGHT_HALF,
dock_info_win.cc 295 DockInfo::RIGHT_HALF);
  /external/chromium_org/chrome/browser/ui/tabs/
dock_info.cc 53 case DockInfo::RIGHT_HALF:
154 case RIGHT_HALF:
236 case DockInfo::RIGHT_HALF:
dock_info_unittest.cc 77 DockInfo::RIGHT_HALF,
142 DockInfo::RIGHT_HALF,
167 DockInfo::RIGHT_HALF,
dock_info.h 44 RIGHT_HALF,
  /external/chromium_org/ui/gfx/
rect_base_impl.h 292 SplitVertically(Class* left_half, Class* right_half) const {
294 DCHECK(right_half);
297 right_half->SetRect(left_half->right(),
rect_base.h 139 // Splits |this| in two halves, |left_half| and |right_half|.
140 void SplitVertically(Class* left_half, Class* right_half) const;
rect_unittest.cc 300 Rect left_half, right_half; local
303 Rect(0, 0, 20, 20).SplitVertically(&left_half, &right_half);
305 EXPECT_TRUE(right_half == Rect(10, 0, 10, 20));
308 Rect(10, 10, 20, 10).SplitVertically(&left_half, &right_half);
310 EXPECT_TRUE(right_half == Rect(20, 10, 10, 10));
313 Rect(10, 10, 0, 10).SplitVertically(&left_half, &right_half);
315 EXPECT_TRUE(right_half == Rect(10, 10, 0, 10));
318 Rect(10, 10, 5, 10).SplitVertically(&left_half, &right_half);
320 EXPECT_TRUE(right_half == Rect(12, 10, 3, 10));
  /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...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 530 gfx::Rect left_half, right_half; local
531 ideal_bounds.SplitVertically(&left_half, &right_half);
532 right_tab_x = right_half.x();
534 if (dragged_bounds_start >= right_half.x() &&
535 dragged_bounds_start < right_half.right()) {
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_win.cc 1367 RECT right_half = bottom_section; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 138 case DockInfo::RIGHT_HALF:
1455 gfx::Rect left_half, right_half; local
    [all...]
dock_info_win.cc 349 DockInfo::RIGHT_HALF);

Completed in 502 milliseconds