Searched refs:momentumPhase (Results 1 – 12 of 12) sorted by relevance
68 if (![event respondsToSelector:@selector(momentumPhase)])71 BOOL scrollComplete = [event momentumPhase] == NSEventPhaseEnded ||72 ([event momentumPhase] == NSEventPhaseNone &&
151 bool isMomentumScrollEvent = (wheelEvent.momentumPhase() != PlatformWheelEventPhaseNone);153 if (wheelEvent.momentumPhase() == PlatformWheelEventPhaseEnded) {195 PlatformWheelEventPhase momentumPhase = wheelEvent.momentumPhase();198 …if (!m_momentumScrollInProgress && (momentumPhase == PlatformWheelEventPhaseBegan || momentumPhase…305 if (m_momentumScrollInProgress && momentumPhase == PlatformWheelEventPhaseEnded) {
136 NSEventPhase momentumPhase,143 [[event stub] andReturnValue:OCMOCK_VALUE(momentumPhase)] momentumPhase];152 NSEventPhase momentumPhase) {153 return scrollWheelEventWithPhase(phase, momentumPhase, 0, 0);
487 // fact that `phase` and `momentumPhase` both return NSEventPhaseNone.491 // `momentumPhase` does not. Unfortunately, the callbacks don't work503 [theEvent momentumPhase] != NSEventPhaseChanged) {514 if ([theEvent momentumPhase] != NSEventPhaseNone)
157 andReturnValue:OCMOCK_VALUE(momentum_phase)] momentumPhase];
370 Phase momentumPhase; variable401 , momentumPhase(PhaseNone) in WebMouseWheelEvent()
115 PlatformWheelEventPhase momentumPhase() const { return m_momentumPhase; } in momentumPhase() function
56 event.momentumPhase == event_to_coalesce.momentumPhase && in CanCoalesce()
71 - (NSEventPhase)momentumPhase;
53 - (NSEventPhase)momentumPhase; method in LionSDKDeclarations961 if (![event respondsToSelector:@selector(momentumPhase)])964 NSEventPhase eventMomentumPhase = [event momentumPhase];1113 result.momentumPhase = momentumPhaseForEvent(event);
170 m_momentumPhase = static_cast<PlatformWheelEventPhase>(e.momentumPhase); in PlatformWheelEventBuilder()
1847 event.momentumPhase = WebMouseWheelEvent::PhaseBegan; in MouseMomentumBegin()1855 event.momentumPhase = WebMouseWheelEvent::PhaseBegan; in MouseMomentumBegin2()1863 event.momentumPhase = WebMouseWheelEvent::PhaseChanged; in MouseMomentumScrollBy()1877 event.momentumPhase = WebMouseWheelEvent::PhaseEnded; in MouseMomentumEnd()