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

  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_gtk_unittest.cc 128 GdkEventMotion mouse_move; local
129 memset(&mouse_move, 0, sizeof(mouse_move));
130 mouse_move.type = GDK_MOTION_NOTIFY;
131 mouse_move.window = mouse_down.window;
132 mouse_move.time = mouse_down.time;
133 mouse_move.x = mouse_move.y = mouse_move.x_root = mouse_move.y_root
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc 738 ui::MouseEvent mouse_move(ui::ET_MOUSE_MOVED, mouse_move_location,
741 OnHostMouseEvent(&mouse_move);
    [all...]
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 412 bool mouse_move() const { return mouse_move_; } function in class:aura::test::__anon14704::GestureEventSynthDelegate
    [all...]

Completed in 191 milliseconds