Searched refs:PlatformWheelEventPhaseMayBegin (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
D | ScrollElasticityControllerTest.mm | 94 // 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 …]
|
D | ScrollElasticityController.mm | 113 if (wheelEvent.phase() == PlatformWheelEventPhaseMayBegin)
|
D | ScrollAnimatorMac.mm | 1075 else if (phase == PlatformWheelEventPhaseMayBegin)
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformWheelEvent.h | 52 PlatformWheelEventPhaseMayBegin = 1 << 5, enumerator
|