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

  /external/chromium_org/ui/gfx/
rect_base.h 140 void SplitVertically(Class* left_half, Class* right_half) const;
rect_unittest.cc 299 TEST(RectTest, SplitVertically) {
303 Rect(0, 0, 20, 20).SplitVertically(&left_half, &right_half);
308 Rect(10, 10, 20, 10).SplitVertically(&left_half, &right_half);
313 Rect(10, 10, 0, 10).SplitVertically(&left_half, &right_half);
318 Rect(10, 10, 5, 10).SplitVertically(&left_half, &right_half);
rect_base_impl.h 294 SplitVertically(Class* left_half, Class* right_half) const {
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 543 ideal_bounds.SplitVertically(&left_half, &right_half);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc     [all...]

Completed in 52 milliseconds