HomeSort by relevance Sort by last modified time
    Searched refs:momentumPhase (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollElasticityController.mm 151 bool isMomentumScrollEvent = (wheelEvent.momentumPhase() != PlatformWheelEventPhaseNone);
153 if (wheelEvent.momentumPhase() == PlatformWheelEventPhaseEnded) {
195 PlatformWheelEventPhase momentumPhase = wheelEvent.momentumPhase();
198 if (!m_momentumScrollInProgress && (momentumPhase == PlatformWheelEventPhaseBegan || momentumPhase == PlatformWheelEventPhaseChanged)) {
305 if (m_momentumScrollInProgress && momentumPhase == PlatformWheelEventPhaseEnded) {
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h 122 PlatformWheelEventPhase momentumPhase() const { return m_momentumPhase; }
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 370 Phase momentumPhase;
401 , momentumPhase(PhaseNone)
  /external/chromium_org/content/common/input/
web_input_event_traits.cc 56 event.momentumPhase == event_to_coalesce.momentumPhase &&
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryMac.mm 53 - (NSEventPhase)momentumPhase;
961 if (![event respondsToSelector:@selector(momentumPhase)])
964 NSEventPhase eventMomentumPhase = [event momentumPhase];
    [all...]
WebInputEventConversion.cpp 172 m_momentumPhase = static_cast<WebCore::PlatformWheelEventPhase>(e.momentumPhase);
  /external/chromium_org/base/mac/
sdk_forward_declarations.h 71 - (NSEventPhase)momentumPhase;
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.cc     [all...]

Completed in 200 milliseconds