Searched defs:PlatformWheelEvent (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformWheelEventGtk.cpp29 #include "PlatformWheelEvent.h"
37 PlatformWheelEvent::PlatformWheelEvent(GdkEventScroll* event) function in class:WebCore::PlatformWheelEvent
/external/webkit/Source/WebCore/platform/haiku/
H A DPlatformWheelEventHaiku.cpp31 #include "PlatformWheelEvent.h"
42 PlatformWheelEvent::PlatformWheelEvent(BMessage* message) function in class:WebCore::PlatformWheelEvent
/external/webkit/Source/WebCore/platform/wx/
H A DMouseWheelEventWx.cpp27 #include "PlatformWheelEvent.h"
35 PlatformWheelEvent::PlatformWheelEvent(const wxMouseEvent& event, const wxPoint& globalPoint) function in class:WebCore::PlatformWheelEvent
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformWheelEventEfl.cpp32 #include "PlatformWheelEvent.h"
45 PlatformWheelEvent::PlatformWheelEvent(const Evas_Event_Mouse_Wheel* ev) function in class:WebCore::PlatformWheelEvent
/external/webkit/Source/WebCore/platform/qt/
H A DWheelEventQt.cpp24 #include "PlatformWheelEvent.h"
33 void PlatformWheelEvent::applyDelta(int delta, Qt::Orientation orientation)
60 PlatformWheelEvent::PlatformWheelEvent(QGraphicsSceneWheelEvent* e) function in class:WebCore::PlatformWheelEvent
79 PlatformWheelEvent::PlatformWheelEvent(QWheelEvent* e) function in class:WebCore::PlatformWheelEvent
/external/webkit/Source/WebCore/platform/win/
H A DWheelEventWin.cpp27 #include "PlatformWheelEvent.h"
68 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, const FloatSize& delta, const FloatPoint& location) function in class:WebCore::PlatformWheelEvent
90 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isMouseHWheel) function in class:WebCore::PlatformWheelEvent
/external/webkit/Source/WebCore/platform/
H A DPlatformWheelEvent.h87 class PlatformWheelEvent { class in namespace:WebCore
89 PlatformWheelEvent() function in class:WebCore::PlatformWheelEvent
144 PlatformWheelEvent(GdkEventScroll*);
148 PlatformWheelEvent(const Evas_Event_Mouse_Wheel*);
153 PlatformWheelEvent(NSEvent *, NSView *windowView);
163 PlatformWheelEvent(QWheelEvent*);
164 PlatformWheelEvent(QGraphicsSceneWheelEvent*);
169 PlatformWheelEvent(HWND, WPARAM, LPARAM, bool isMouseHWheel);
170 PlatformWheelEvent(HWND, const FloatSize& delta, const FloatPoint& location);
174 PlatformWheelEvent(cons
[all...]

Completed in 127 milliseconds