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

/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DPlatformWheelEventEfl.cpp46 PlatformWheelEvent::PlatformWheelEvent(const Evas_Event_Mouse_Wheel* ev) function in class:WebCore::PlatformWheelEvent
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DPlatformWheelEventGtk.cpp39 PlatformWheelEvent::PlatformWheelEvent(GdkEventScroll* event) function in class:WebCore::PlatformWheelEvent
/macosx-10.10/WebCore-7600.1.25/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.10/WebCore-7600.1.25/platform/
H A DPlatformWheelEvent.h68 class PlatformWheelEvent : public PlatformEvent { class in namespace:WebCore
70 PlatformWheelEvent() function in class:WebCore::PlatformWheelEvent
89 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
[all...]
/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingCoordinator.h155 virtual bool handleWheelEvent(FrameView*, const PlatformWheelEvent&) { return true; } argument
/macosx-10.10/WebCore-7600.1.25/page/
H A DEventHandler.cpp2520 void EventHandler::platformPrepareForWheelEvents(const PlatformWheelEvent&, const HitTestResult&, RefPtr<Element>&, RefPtr<ContainerNode>&, ScrollableArea*&, bool&) argument
2539 bool EventHandler::platformCompletePlatformWidgetWheelEvent(const PlatformWheelEvent&, const Widget&, ContainerNode*) argument

Completed in 193 milliseconds