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

  /external/chromium_org/ash/display/
mouse_cursor_event_filter.h 32 WARP_DRAG, // Used when dragging a window. Top and bottom
mouse_cursor_event_filter.cc 156 if (mouse_warp_mode_ == WARP_DRAG &&
  /external/chromium_org/ash/wm/
drag_window_resizer.cc 158 // |mouse_warp_mode_| should be set to WARP_DRAG so that the user could move a
164 MouseCursorEventFilter::WARP_DRAG : MouseCursorEventFilter::WARP_NONE);
drag_window_resizer_unittest.cc 391 EXPECT_EQ(MouseCursorEventFilter::WARP_DRAG,
401 EXPECT_EQ(MouseCursorEventFilter::WARP_DRAG,

Completed in 2338 milliseconds