OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformWheelEventPhaseEnded
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h
50
PlatformWheelEventPhaseEnded
= 1 << 3,
/external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollElasticityController.mm
146
if (wheelEvent.phase() ==
PlatformWheelEventPhaseEnded
|| wheelEvent.phase() == PlatformWheelEventPhaseCancelled) {
153
if (wheelEvent.momentumPhase() ==
PlatformWheelEventPhaseEnded
) {
305
if (m_momentumScrollInProgress && momentumPhase ==
PlatformWheelEventPhaseEnded
) {
ScrollAnimatorMac.mm
[
all
...]
Completed in 146 milliseconds