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/mac/
ScrollElasticityController.mm
134
if (wheelEvent.phase() ==
PlatformWheelEventPhaseEnded
) {
145
if (wheelEvent.momentumPhase() ==
PlatformWheelEventPhaseEnded
) {
293
if (m_momentumScrollInProgress && momentumPhase ==
PlatformWheelEventPhaseEnded
) {
ScrollAnimatorMac.mm
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h
53
PlatformWheelEventPhaseEnded
= 1 << 3,
Completed in 26 milliseconds