OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:momentumPhase
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollElasticityController.mm
143
bool isMomentumScrollEvent = (wheelEvent.
momentumPhase
() != PlatformWheelEventPhaseNone);
145
if (wheelEvent.
momentumPhase
() == PlatformWheelEventPhaseEnded) {
184
PlatformWheelEventPhase
momentumPhase
= wheelEvent.
momentumPhase
();
187
if (!m_momentumScrollInProgress && (
momentumPhase
== PlatformWheelEventPhaseBegan ||
momentumPhase
== PlatformWheelEventPhaseChanged)) {
293
if (m_momentumScrollInProgress &&
momentumPhase
== PlatformWheelEventPhaseEnded) {
/external/chromium_org/base/mac/
sdk_forward_declarations.h
47
- (NSEventPhase)
momentumPhase
;
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h
130
PlatformWheelEventPhase
momentumPhase
() const { return m_momentumPhase; }
/external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h
380
Phase
momentumPhase
;
393
,
momentumPhase
(PhaseNone)
/external/chromium_org/content/common/input/
web_input_event_traits.cc
50
event.
momentumPhase
== event_to_coalesce.
momentumPhase
&&
/external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryMac.mm
53
- (NSEventPhase)
momentumPhase
;
974
if (![event respondsToSelector:@selector(
momentumPhase
)])
977
NSEventPhase eventMomentumPhase = [event
momentumPhase
];
[
all
...]
WebInputEventConversion.cpp
154
m_momentumPhase = static_cast<WebCore::PlatformWheelEventPhase>(e.
momentumPhase
);
/external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp
[
all
...]
Completed in 72 milliseconds