HomeSort by relevance Sort by last modified time
    Searched refs:ET_MOUSE_MOVED (Results 26 - 50 of 71) sorted by null

12 3

  /external/chromium_org/ui/aura/
window_event_dispatcher_unittest.cc 552 case ui::ET_MOUSE_MOVED:
654 ui::MouseEvent mouse_move_event(ui::ET_MOUSE_MOVED, gfx::Point(0, 0),
921 ui::MouseEvent mouse1(ui::ET_MOUSE_MOVED, gfx::Point(10, 10),
    [all...]
window_tree_host_x11.cc 373 case ui::ET_MOUSE_MOVED:
666 case ui::ET_MOUSE_MOVED:
window_event_dispatcher.cc 748 ui::MouseEvent event(ui::ET_MOUSE_MOVED,
818 case ui::ET_MOUSE_MOVED:
    [all...]
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 344 ui::MouseEvent mouse1(ui::ET_MOUSE_MOVED, location, location, ui::EF_NONE,
349 ui::MouseEvent mouse2(ui::ET_MOUSE_MOVED, location, location, ui::EF_NONE,
377 ui::ET_MOUSE_MOVED, location, location, ui::EF_NONE, ui::EF_NONE);
  /external/chromium_org/ui/message_center/views/
message_popup_collection_unittest.cc 371 ui::MouseEvent event(ui::ET_MOUSE_MOVED, gfx::Point(), gfx::Point(), 0, 0);
406 ui::MouseEvent event(ui::ET_MOUSE_MOVED, gfx::Point(), gfx::Point(), 0, 0);
  /external/chromium_org/ash/autoclick/
autoclick_controller.cc 127 if (event->type() == ui::ET_MOUSE_MOVED &&
autoclick_unittest.cc 34 if (type == ui::ET_MOUSE_MOVED || type == ui::ET_MOUSE_PRESSED ||
  /external/chromium_org/ash/shelf/
shelf_tooltip_manager_unittest.cc 233 ui::MouseEvent mouse_event(ui::ET_MOUSE_MOVED, tooltip_rect.CenterPoint(),
  /external/chromium_org/ui/aura/test/
ui_controls_factory_ozone.cc 109 PostMouseEvent(ui::ET_MOUSE_MOVED, root_location, 0, 0);
  /external/chromium_org/ui/events/ozone/evdev/
event_factory_evdev.cc 234 MouseEvent mouse_event(ET_MOUSE_MOVED,
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11_interactive_uitest.cc 68 if (event->type() == ui::ET_MOUSE_MOVED)
x11_whole_screen_move_loop.cc 103 case ui::ET_MOUSE_MOVED:
  /external/chromium_org/ui/wm/core/
compound_event_filter.cc 219 event->type() == ui::ET_MOUSE_MOVED ||
  /external/chromium_org/ui/views/widget/
widget_unittest.cc 92 ++event_count_[ui::ET_MOUSE_MOVED];
    [all...]
widget_interactive_uitest.cc 458 ui::MouseEvent moved_out(ui::ET_MOUSE_MOVED, p1, p1, ui::EF_NONE,
466 ui::MouseEvent moved_over(ui::ET_MOUSE_MOVED, p2, p2, ui::EF_NONE,
474 ui::MouseEvent moved_resizer(ui::ET_MOUSE_MOVED, p3, p3, ui::EF_NONE,
    [all...]
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller.cc 370 if (event->type() != ui::ET_MOUSE_MOVED &&
676 if (event && event->type() == ui::ET_MOUSE_MOVED) {
    [all...]
  /external/chromium_org/content/browser/web_contents/aura/
window_slider_unittest.cc 299 new ui::MouseEvent(ui::ET_MOUSE_MOVED,
347 ui::MouseEvent interrupt_event(ui::ET_MOUSE_MOVED,
  /external/chromium_org/ui/events/test/
event_generator.cc 157 ui::ET_MOUSE_DRAGGED : ui::ET_MOUSE_MOVED;
169 ui::ET_MOUSE_DRAGGED : ui::ET_MOUSE_MOVED;
  /external/chromium_org/ui/views/controls/native/
native_view_host_aura_unittest.cc 150 ui::MouseEvent move_event(ui::ET_MOUSE_MOVED, gfx::Point(0, 0),
  /external/chromium_org/ui/events/x/
events_x.cc 396 return ET_MOUSE_MOVED;
401 return ET_MOUSE_MOVED;
451 return ET_MOUSE_MOVED;
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 702 ui::MouseEvent test_event1(ui::ET_MOUSE_MOVED, test_point, test_point,
715 ui::MouseEvent test_event2(ui::ET_MOUSE_MOVED, test_point, test_point,
722 ui::MouseEvent test_event3(ui::ET_MOUSE_MOVED, test_point, test_point,
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 188 // (at least X11) stops generating a ui::ET_MOUSE_MOVED event.
189 if (event->type() != ui::ET_MOUSE_MOVED &&
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 566 if (IsMagnified() && event->type() == ui::ET_MOUSE_MOVED)
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aura.cc 326 case ui::ET_MOUSE_MOVED:
  /external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
gesture_interpreter_libevdev_cros.cc 214 MouseEvent event(ET_MOUSE_MOVED,

Completed in 407 milliseconds

12 3