Searched refs:PlatformWheelEventPhaseBegan (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
D | ScrollElasticityControllerTest.mm | 98 …EXPECT_TRUE(handleWheelEvent(AllowRubberband, DisallowScroll, PlatformWheelEventPhaseBegan, deltaL… 111 …EXPECT_FALSE(handleWheelEvent(DisallowRubberband, DisallowScroll, PlatformWheelEventPhaseBegan, de… 124 …EXPECT_TRUE(handleWheelEvent(DisallowRubberband, AllowScroll, PlatformWheelEventPhaseBegan, deltaL… 136 …EXPECT_TRUE(handleWheelEvent(AllowRubberband, DisallowScroll, PlatformWheelEventPhaseBegan, deltaL… 152 …EXPECT_FALSE(handleWheelEvent(DisallowRubberband, DisallowScroll, PlatformWheelEventPhaseBegan, de… 167 …EXPECT_TRUE(handleWheelEvent(AllowRubberband, DisallowScroll, PlatformWheelEventPhaseBegan, deltaN…
|
D | ScrollElasticityController.mm | 116 if (wheelEvent.phase() == PlatformWheelEventPhaseBegan) { 198 …if (!m_momentumScrollInProgress && (momentumPhase == PlatformWheelEventPhaseBegan || momentumPhase…
|
D | ScrollAnimatorMac.mm | 998 if (phase == PlatformWheelEventPhaseBegan)
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformWheelEvent.h | 50 PlatformWheelEventPhaseBegan = 1 << 0, enumerator 126 …bool useLatchedEventNode() const { return m_momentumPhase == PlatformWheelEventPhaseBegan || m_mom… in useLatchedEventNode()
|