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

/macosx-10.10.1/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.1/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.1/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginEventHandlerCocoa.mm119 event.data.mouse.deltaZ = [nsEvent deltaZ];
/macosx-10.10.1/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.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm525 event.data.mouse.deltaZ = mouseEvent.deltaZ();
646 event.data.mouse.deltaZ = 0;

Completed in 106 milliseconds