Searched refs:wheelDelta (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DWheelEvent.idl33 readonly attribute long wheelDelta;
H A DWheelEvent.h80 int wheelDelta() const { return m_wheelDelta.y() ? m_wheelDelta.y() : m_wheelDelta.x(); } function in class:WebCore::WheelEvent
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPopupMenuWin.h88 int wheelDelta() const { return m_wheelDelta; } function in class:WebCore::PopupMenuWin
H A DPopupMenuWin.cpp1057 for (incrementWheelDelta(GET_WHEEL_DELTA_WPARAM(wParam)); abs(wheelDelta()) >= WHEEL_DELTA; reduceWheelDelta(WHEEL_DELTA)) {
1058 if (wheelDelta() > 0)
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMEvents.idl438 //readonly attribute long wheelDelta;
439 HRESULT wheelDelta([out, retval] long* result);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DFlameChart.js448 var zoomFactor = (e.wheelDelta > 0) ? 0.9 : 1.1;
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMEventsClasses.cpp704 HRESULT STDMETHODCALLTYPE DOMWheelEvent::wheelDelta( function in class:DOMWheelEvent
H A DDOMEventsClasses.h934 virtual HRESULT STDMETHODCALLTYPE wheelDelta(
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h1087 @property(readonly) int wheelDelta; variable
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage.cpp3862 0, -mouseEvent.wheelDelta(),
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.js1846 else if (dy == null) dy = e.wheelDelta;

Completed in 166 milliseconds