Home
last modified time | relevance | path

Searched refs:PlatformWheelEvent (Results 1 – 25 of 62) sorted by relevance

123

/external/webkit/Source/WebCore/platform/
DPlatformWheelEvent.h87 class PlatformWheelEvent {
89 PlatformWheelEvent() in PlatformWheelEvent() function
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 …]
DScrollAnimator.h40 class PlatformWheelEvent; variable
64 virtual void handleWheelEvent(PlatformWheelEvent&);
DScrollableArea.h38 class PlatformWheelEvent; variable
55 void handleWheelEvent(PlatformWheelEvent&);
/external/webkit/Source/WebCore/platform/qt/
DWheelEventQt.cpp33 void PlatformWheelEvent::applyDelta(int delta, Qt::Orientation orientation) in applyDelta()
60 PlatformWheelEvent::PlatformWheelEvent(QGraphicsSceneWheelEvent* e) in PlatformWheelEvent() function in WebCore::PlatformWheelEvent
79 PlatformWheelEvent::PlatformWheelEvent(QWheelEvent* e) in PlatformWheelEvent() function in WebCore::PlatformWheelEvent
/external/webkit/Source/WebCore/platform/win/
DWheelEventWin.cpp68 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, const FloatSize& delta, const FloatPoint& locatio… in PlatformWheelEvent() function in WebCore::PlatformWheelEvent
90 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isMouseHWheel) in PlatformWheelEvent() function in WebCore::PlatformWheelEvent
/external/webkit/Source/WebCore/platform/wx/
DMouseWheelEventWx.cpp35 PlatformWheelEvent::PlatformWheelEvent(const wxMouseEvent& event, const wxPoint& globalPoint) in PlatformWheelEvent() function in WebCore::PlatformWheelEvent
/external/webkit/Source/WebCore/platform/haiku/
DPlatformWheelEventHaiku.cpp42 PlatformWheelEvent::PlatformWheelEvent(BMessage* message) in PlatformWheelEvent() function in WebCore::PlatformWheelEvent
/external/webkit/Source/WebCore/platform/gtk/
DPlatformWheelEventGtk.cpp37 PlatformWheelEvent::PlatformWheelEvent(GdkEventScroll* event) in PlatformWheelEvent() function in WebCore::PlatformWheelEvent
/external/webkit/Source/WebCore/platform/efl/
DPlatformWheelEventEfl.cpp45 PlatformWheelEvent::PlatformWheelEvent(const Evas_Event_Mouse_Wheel* ev) in PlatformWheelEvent() function in WebCore::PlatformWheelEvent
/external/webkit/Source/WebCore/platform/chromium/
DFramelessScrollView.h41 class PlatformWheelEvent; variable
61 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0;
DPopupMenuChromium.cpp102 virtual bool handleWheelEvent(const PlatformWheelEvent&);
289 static PlatformWheelEvent constructRelativeWheelEvent(const PlatformWheelEvent& e, in constructRelativeWheelEvent()
296 PlatformWheelEvent relativeEvent = e; in constructRelativeWheelEvent()
481 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event) in handleWheelEvent()
668 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event) in handleWheelEvent()
677 wheelEvent(const_cast<PlatformWheelEvent&>(event)); in handleWheelEvent()
/external/webkit/Source/WebCore/platform/mac/
DScrollAnimatorMac.h63 virtual void handleWheelEvent(PlatformWheelEvent&);
127 void smoothScrollWithEvent(PlatformWheelEvent&);
DWheelEventMac.mm27 #import "PlatformWheelEvent.h"
92 PlatformWheelEvent::PlatformWheelEvent(NSEvent* event, NSView *windowView)
/external/webkit/Source/WebCore/dom/
DWheelEvent.cpp98 inline static WheelEvent::Granularity granularity(const PlatformWheelEvent& event) in granularity()
103 WheelEventDispatchMediator::WheelEventDispatchMediator(const PlatformWheelEvent& event, PassRefPtr<… in WheelEventDispatchMediator()
DEventDispatcher.h42 class PlatformWheelEvent; variable
/external/webkit/Source/WebKit2/Shared/
DWebEventConversion.h58 WebCore::PlatformWheelEvent platform(const WebWheelEvent&);
DWebEventConversion.cpp98 class WebKit2PlatformWheelEvent : public WebCore::PlatformWheelEvent {
122 WebCore::PlatformWheelEvent platform(const WebWheelEvent& webEvent) in platform()
/external/webkit/Source/WebCore/page/
DEventHandler.h65 class PlatformWheelEvent; variable
172 bool handleWheelEvent(PlatformWheelEvent&);
348 bool passWheelEventToWidget(PlatformWheelEvent&, Widget*);
/external/webkit/Source/WebCore/page/android/
DEventHandlerAndroid.cpp84 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent&, Widget*) in passWheelEventToWidget() argument
/external/webkit/Source/WebCore/page/brew/
DEventHandlerBrew.cpp100 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget) in passWheelEventToWidget()
/external/webkit/Source/WebKit/chromium/src/
DWebInputEventConversion.h63 class PlatformWheelEventBuilder : public WebCore::PlatformWheelEvent {
/external/webkit/Source/WebCore/page/qt/
DEventHandlerQt.cpp92 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget) in passWheelEventToWidget()
/external/webkit/Source/WebCore/page/win/
DEventHandlerWin.cpp76 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget) in passWheelEventToWidget()
/external/webkit/Source/WebCore/page/efl/
DEventHandlerEfl.cpp89 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget) in passWheelEventToWidget()
/external/webkit/Source/WebCore/page/wx/
DEventHandlerWx.cpp77 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget) in passWheelEventToWidget()

123