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

1 2 3

  /external/chromium_org/ui/events/
event_processor_unittest.cc 54 MouseEvent mouse(ET_MOUSE_MOVED, gfx::Point(10, 10), gfx::Point(10, 10),
57 EXPECT_TRUE(root()->child_at(0)->DidReceiveEvent(ET_MOUSE_MOVED));
58 EXPECT_FALSE(root()->DidReceiveEvent(ET_MOUSE_MOVED));
62 EXPECT_TRUE(root()->DidReceiveEvent(ET_MOUSE_MOVED));
144 MouseEvent mouse(ET_MOUSE_MOVED, gfx::Point(1, 1), gfx::Point(1, 1), EF_NONE,
147 EXPECT_FALSE(root()->DidReceiveEvent(ET_MOUSE_MOVED));
148 EXPECT_FALSE(parent_r->DidReceiveEvent(ET_MOUSE_MOVED));
149 EXPECT_FALSE(child_r->DidReceiveEvent(ET_MOUSE_MOVED));
150 EXPECT_TRUE(grandchild_r->DidReceiveEvent(ET_MOUSE_MOVED));
156 MouseEvent mouse2(ET_MOUSE_MOVED, gfx::Point(1, 1), gfx::Point(1, 1), EF_NONE
    [all...]
event_constants.h 16 ET_MOUSE_MOVED,
event_utils.cc 37 case ET_MOUSE_MOVED:
event_dispatcher_unittest.cc 258 MouseEvent mouse(ui::ET_MOUSE_MOVED, gfx::Point(3, 4),
332 MouseEvent mouse(ui::ET_MOUSE_MOVED, gfx::Point(3, 4),
364 MouseEvent mouse(ui::ET_MOUSE_MOVED, gfx::Point(3, 4),
416 MouseEvent mouse(ui::ET_MOUSE_MOVED, gfx::Point(3, 4),
470 MouseEvent mouse(ui::ET_MOUSE_MOVED, gfx::Point(3, 4), gfx::Point(3, 4), 0,
513 MouseEvent mouse(ui::ET_MOUSE_MOVED, gfx::Point(3, 4), gfx::Point(3, 4), 0,
571 MouseEvent mouse(ui::ET_MOUSE_MOVED, gfx::Point(3, 4), gfx::Point(3, 4), 0,
  /external/chromium_org/chrome/browser/ui/views/autofill/
password_generation_popup_view_tester_views.cc 27 ui::MouseEvent mouse_down(ui::ET_MOUSE_MOVED,
  /external/chromium_org/chrome/browser/ui/views/apps/
shaped_app_window_targeter_unittest.cc 65 ui::MouseEvent move(ui::ET_MOUSE_MOVED,
81 ui::MouseEvent move(ui::ET_MOUSE_MOVED,
90 ui::MouseEvent move2(ui::ET_MOUSE_MOVED,
111 ui::MouseEvent move(ui::ET_MOUSE_MOVED,
123 ui::MouseEvent move(ui::ET_MOUSE_MOVED,
139 ui::MouseEvent move(ui::ET_MOUSE_MOVED,
152 ui::MouseEvent move(ui::ET_MOUSE_MOVED,
169 ui::MouseEvent move(ui::ET_MOUSE_MOVED,
181 ui::MouseEvent move(ui::ET_MOUSE_MOVED,
210 ui::MouseEvent move(ui::ET_MOUSE_MOVED,
    [all...]
  /external/chromium_org/ui/views/bubble/
bubble_window_targeter_unittest.cc 95 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, bubble_bounds.origin(),
101 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, bubble_bounds.origin(),
110 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, bubble_bounds.origin(),
  /external/chromium_org/ui/aura/
window_targeter_unittest.cc 99 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
109 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
115 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
149 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
162 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
174 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
  /external/chromium_org/ui/wm/core/
compound_event_filter_unittest.cc 78 ui::MouseEvent move(ui::ET_MOUSE_MOVED, gfx::Point(10, 10),
85 ui::MouseEvent real_move(ui::ET_MOUSE_MOVED, gfx::Point(10, 10),
127 ui::MouseEvent mouse0(ui::ET_MOUSE_MOVED, gfx::Point(10, 10),
148 ui::MouseEvent mouse1(ui::ET_MOUSE_MOVED, gfx::Point(10, 10),
235 ui::MouseEvent mouse0(ui::ET_MOUSE_MOVED, gfx::Point(10, 10),
user_activity_detector_unittest.cc 91 ui::ET_MOUSE_MOVED, gfx::Point(), gfx::Point(), ui::EF_NONE, ui::EF_NONE);
193 ui::ET_MOUSE_MOVED, gfx::Point(), gfx::Point(), ui::EF_IS_SYNTHESIZED,
  /external/chromium_org/ui/message_center/views/
notification_view_unittest.cc 239 ui::MouseEvent move(ui::ET_MOUSE_MOVED,
255 move = ui::MouseEvent(ui::ET_MOUSE_MOVED,
278 ui::MouseEvent move(ui::ET_MOUSE_MOVED,
297 move = ui::MouseEvent(ui::ET_MOUSE_MOVED,
  /external/chromium_org/ui/views/
mouse_watcher_aura.cc 41 case ui::ET_MOUSE_MOVED:
  /external/chromium_org/ui/ozone/platform/caca/
caca_event_source.cc 130 return ui::ET_MOUSE_MOVED;
193 case ui::ET_MOUSE_MOVED:
206 if (type != ui::ET_MOUSE_MOVED) {
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_impl.cc 25 return event->type() == ui::ET_MOUSE_MOVED ||
  /external/chromium_org/ash/shelf/
shelf_widget_unittest.cc 211 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
234 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
  /external/chromium_org/ui/chromeos/
touch_exploration_controller_unittest.cc 534 GetCapturedLocatedEventsOfType(ui::ET_MOUSE_MOVED);
554 ui::MouseEvent mouse_move(ui::ET_MOUSE_MOVED,
564 GetCapturedLocatedEventsOfType(ui::ET_MOUSE_MOVED);
621 if ((*it)->type() == ui::ET_MOUSE_MOVED)
644 EXPECT_EQ(ui::ET_MOUSE_MOVED, captured_events[0]->type());
645 EXPECT_EQ(ui::ET_MOUSE_MOVED, captured_events[1]->type());
662 GetCapturedLocatedEventsOfType(ui::ET_MOUSE_MOVED);
695 GetCapturedLocatedEventsOfType(ui::ET_MOUSE_MOVED);
719 GetCapturedLocatedEventsOfType(ui::ET_MOUSE_MOVED);
760 GetCapturedLocatedEventsOfType(ui::ET_MOUSE_MOVED);
    [all...]
  /external/chromium_org/ash/wm/
window_manager_unittest.cc 518 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, point1, point1, 0, 0);
526 ui::MouseEvent move2(ui::ET_MOUSE_MOVED, point2, point2, 0, 0);
534 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, point1, point1, 0, 0);
542 ui::MouseEvent move2(ui::ET_MOUSE_MOVED, point2, point2, 0, 0);
550 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, point1, point1, 0, 0);
558 ui::MouseEvent move2(ui::ET_MOUSE_MOVED, point2, point2, 0, 0);
566 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, point1, point1, 0, 0);
574 ui::MouseEvent move2(ui::ET_MOUSE_MOVED, point2, point2, 0, 0);
583 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, point1, point1, 0, 0);
  /external/chromium_org/ash/magnifier/
partial_magnification_controller.cc 81 if (IsPartialMagnified() && event->type() == ui::ET_MOUSE_MOVED) {
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler.cc 39 case ui::ET_MOUSE_MOVED: {
  /external/chromium_org/chrome/browser/ui/views/toolbar/
reload_button_unittest.cc 118 ui::MouseEvent e2(ui::ET_MOUSE_MOVED, gfx::Point(), gfx::Point(), 0, 0);
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_aura.cc 75 return ui::ET_MOUSE_MOVED;
  /external/chromium_org/ui/aura/test/
test_window_delegate.cc 166 case ui::ET_MOUSE_MOVED:
  /external/chromium_org/ui/events/win/
events_win.cc 188 return IsButtonDown(native_event) ? ET_MOUSE_DRAGGED : ET_MOUSE_MOVED;
190 return ET_MOUSE_MOVED;
  /external/chromium_org/ui/platform_window/x11/
x11_window.cc 80 case ET_MOUSE_MOVED:
260 // EnterNotify creates ET_MOUSE_MOVED. Mark as synthesized as this is
263 CHECK_EQ(ET_MOUSE_MOVED, mouse_event.type());
  /external/chromium_org/ui/views/corewm/
tooltip_controller.cc 58 case ui::ET_MOUSE_MOVED:
187 case ui::ET_MOUSE_MOVED:

Completed in 498 milliseconds

1 2 3