Searched defs:PlatformWheelEvent (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DPlatformWheelEventEfl.cpp46 PlatformWheelEvent::PlatformWheelEvent(const Evas_Event_Mouse_Wheel* ev) function in class:WebCore::PlatformWheelEvent
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DPlatformWheelEventGtk.cpp39 PlatformWheelEvent::PlatformWheelEvent(GdkEventScroll* event) function in class:WebCore::PlatformWheelEvent
/macosx-10.9.5/WebCore-7537.78.1/page/blackberry/
H A DEventHandlerBlackBerry.cpp59 bool EventHandler::passWheelEventToWidget(const PlatformWheelEvent&, Widget*) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWheelEventWin.cpp68 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, const FloatSize& delta, const FloatPoint& location) function in class:WebCore::PlatformWheelEvent
87 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isMouseHWheel) function in class:WebCore::PlatformWheelEvent
/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/
H A DScrollingCoordinator.h118 virtual bool handleWheelEvent(FrameView*, const PlatformWheelEvent&) { return true; } argument
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPlatformWheelEvent.h70 class PlatformWheelEvent : public PlatformEvent { class in namespace:WebCore
72 PlatformWheelEvent() function in class:WebCore::PlatformWheelEvent
91 PlatformWheelEvent(IntPoint position, IntPoint globalPosition, float deltaX, float deltaY, float wheelTicksX, float wheelTicksY, PlatformWheelEventGranularity granularity, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey) function in class:WebCore::PlatformWheelEvent

Completed in 212 milliseconds