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

/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformMouseEventGtk.cpp28 #include "PlatformMouseEvent.h"
39 PlatformMouseEvent::PlatformMouseEvent(GdkEventButton* event) function in class:WebCore::PlatformMouseEvent
78 PlatformMouseEvent::PlatformMouseEvent(GdkEventMotion* motion) function in class:WebCore::PlatformMouseEvent
/external/webkit/Source/WebCore/platform/haiku/
H A DPlatformMouseEventHaiku.cpp31 #include "PlatformMouseEvent.h"
38 PlatformMouseEvent::PlatformMouseEvent(const BMessage* message) function in class:WebCore::PlatformMouseEvent
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformMouseEventEfl.cpp33 #include "PlatformMouseEvent.h"
40 void PlatformMouseEvent::setClickCount(unsigned int flags)
50 PlatformMouseEvent::PlatformMouseEvent(const Evas_Event_Mouse_Down* event, IntPoint position) function in class:WebCore::PlatformMouseEvent
64 PlatformMouseEvent::PlatformMouseEvent(const Evas_Event_Mouse_Up* event, IntPoint position) function in class:WebCore::PlatformMouseEvent
78 PlatformMouseEvent::PlatformMouseEvent(const Evas_Event_Mouse_Move* event, IntPoint position) function in class:WebCore::PlatformMouseEvent
H A DScrollbarEfl.h45 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&) { return false; } argument
46 virtual bool handleMouseOutEvent(const PlatformMouseEvent&) { return false; } argument
47 virtual bool handleMousePressEvent(const PlatformMouseEvent&) { return false; } argument
48 virtual bool handleMouseReleaseEvent(const PlatformMouseEvent&) { return false; } argument
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformMouseEventQt.cpp29 #include "PlatformMouseEvent.h"
38 PlatformMouseEvent::PlatformMouseEvent(QGraphicsSceneMouseEvent* event, int clickCount) function in class:WebCore::PlatformMouseEvent
75 PlatformMouseEvent::PlatformMouseEvent(QInputEvent* event, int clickCount) function in class:WebCore::PlatformMouseEvent
/external/webkit/Source/WebCore/platform/wx/
H A DMouseEventWx.cpp28 #include "PlatformMouseEvent.h"
36 PlatformMouseEvent::PlatformMouseEvent(const wxMouseEvent& event, const wxPoint& globalPoint, int clickCount) function in class:WebCore::PlatformMouseEvent
/external/webkit/Source/WebCore/platform/brew/
H A DPlatformMouseEventBrew.cpp27 #include "PlatformMouseEvent.h"
36 PlatformMouseEvent::PlatformMouseEvent(AEEEvent event, uint16 wParam, uint32 dwParam) function in class:WebCore::PlatformMouseEvent
/external/webkit/Source/WebCore/platform/win/
H A DPlatformMouseEventWin.cpp28 #include "PlatformMouseEvent.h"
80 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView) function in class:WebCore::PlatformMouseEvent
/external/webkit/Source/WebCore/platform/
H A DScrollbarTheme.h35 class PlatformMouseEvent;
46 virtual ScrollbarPart hitTest(Scrollbar*, const PlatformMouseEvent&) { return NoPart; } argument
82 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&) { return false; } argument
83 virtual bool shouldSnapBackToDragOrigin(Scrollbar*, const PlatformMouseEvent&) { return false; } argument
H A DPlatformMouseEvent.h76 class PlatformMouseEvent { class in namespace:WebCore
78 PlatformMouseEvent() function in class:WebCore::PlatformMouseEvent
96 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, MouseEventType eventType, function in class:WebCore::PlatformMouseEvent
135 PlatformMouseEvent(GdkEventButton*);
136 PlatformMouseEvent(GdkEventMotion*);
142 PlatformMouseEvent(const Evas_Event_Mouse_Down*, IntPoint);
143 PlatformMouseEvent(const Evas_Event_Mouse_Up*, IntPoint);
144 PlatformMouseEvent(const Evas_Event_Mouse_Move*, IntPoint);
149 PlatformMouseEvent(NSEvent *, NSView *windowView);
151 PlatformMouseEvent(in
[all...]

Completed in 2223 milliseconds