Searched refs:mouseev (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/ui/events/test/ |
D | event_generator.cc | 142 ui::MouseEvent mouseev(ui::ET_MOUSEWHEEL, location, location, flags_, 0); in MoveMouseWheel() local 143 ui::MouseWheelEvent wheelev(mouseev, delta_x, delta_y); in MoveMouseWheel() 150 ui::MouseEvent mouseev(ui::ET_MOUSE_EXITED, exit_location, exit_location, in SendMouseExit() local 152 Dispatch(&mouseev); in SendMouseExit() 158 ui::MouseEvent mouseev(event_type, point_in_host, point_in_host, flags_, 0); in MoveMouseToInHost() local 159 Dispatch(&mouseev); in MoveMouseToInHost() 179 ui::MouseEvent mouseev(event_type, move_point, move_point, flags_, 0); in MoveMouseTo() local 180 Dispatch(&mouseev); in MoveMouseTo() 545 ui::MouseEvent mouseev(ui::ET_MOUSE_PRESSED, location, location, flags_, in PressButton() local 547 Dispatch(&mouseev); in PressButton() [all …]
|
/external/chromium_org/ui/platform_window/x11/ |
D | x11_window.cc | 294 MouseWheelEvent mouseev(xev); in DispatchEvent() local 295 delegate_->DispatchEvent(&mouseev); in DispatchEvent() 300 MouseEvent mouseev(xev); in DispatchEvent() local 301 delegate_->DispatchEvent(&mouseev); in DispatchEvent()
|
/external/chromium_org/ui/aura/ |
D | window_tree_host_x11.cc | 398 ui::MouseWheelEvent mouseev(xev); in DispatchEvent() local 399 TranslateAndDispatchLocatedEvent(&mouseev); in DispatchEvent() 672 ui::MouseEvent mouseev(xev); in DispatchXI2Event() local 673 TranslateAndDispatchLocatedEvent(&mouseev); in DispatchXI2Event() 677 ui::MouseWheelEvent mouseev(xev); in DispatchXI2Event() local 678 TranslateAndDispatchLocatedEvent(&mouseev); in DispatchXI2Event()
|
D | window_event_dispatcher_unittest.cc | 2038 ui::MouseEvent mouseev(ui::ET_MOUSE_MOVED, gfx::Point(), gfx::Point(), in TEST_F() local 2040 generator.Dispatch(&mouseev); in TEST_F()
|
/external/chromium_org/ui/events/x/ |
D | events_x_unittest.cc | 204 MouseEvent mouseev(&event); in TEST_F() local 205 EXPECT_EQ(ui::ET_MOUSE_PRESSED, mouseev.type()); in TEST_F() 206 EXPECT_EQ(i, mouseev.GetClickCount()); in TEST_F() 211 MouseEvent mouseev(&event); in TEST_F() local 212 EXPECT_EQ(ui::ET_MOUSE_RELEASED, mouseev.type()); in TEST_F() 213 EXPECT_EQ(i, mouseev.GetClickCount()); in TEST_F()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_window_tree_host_x11.cc | 1691 ui::MouseWheelEvent mouseev(xev); in DispatchEvent() local 1692 DispatchMouseEvent(&mouseev); in DispatchEvent() 1697 ui::MouseEvent mouseev(xev); in DispatchEvent() local 1698 DispatchMouseEvent(&mouseev); in DispatchEvent() 1788 ui::MouseEvent mouseev(xev); in DispatchEvent() local 1789 DispatchMouseEvent(&mouseev); in DispatchEvent() 1793 ui::MouseWheelEvent mouseev(xev); in DispatchEvent() local 1794 DispatchMouseEvent(&mouseev); in DispatchEvent() 1898 ui::MouseEvent mouseev(xev); in DispatchEvent() local 1899 DispatchMouseEvent(&mouseev); in DispatchEvent()
|
/external/chromium_org/ui/events/ |
D | event_unittest.cc | 61 MouseEvent mouseev(ET_MOUSE_PRESSED, origin, origin, 0, 0); in TEST() local 63 mouseev.SetClickCount(i); in TEST() 64 EXPECT_EQ(i, mouseev.GetClickCount()); in TEST()
|