HomeSort by relevance Sort by last modified time
    Searched refs:PlatformWheelEvent (Results 1 - 25 of 46) sorted by null

1 2

  /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...]
ScrollAnimator.h 40 class PlatformWheelEvent;
64 virtual void handleWheelEvent(PlatformWheelEvent&);
ScrollableArea.h 38 class PlatformWheelEvent;
55 void handleWheelEvent(PlatformWheelEvent&);
  /external/webkit/Source/WebCore/platform/chromium/
FramelessScrollView.h 41 class PlatformWheelEvent;
61 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0;
  /external/webkit/Source/WebCore/platform/haiku/
PlatformWheelEventHaiku.cpp 31 #include "PlatformWheelEvent.h"
42 PlatformWheelEvent::PlatformWheelEvent(BMessage* message)
  /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/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/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/WebKit2/Shared/
WebEventConversion.h 31 #include <WebCore/PlatformWheelEvent.h>
58 WebCore::PlatformWheelEvent platform(const WebWheelEvent&);
  /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/WebKit/chromium/src/
WebInputEventConversion.h 39 #include "PlatformWheelEvent.h"
63 class PlatformWheelEventBuilder : public WebCore::PlatformWheelEvent {
  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.h 63 virtual void handleWheelEvent(PlatformWheelEvent&);
127 void smoothScrollWithEvent(PlatformWheelEvent&);
WheelEventMac.mm 27 #import "PlatformWheelEvent.h"
92 PlatformWheelEvent::PlatformWheelEvent(NSEvent* event, NSView *windowView)
  /external/webkit/Source/WebCore/dom/
WheelEvent.cpp 28 #include "PlatformWheelEvent.h"
98 inline static WheelEvent::Granularity granularity(const PlatformWheelEvent& event)
103 WheelEventDispatchMediator::WheelEventDispatchMediator(const PlatformWheelEvent& event, PassRefPtr<AbstractView> view)
EventDispatcher.h 42 class PlatformWheelEvent;
WheelEvent.h 87 WheelEventDispatchMediator(const PlatformWheelEvent&, PassRefPtr<AbstractView>);
  /external/webkit/Source/WebCore/page/android/
EventHandlerAndroid.cpp 37 #include "PlatformWheelEvent.h"
84 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent&, Widget*)
  /external/webkit/Source/WebCore/page/brew/
EventHandlerBrew.cpp 42 #include "PlatformWheelEvent.h"
100 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget)
  /external/webkit/Source/WebCore/page/efl/
EventHandlerEfl.cpp 43 #include "PlatformWheelEvent.h"
89 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget)
  /external/webkit/Source/WebCore/page/qt/
EventHandlerQt.cpp 49 #include "PlatformWheelEvent.h"
92 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget)
  /external/webkit/Source/WebCore/page/win/
EventHandlerWin.cpp 40 #include "PlatformWheelEvent.h"
76 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget)
  /external/webkit/Source/WebCore/page/wx/
EventHandlerWx.cpp 77 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget)
  /external/webkit/Source/WebCore/page/gtk/
EventHandlerGtk.cpp 39 #include "PlatformWheelEvent.h"
88 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget)
  /external/webkit/Source/WebCore/page/haiku/
EventHandlerHaiku.cpp 43 #include "PlatformWheelEvent.h"
101 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget)

Completed in 1343 milliseconds

1 2