Searched refs:wheelDeltaX (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DWheelEvent.idl29 [InitializedByEventConstructor] readonly attribute long wheelDeltaX;
43 void initWheelEvent([Default=Undefined] optional long wheelDeltaX,
57 void initWebKitWheelEvent([Default=Undefined] optional long wheelDeltaX,
H A DWheelEvent.h38 int wheelDeltaX; member in struct:WebCore::WheelEventInit
81 int wheelDeltaX() const { return m_wheelDelta.x(); } function in class:WebCore::WheelEvent
H A DWheelEvent.cpp36 : wheelDeltaX(0)
50 , m_wheelDelta(IntPoint(initializer.wheelDeltaX, initializer.wheelDeltaY))
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DOverviewGrid.js382 if (typeof event.wheelDeltaX === "number" && event.wheelDeltaX) {
383 var offset = Math.round(event.wheelDeltaX * WebInspector.OverviewGrid.WindowScrollSpeedFactor);
H A DDefaultTextEditor.js86 clone.initWebKitWheelEvent(event.wheelDeltaX, event.wheelDeltaY,
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMEvents.idl441 //readonly attribute long wheelDeltaX;
442 HRESULT wheelDeltaX([out, retval] long* result);
463 //void initWheelEvent(long wheelDeltaX,
474 HRESULT initWheelEvent([in] long wheelDeltaX, [in] long wheelDeltaY, [in] IDOMWindow* view, [in] long screenX, [in] long screenY, [in] long clientX, [in] long clientY, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMEventsClasses.cpp710 HRESULT STDMETHODCALLTYPE DOMWheelEvent::wheelDeltaX( function in class:DOMWheelEvent
753 /* [in] */ long /*wheelDeltaX*/,
H A DDOMEventsClasses.h937 virtual HRESULT STDMETHODCALLTYPE wheelDeltaX(
959 /* [in] */ long wheelDeltaX,
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h1088 @property(readonly) int wheelDeltaX AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1090 - (void)initWheelEvent:(int)wheelDeltaX wheelDeltaY:(int)wheelDeltaY view:(DOMAbstractView *)view screenX:(int)screenX screenY:(int)screenY clientX:(int)clientX clientY:(int)clientY ctrlKey:(BOOL)ctrlKey altKey:(BOOL)altKey shiftKey:(BOOL)shiftKey metaKey:(BOOL)metaKey AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.js1843 var dx = e.wheelDeltaX, dy = e.wheelDeltaY;

Completed in 163 milliseconds