Home | History | Annotate | Download | only in input

Lines Matching defs:wheel

273   WebMouseWheelEvent wheel;
274 wheel.type = WebInputEvent::MouseWheel;
275 wheel.scrollByPage = true;
277 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(wheel));
283 WebMouseWheelEvent wheel;
284 wheel.type = WebInputEvent::MouseWheel;
285 wheel.modifiers = WebInputEvent::ControlKey;
287 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(wheel));
569 // Note that for trackpad, wheel events with the Control modifier are
587 // lead to the scroll (either wheel or gesture scroll), so there should be no
620 // Expected wheel fling animation parameters:
674 // Note that for trackpad, wheel events with the Control modifier are
724 // Expected wheel fling animation parameters:
967 // lead to the scroll (either wheel or gesture scroll), so there should be no
1151 // lead to the scroll (either wheel or gesture scroll), so there should be no
1995 WebMouseWheelEvent wheel;
1996 wheel.type = WebInputEvent::MouseWheel;
1997 wheel.scrollByPage = true;
2001 input_handler_->HandleInputEvent(wheel);