OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_momentumPhase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformWheelEvent.h
72
,
m_momentumPhase
(PlatformWheelEventPhaseNone)
93
,
m_momentumPhase
(PlatformWheelEventPhaseNone)
130
PlatformWheelEventPhase momentumPhase() const { return
m_momentumPhase
; }
134
bool useLatchedEventNode() const { return
m_momentumPhase
== PlatformWheelEventPhaseBegan ||
m_momentumPhase
== PlatformWheelEventPhaseChanged; }
151
PlatformWheelEventPhase
m_momentumPhase
;
/external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp
143
m_momentumPhase
= static_cast<WebCore::PlatformWheelEventPhase>(e.momentumPhase);
Completed in 210 milliseconds