Home
last modified time | relevance | path

Searched refs:PlatformWheelEventPhaseBegan (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/mac/
DScrollElasticityControllerTest.mm98 …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…
DScrollElasticityController.mm116 if (wheelEvent.phase() == PlatformWheelEventPhaseBegan) {
198 …if (!m_momentumScrollInProgress && (momentumPhase == PlatformWheelEventPhaseBegan || momentumPhase…
DScrollAnimatorMac.mm998 if (phase == PlatformWheelEventPhaseBegan)
/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformWheelEvent.h50 PlatformWheelEventPhaseBegan = 1 << 0, enumerator
126 …bool useLatchedEventNode() const { return m_momentumPhase == PlatformWheelEventPhaseBegan || m_mom… in useLatchedEventNode()