Searched refs:DragMove (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer_unittest.cc79 void DragMove(int dx, int dy) { function in class:ash::PanelWindowResizerTest
105 DragMove(dx * 5, dy * 5);
110 DragMove(dx * 100, dy * 100);
123 DragMove(dx * -95, dy * -95);
161 DragMove(400 * dx, 400 * dy);
170 DragMove(-400 * dx, -400 * dy);
299 DragMove(0, -100);
308 DragMove(500, 0);
328 DragMove(500, -100);
350 DragMove(
[all...]
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer_unittest.cc151 void DragMove(int dx, int dy) { function in class:ash::DockedWindowResizerTest
225 DragMove(dx, dy);
420 DragMove(-4, -10);
434 DragMove(-32, -10);
466 DragMove(-4, -10);
480 DragMove(-32, -10);
565 DragMove(-32, -100);
661 DragMove(-50, 0);
667 DragMove(-50, 0);
685 DragMove(
[all...]
H A Ddocked_window_layout_manager_unittest.cc131 void DragMove(int dx, int dy) { function in class:ash::DockedWindowLayoutManagerTest
197 DragMove(dx, dy);
443 DragMove(0, -w2->bounds().height() / 2 - min_dock_gap() - 1);
499 DragMove(0, min_dock_gap() + w2->bounds().height() / 2 + 10);
568 DragMove(0, min_dock_gap() + w2->bounds().height() / 2 + 10);
681 DragMove(150,0);

Completed in 74 milliseconds