HomeSort by relevance Sort by last modified time
    Searched defs:PlatformWheelEvent (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/wx/
MouseWheelEventWx.cpp 27 #include "PlatformWheelEvent.h"
35 PlatformWheelEvent::PlatformWheelEvent(const wxMouseEvent& event, const wxPoint& globalPoint)
  /external/webkit/Source/WebCore/platform/efl/
PlatformWheelEventEfl.cpp 32 #include "PlatformWheelEvent.h"
45 PlatformWheelEvent::PlatformWheelEvent(const Evas_Event_Mouse_Wheel* ev)
  /external/webkit/Source/WebCore/platform/gtk/
PlatformWheelEventGtk.cpp 29 #include "PlatformWheelEvent.h"
37 PlatformWheelEvent::PlatformWheelEvent(GdkEventScroll* event)
  /external/webkit/Source/WebCore/platform/haiku/
PlatformWheelEventHaiku.cpp 31 #include "PlatformWheelEvent.h"
42 PlatformWheelEvent::PlatformWheelEvent(BMessage* message)
  /external/webkit/Source/WebCore/platform/qt/
WheelEventQt.cpp 24 #include "PlatformWheelEvent.h"
33 void PlatformWheelEvent::applyDelta(int delta, Qt::Orientation orientation)
60 PlatformWheelEvent::PlatformWheelEvent(QGraphicsSceneWheelEvent* e)
79 PlatformWheelEvent::PlatformWheelEvent(QWheelEvent* e)
  /external/webkit/Source/WebCore/platform/win/
WheelEventWin.cpp 27 #include "PlatformWheelEvent.h"
68 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, const FloatSize& delta, const FloatPoint& location)
90 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isMouseHWheel)
  /external/webkit/Source/WebCore/platform/
PlatformWheelEvent.h 87 class PlatformWheelEvent {
89 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(const wxMouseEvent&, const wxPoint&)
    [all...]

Completed in 257 milliseconds