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

/external/webkit/Source/WebCore/dom/
H A DWheelEvent.idl35 readonly attribute long wheelDeltaY;
49 in long wheelDeltaY,
63 in long wheelDeltaY,
H A DWheelEvent.h60 int wheelDeltaY() const { return m_wheelDeltaY; } function in class:WebCore::WheelEvent
/external/webkit/Source/WebCore/html/
H A DTextFieldInputType.cpp91 if (event->wheelDeltaY() > 0)
93 else if (event->wheelDeltaY() < 0)
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMEvents.idl447 //readonly attribute long wheelDeltaY;
448 HRESULT wheelDeltaY([out, retval] long* result);
467 // in long wheelDeltaY,
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.cpp319 wheelTicksY = static_cast<float>(event.wheelDeltaY()) / 120;
/external/webkit/Source/WebKit/win/
H A DDOMEventsClasses.cpp683 HRESULT STDMETHODCALLTYPE DOMWheelEvent::wheelDeltaY( function in class:DOMWheelEvent
721 /* [in] */ long /*wheelDeltaY*/,
H A DDOMEventsClasses.h928 virtual HRESULT STDMETHODCALLTYPE wheelDeltaY(
948 /* [in] */ long wheelDeltaY,
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1106 @property(readonly) int wheelDeltaY 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 157 milliseconds