Home | History | Annotate | Download | only in input

Lines Matching refs:Phase

412   void SimulateWheelEventWithPhase(WebMouseWheelEvent::Phase phase) {
415 wheel_event.phase = phase;
420 EXPECT_EQ(phase, client_->sent_wheel_event().event.phase);
838 // Send a wheel phase end event before an ACK is received for the previous
843 // A gesture event should now result in the queued phase ended event being
855 ASSERT_EQ(WebMouseWheelEvent::PhaseEnded, wheel_event->phase);