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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformWheelEvent.h78 PlatformWheelEvent(IntPoint position, IntPoint globalPosition, float deltaX, float deltaY, float wheelTicksX, float wheelTicksY, PlatformWheelEventGranularity granularity, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey) argument
85 , m_wheelTicksY(wheelTicksY)
107 float wheelTicksY() const { return m_wheelTicksY; } function in class:blink::PlatformWheelEvent
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h359 float wheelTicksY; member in class:blink::WebMouseWheelEvent
395 , wheelTicksY(0.0f)
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi_extensions.h98 float wheelTicksY; member in struct:_NPMouseWheelEvent

Completed in 99 milliseconds