Searched defs:rawDeltaX (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | WheelEvent.cpp | 43 WheelEvent::WheelEvent(float wheelTicksX, float wheelTicksY, float rawDeltaX, float rawDeltaY, in WheelEvent() 58 void WheelEvent::initWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView> view, in initWheelEvent() 85 void WheelEvent::initWebKitWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView> view, in initWebKitWheelEvent()
|
D | WheelEvent.h | 41 … float rawDeltaX, float rawDeltaY, Granularity granularity, PassRefPtr<AbstractView> view, in create() 61 int rawDeltaX() const { return m_rawDeltaX; } in rawDeltaX() function
|