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

/external/webkit/Source/WebCore/dom/
H A DWheelEvent.idl34 readonly attribute long wheelDeltaX;
48 void initWheelEvent(in long wheelDeltaX,
62 void initWebKitWheelEvent(in long wheelDeltaX,
H A DWheelEvent.h59 int wheelDeltaX() const { return m_wheelDeltaX; } function in class:WebCore::WheelEvent
/external/chromium/chrome/browser/resources/ntp4/
H A Dcard_slider.js208 if (e.wheelDeltaX == 0)
212 this.mouseWheelScrollAmount_ += e.wheelDeltaX;
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMEvents.idl444 //readonly attribute long wheelDeltaX;
445 HRESULT wheelDeltaX([out, retval] long* result);
466 //void initWheelEvent(in long wheelDeltaX,
477 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);
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputEventConversion.cpp318 wheelTicksX = static_cast<float>(event.wheelDeltaX()) / 120;
/external/webkit/Source/WebKit/win/
H A DDOMEventsClasses.cpp677 HRESULT STDMETHODCALLTYPE DOMWheelEvent::wheelDeltaX( function in class:DOMWheelEvent
720 /* [in] */ long /*wheelDeltaX*/,
H A DDOMEventsClasses.h925 virtual HRESULT STDMETHODCALLTYPE wheelDeltaX(
947 /* [in] */ long wheelDeltaX,
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1105 @property(readonly) int wheelDeltaX AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1111 - (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;

Completed in 233 milliseconds