Searched defs:PlatformMouseEvent (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DPlatformMouseEventGtk.cpp39 PlatformMouseEvent::PlatformMouseEvent(GdkEventButton* event) function in class:WebCore::PlatformMouseEvent
84 PlatformMouseEvent::PlatformMouseEvent(GdkEventMotion* motion) function in class:WebCore::PlatformMouseEvent
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DPlatformMouseEventEfl.cpp50 PlatformMouseEvent::PlatformMouseEvent(const Evas_Event_Mouse_Down* event, IntPoint position) function in class:WebCore::PlatformMouseEvent
59 PlatformMouseEvent::PlatformMouseEvent(const Evas_Event_Mouse_Up* event, IntPoint position) function in class:WebCore::PlatformMouseEvent
68 PlatformMouseEvent::PlatformMouseEvent(const Evas_Event_Mouse_Move* event, IntPoint position) function in class:WebCore::PlatformMouseEvent
H A DScrollbarEfl.h48 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&) { return false; } argument
49 virtual bool handleMouseOutEvent(const PlatformMouseEvent&) { return false; } argument
50 virtual bool handleMousePressEvent(const PlatformMouseEvent&) { return false; } argument
51 virtual bool handleMouseReleaseEvent(const PlatformMouseEvent&) { return false; } argument
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DPlatformMouseEventBlackBerry.cpp26 PlatformMouseEvent::PlatformMouseEvent(const IntPoint& eventPosition, const IntPoint& globalPosition, const PlatformEvent::Type type, int clickCount, MouseButton button, bool shiftKey, bool ctrlKey, bool altKey, MouseInputMethod method) function in class:WebCore::PlatformMouseEvent
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPlatformMouseEventWin.cpp81 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView) function in class:WebCore::PlatformMouseEvent
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPlatformMouseEvent.h55 class PlatformMouseEvent : public PlatformEvent { class in namespace:WebCore
57 PlatformMouseEvent() function in class:WebCore::PlatformMouseEvent
70 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, function in class:WebCore::PlatformMouseEvent
[all...]
H A DScrollbarTheme.h97 virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false; } argument
98 virtual bool shouldSnapBackToDragOrigin(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false; } argument
99 virtual bool shouldDragDocumentInsteadOfThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false; } argument

Completed in 107 milliseconds