Home | History | Annotate | Download | only in input

Lines Matching defs:wheel

262   WebMouseWheelEvent wheel;
263 wheel.type = WebInputEvent::MouseWheel;
264 wheel.scrollByPage = true;
266 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(wheel));
272 WebMouseWheelEvent wheel;
273 wheel.type = WebInputEvent::MouseWheel;
274 wheel.modifiers = WebInputEvent::ControlKey;
276 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(wheel));
558 // Note that for trackpad, wheel events with the Control modifier are
576 // lead to the scroll (either wheel or gesture scroll), so there should be no
609 // Expected wheel fling animation parameters:
663 // Note that for trackpad, wheel events with the Control modifier are
713 // Expected wheel fling animation parameters:
956 // lead to the scroll (either wheel or gesture scroll), so there should be no
1140 // lead to the scroll (either wheel or gesture scroll), so there should be no