Searched refs:initWheelEvent (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DWheelEvent.cpp72 void WheelEvent::initWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView> view, function in class:WebCore::WheelEvent
101 initWheelEvent(rawDeltaX, rawDeltaY, view, screenX, screenY, pageX, pageY,
H A DWheelEvent.idl43 void initWheelEvent([Default=Undefined] optional long wheelDeltaX,
H A DWheelEvent.h72 void initWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView>,
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMEvents.idl463 //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.cpp752 HRESULT STDMETHODCALLTYPE DOMWheelEvent::initWheelEvent( function in class:DOMWheelEvent
H A DDOMEventsClasses.h958 virtual HRESULT STDMETHODCALLTYPE initWheelEvent(
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h1090 - (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 179 milliseconds