Searched defs:PlatformWheelEvent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPlatformWheelEvent.h59 class PlatformWheelEvent : public PlatformEvent { class in namespace:WebCore
61 PlatformWheelEvent() function in class:WebCore::PlatformWheelEvent
80 PlatformWheelEvent(IntPoint position, IntPoint globalPosition, float deltaX, float deltaY, float wheelTicksX, float wheelTicksY, PlatformWheelEventGranularity granularity, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey) function in class:WebCore::PlatformWheelEvent
101 PlatformWheelEvent copyTurningVerticalTicksIntoHorizontalTicks() const
103 PlatformWheelEvent copy = *this;

Completed in 74 milliseconds