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

/macosx-10.10/WebCore-7600.1.25/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.10/WebCore-7600.1.25/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
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DPlatformMouseEventWin.cpp82 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView) function in class:WebCore::PlatformMouseEvent
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPlatformMouseEvent.h49 class PlatformMouseEvent : public PlatformEvent { class in namespace:WebCore
51 PlatformMouseEvent() function in class:WebCore::PlatformMouseEvent
64 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, function in class:WebCore::PlatformMouseEvent
H A DScrollbarTheme.h98 virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false; } argument
99 virtual bool shouldSnapBackToDragOrigin(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false; } argument
100 virtual bool shouldDragDocumentInsteadOfThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false; } argument

Completed in 125 milliseconds