Searched refs:ET_MOUSE_MOVED (Results 1 - 25 of 71) sorted by relevance

123

/external/chromium_org/ui/events/
H A Devent_processor_unittest.cc54 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, gf
[all...]
H A Devent_constants.h16 ET_MOUSE_MOVED, enumerator in enum:ui::EventType
H A Devent_utils.cc37 case ET_MOUSE_MOVED:
H A Devent_dispatcher_unittest.cc258 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/
H A Dpassword_generation_popup_view_tester_views.cc27 ui::MouseEvent mouse_down(ui::ET_MOUSE_MOVED,
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dshaped_app_window_targeter_unittest.cc65 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/
H A Dbubble_window_targeter_unittest.cc95 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/
H A Dwindow_targeter_unittest.cc99 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/
H A Dcompound_event_filter_unittest.cc78 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),
H A Duser_activity_detector_unittest.cc91 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/
H A Dnotification_view_unittest.cc239 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/
H A Dmouse_watcher_aura.cc41 case ui::ET_MOUSE_MOVED:
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_event_source.cc130 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/
H A Dnative_viewport_impl.cc25 return event->type() == ui::ET_MOUSE_MOVED ||
/external/chromium_org/ash/shelf/
H A Dshelf_widget_unittest.cc211 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/
H A Dtouch_exploration_controller_unittest.cc534 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/
H A Dwindow_manager_unittest.cc518 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/
H A Dpartial_magnification_controller.cc81 if (IsPartialMagnified() && event->type() == ui::ET_MOUSE_MOVED) {
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_event_handler.cc39 case ui::ET_MOUSE_MOVED: {
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dreload_button_unittest.cc118 ui::MouseEvent e2(ui::ET_MOUSE_MOVED, gfx::Point(), gfx::Point(), 0, 0);
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_target_aura.cc75 return ui::ET_MOUSE_MOVED;
/external/chromium_org/ui/aura/test/
H A Dtest_window_delegate.cc166 case ui::ET_MOUSE_MOVED:
/external/chromium_org/ui/events/win/
H A Devents_win.cc188 return IsButtonDown(native_event) ? ET_MOUSE_DRAGGED : ET_MOUSE_MOVED;
190 return ET_MOUSE_MOVED;
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc80 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/
H A Dtooltip_controller.cc58 case ui::ET_MOUSE_MOVED:
187 case ui::ET_MOUSE_MOVED:

Completed in 510 milliseconds

123