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

  /external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc 79 void DragMove(int dx, int dy) {
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);
287 DragMove(0, -100);
331 DragMove(0, -100);
340 DragMove(500, 0);
360 DragMove(500, -100)
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc 151 void DragMove(int dx, int dy) {
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(-50 - window->bounds().x(), 50 - window->bounds().y())
    [all...]
docked_window_layout_manager_unittest.cc 132 void DragMove(int dx, int dy) {
198 DragMove(dx, dy);
444 DragMove(0, -w2->bounds().height() / 2 - min_dock_gap() - 1);
500 DragMove(0, min_dock_gap() + w2->bounds().height() / 2 + 10);
569 DragMove(0, min_dock_gap() + w2->bounds().height() / 2 + 10);
682 DragMove(150,0);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commoncontrols.h 86 virtual HRESULT WINAPI DragMove(int x,int y) = 0;
122 HRESULT (WINAPI *DragMove)(IImageList *This,int x,int y);
160 #define IImageList_DragMove(This,x,y) (This)->lpVtbl->DragMove(This,x,y)

Completed in 45 milliseconds