Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/mac/
DScrollElasticityControllerTest.mm94 // The PlatformWheelEventPhaseMayBegin event should never be handled.
95 …EXPECT_FALSE(handleWheelEvent(AllowRubberband, DisallowScroll, PlatformWheelEventPhaseMayBegin, de…
106 // The PlatformWheelEventPhaseMayBegin event should never be handled.
107 …T_FALSE(handleWheelEvent(DisallowRubberband, DisallowScroll, PlatformWheelEventPhaseMayBegin, delt…
119 // The PlatformWheelEventPhaseMayBegin event should never be handled.
120 …EXPECT_FALSE(handleWheelEvent(DisallowRubberband, AllowScroll, PlatformWheelEventPhaseMayBegin, de…
133 // The PlatformWheelEventPhaseMayBegin event should never be handled.
134 …EXPECT_FALSE(handleWheelEvent(AllowRubberband, DisallowScroll, PlatformWheelEventPhaseMayBegin, de…
149 // The PlatformWheelEventPhaseMayBegin event should never be handled.
150 …T_FALSE(handleWheelEvent(DisallowRubberband, DisallowScroll, PlatformWheelEventPhaseMayBegin, delt…
[all …]
DScrollElasticityController.mm113 if (wheelEvent.phase() == PlatformWheelEventPhaseMayBegin)
DScrollAnimatorMac.mm1075 else if (phase == PlatformWheelEventPhaseMayBegin)
/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformWheelEvent.h52 PlatformWheelEventPhaseMayBegin = 1 << 5, enumerator