Home
last modified time | relevance | path

Searched refs:drag_delta_to_stack (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Dpanel_drag_browsertest.cc1561 gfx::Vector2d drag_delta_to_stack = in IN_PROC_BROWSER_TEST_F() local
1563 mouse_location = mouse_location + drag_delta_to_stack; in IN_PROC_BROWSER_TEST_F()
1570 gfx::Rect panel2_new_bounds(panel2_old_bounds.x() + drag_delta_to_stack.x(), in IN_PROC_BROWSER_TEST_F()
1596 drag_delta_to_stack = GetDragDeltaToStackToBottom(panel2, panel1); in IN_PROC_BROWSER_TEST_F()
1597 mouse_location = mouse_location + drag_delta_to_stack; in IN_PROC_BROWSER_TEST_F()
1604 panel2_new_bounds.set_x(panel2_new_bounds.x() + drag_delta_to_stack.x()); in IN_PROC_BROWSER_TEST_F()
1668 gfx::Vector2d drag_delta_to_stack = GetDragDeltaToStackToTop(panel2, panel1); in IN_PROC_BROWSER_TEST_F() local
1669 mouse_location = mouse_location + drag_delta_to_stack; in IN_PROC_BROWSER_TEST_F()
1677 panel2_old_bounds.x() + drag_delta_to_stack.x(), in IN_PROC_BROWSER_TEST_F()
1703 drag_delta_to_stack = GetDragDeltaToStackToTop(panel2, panel1); in IN_PROC_BROWSER_TEST_F()
[all …]
Dstacked_panel_browsertest.cc553 gfx::Vector2d drag_delta_to_stack(bounds2.x() - bounds1.x(), in IN_PROC_BROWSER_TEST_F() local
555 panel1_testing->DragTitlebar(mouse_location + drag_delta_to_stack); in IN_PROC_BROWSER_TEST_F()