Searched refs:PlatformWheelEvent (Results 1 - 25 of 29) sorted by relevance

12

/external/webkit/WebCore/platform/
H A DPlatformWheelEvent.h69 class PlatformWheelEvent { class in namespace:WebCore
71 PlatformWheelEvent() function in class:WebCore::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(BMessag
[all...]
H A DScrollView.h53 class PlatformWheelEvent;
193 void wheelEvent(PlatformWheelEvent&);
H A DScrollView.cpp32 #include "PlatformWheelEvent.h"
647 void ScrollView::wheelEvent(PlatformWheelEvent& e)
/external/webkit/WebCore/platform/haiku/
H A DPlatformWheelEventHaiku.cpp30 #include "PlatformWheelEvent.h"
40 PlatformWheelEvent::PlatformWheelEvent(BMessage* message) function in class:WebCore::PlatformWheelEvent
/external/webkit/WebCore/platform/qt/
H A DWheelEventQt.cpp21 #include "PlatformWheelEvent.h"
32 void PlatformWheelEvent::applyDelta(int delta, Qt::Orientation orientation)
54 PlatformWheelEvent::PlatformWheelEvent(QGraphicsSceneWheelEvent* e) function in class:WebCore::PlatformWheelEvent
73 PlatformWheelEvent::PlatformWheelEvent(QWheelEvent* e) function in class:WebCore::PlatformWheelEvent
/external/webkit/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/WebCore/platform/mac/
H A DWheelEventMac.mm27 #import "PlatformWheelEvent.h"
35 PlatformWheelEvent::PlatformWheelEvent(NSEvent* event, NSView *windowView)
/external/webkit/WebCore/platform/chromium/
H A DFramelessScrollView.h41 class PlatformWheelEvent;
61 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0;
H A DPopupMenuChromium.h130 virtual bool handleWheelEvent(const PlatformWheelEvent&);
H A DPopupMenuChromium.cpp50 #include "PlatformWheelEvent.h"
100 virtual bool handleWheelEvent(const PlatformWheelEvent&);
281 static PlatformWheelEvent constructRelativeWheelEvent(const PlatformWheelEvent& e,
287 // FIXME: This is a horrible hack since PlatformWheelEvent has no setters for x/y.
288 PlatformWheelEvent relativeEvent = e;
418 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event)
579 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event)
588 wheelEvent(const_cast<PlatformWheelEvent&>(event));
/external/webkit/WebCore/platform/gtk/
H A DWheelEventGtk.cpp29 #include "PlatformWheelEvent.h"
37 PlatformWheelEvent::PlatformWheelEvent(GdkEventScroll* event) function in class:WebCore::PlatformWheelEvent
/external/webkit/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/WebKit/chromium/src/
H A DWebInputEventConversion.h40 #include "PlatformWheelEvent.h"
63 class PlatformWheelEventBuilder : public WebCore::PlatformWheelEvent {
/external/webkit/WebCore/page/android/
H A DEventHandlerAndroid.cpp37 #include "PlatformWheelEvent.h"
84 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent&, Widget*)
/external/webkit/WebCore/page/gtk/
H A DEventHandlerGtk.cpp39 #include "PlatformWheelEvent.h"
88 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget)
/external/webkit/WebCore/page/qt/
H A DEventHandlerQt.cpp48 #include "PlatformWheelEvent.h"
101 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget)
/external/webkit/WebCore/page/win/
H A DEventHandlerWin.cpp41 #include "PlatformWheelEvent.h"
71 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget)
/external/webkit/WebCore/page/wx/
H A DEventHandlerWx.cpp77 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget)
/external/webkit/WebCore/page/haiku/
H A DEventHandlerHaiku.cpp43 #include "PlatformWheelEvent.h"
117 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget)
/external/webkit/WebCore/page/
H A DEventHandler.h61 class PlatformWheelEvent;
148 bool handleWheelEvent(PlatformWheelEvent&);
305 bool passWheelEventToWidget(PlatformWheelEvent&, Widget*);
H A DEventHandler.cpp59 #include "PlatformWheelEvent.h"
115 static inline void scrollAndAcceptEvent(float delta, ScrollDirection positiveDirection, ScrollDirection negativeDirection, PlatformWheelEvent& e, Node* node, Node** stopNode)
1804 bool EventHandler::handleWheelEvent(PlatformWheelEvent& e)
/external/webkit/WebCore/page/chromium/
H A DEventHandlerChromium.cpp43 #include "PlatformWheelEvent.h"
88 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget)
/external/webkit/WebCore/page/mac/
H A DEventHandlerMac.mm45 #include "PlatformWheelEvent.h"
119 PlatformWheelEvent wheelEvent(event, page->chrome()->platformPageClient());
448 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent&, Widget* widget)
691 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget)
/external/webkit/WebCore/dom/
H A DNode.h54 class PlatformWheelEvent;
543 void dispatchWheelEvent(PlatformWheelEvent&);
/external/webkit/WebKit/wx/
H A DWebView.cpp50 #include "PlatformWheelEvent.h"
615 WebCore::PlatformWheelEvent wkEvent(event, globalPoint);

Completed in 525 milliseconds

12