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

  /external/webkit/WebCore/platform/haiku/
PlatformWheelEventHaiku.cpp 30 #include "PlatformWheelEvent.h"
40 PlatformWheelEvent::PlatformWheelEvent(BMessage* message)
  /external/webkit/WebCore/platform/wx/
MouseWheelEventWx.cpp 27 #include "PlatformWheelEvent.h"
35 PlatformWheelEvent::PlatformWheelEvent(const wxMouseEvent& event, const wxPoint& globalPoint)
  /external/webkit/WebCore/platform/gtk/
WheelEventGtk.cpp 29 #include "PlatformWheelEvent.h"
37 PlatformWheelEvent::PlatformWheelEvent(GdkEventScroll* event)
  /external/webkit/WebCore/platform/qt/
WheelEventQt.cpp 21 #include "PlatformWheelEvent.h"
32 void PlatformWheelEvent::applyDelta(int delta, Qt::Orientation orientation)
54 PlatformWheelEvent::PlatformWheelEvent(QGraphicsSceneWheelEvent* e)
73 PlatformWheelEvent::PlatformWheelEvent(QWheelEvent* e)
  /external/webkit/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/WebCore/platform/
PlatformWheelEvent.h 69 class PlatformWheelEvent {
71 PlatformWheelEvent()
120 PlatformWheelEvent(GdkEventScroll*);
124 PlatformWheelEvent(NSEvent *, NSView *windowView);
128 PlatformWheelEvent(QWheelEvent*);
129 PlatformWheelEvent(QGraphicsSceneWheelEvent*);
134 PlatformWheelEvent(HWND, WPARAM, LPARAM, bool isMouseHWheel);
135 PlatformWheelEvent(HWND, const FloatSize& delta, const FloatPoint& location);
139 PlatformWheelEvent(const wxMouseEvent&, const wxPoint&);
143 PlatformWheelEvent(BMessage*)
    [all...]

Completed in 6767 milliseconds