Searched refs:deltaZ (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebMouseEvent.cpp46 WebMouseEvent::WebMouseEvent(Type type, Button button, const IntPoint& position, const IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers modifiers, double timestamp) argument
53 , m_deltaZ(deltaZ)
H A DWebEvent.h126 WebMouseEvent(Type, Button, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers, double timestamp);
133 float deltaZ() const { return m_deltaZ; } function in class:WebKit::WebMouseEvent
/macosx-10.10/WebCore-7600.1.25/dom/
H A DWheelEvent.h41 double deltaZ; member in struct:WebCore::WheelEventInit
82 double deltaZ() const { return m_deltaZ; } function in class:WebCore::WheelEvent
H A DWheelEvent.cpp41 , deltaZ(0)
62 , m_deltaZ(initializer.deltaZ)
H A DWheelEvent.idl34 [InitializedByEventConstructor] readonly attribute unrestricted double deltaZ;
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DWebKitPluginHost.defs88 deltaZ: double);
111 deltaZ: double);
H A DNetscapePluginInstanceProxy.mm448 [event deltaX], [event deltaY], [event deltaZ]);
499 [event deltaX], [event deltaY], [event deltaZ]);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginEventHandlerCocoa.mm119 event.data.mouse.deltaZ = [nsEvent deltaZ];
/macosx-10.10/WebCore-7600.1.25/plugins/mac/
H A DPluginViewMac.mm418 cocoaEvent.data.mouse.deltaZ = [currentEvent deltaZ];
495 cocoaEvent.data.mouse.deltaZ = [currentEvent deltaZ];
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DWebEventFactory.mm352 float deltaZ = [event deltaZ];
357 return WebMouseEvent(type, button, IntPoint(position), IntPoint(globalPosition), deltaX, deltaY, deltaZ, clickCount, modifiers, timestamp);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm525 event.data.mouse.deltaZ = mouseEvent.deltaZ();
646 event.data.mouse.deltaZ = 0;
/macosx-10.10/WebCore-7600.1.25/plugins/
H A Dnpapi.h624 double deltaZ; member in struct:_NPCocoaEvent::__anon5832::__anon5833

Completed in 177 milliseconds