Searched refs:PlatformMouseEvent (Results 1 - 25 of 90) sorted by relevance

1234

/external/webkit/Source/WebCore/page/
H A DMouseEventWithHitTestResults.h25 #include "PlatformMouseEvent.h"
33 MouseEventWithHitTestResults(const PlatformMouseEvent&, const HitTestResult&);
35 const PlatformMouseEvent& event() const { return m_event; }
43 PlatformMouseEvent m_event;
H A DMouseEventWithHitTestResults.cpp30 MouseEventWithHitTestResults::MouseEventWithHitTestResults(const PlatformMouseEvent& event, const HitTestResult& hitTestResult)
H A DEventHandler.h32 #include "PlatformMouseEvent.h"
130 bool updateDragAndDrop(const PlatformMouseEvent&, Clipboard*);
131 void cancelDragAndDrop(const PlatformMouseEvent&, Clipboard*);
132 bool performDragAndDrop(const PlatformMouseEvent&, Clipboard*);
165 bool mouseMoved(const PlatformMouseEvent&);
169 bool handleMousePressEvent(const PlatformMouseEvent&);
170 bool handleMouseMoveEvent(const PlatformMouseEvent&, HitTestResult* hoveredNode = 0);
171 bool handleMouseReleaseEvent(const PlatformMouseEvent&);
180 bool sendContextMenuEvent(const PlatformMouseEvent&);
197 bool eventMayStartDrag(const PlatformMouseEvent
[all...]
/external/webkit/Source/WebCore/platform/efl/
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
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
/external/webkit/Source/WebCore/platform/
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...]
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 DScrollbar.h39 class PlatformMouseEvent;
96 bool mouseMoved(const PlatformMouseEvent&);
102 bool mouseDown(const PlatformMouseEvent&);
108 bool contextMenu(const PlatformMouseEvent& event);
/external/webkit/Source/WebCore/platform/chromium/
H A DFramelessScrollView.h40 class PlatformMouseEvent;
58 virtual bool handleMouseDownEvent(const PlatformMouseEvent&) = 0;
59 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&) = 0;
60 virtual bool handleMouseReleaseEvent(const PlatformMouseEvent&) = 0;
H A DScrollbarThemeChromiumWin.h41 virtual bool shouldSnapBackToDragOrigin(Scrollbar*, const PlatformMouseEvent&);
47 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&);
H A DScrollbarThemeChromiumLinux.h45 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&);
H A DPopupMenuChromium.h120 virtual bool handleMouseDownEvent(const PlatformMouseEvent&);
121 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&);
122 virtual bool handleMouseReleaseEvent(const PlatformMouseEvent&);
H A DScrollbarThemeChromium.h38 class PlatformMouseEvent;
H A DScrollbarThemeChromiumMac.h66 virtual bool shouldCenterOnThumb(Scrollbar*, const 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/haiku/
H A DPlatformMouseEventHaiku.cpp31 #include "PlatformMouseEvent.h"
38 PlatformMouseEvent::PlatformMouseEvent(const BMessage* message) function in class:WebCore::PlatformMouseEvent
/external/webkit/Source/WebCore/platform/qt/
H A DScrollbarThemeQt.h46 virtual ScrollbarPart hitTest(Scrollbar*, const PlatformMouseEvent&);
48 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&);
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/win/
H A DScrollbarThemeWin.h52 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&);
53 virtual bool shouldSnapBackToDragOrigin(Scrollbar*, const PlatformMouseEvent&);
/external/webkit/Source/WebKit/win/
H A DWebDropSource.h36 class PlatformMouseEvent;
39 WebCore::PlatformMouseEvent generateMouseEvent(WebView*, bool isDrag);
H A DWebDropSource.cpp38 #include <WebCore/PlatformMouseEvent.h>
96 PlatformMouseEvent generateMouseEvent(WebView* webView, bool isDrag) {
103 return PlatformMouseEvent(IntPoint(localpt.x, localpt.y), IntPoint(pt.x, pt.y),
/external/webkit/Source/WebKit2/Shared/
H A DWebEventConversion.h30 #include <WebCore/PlatformMouseEvent.h>
57 WebCore::PlatformMouseEvent platform(const WebMouseEvent&);
/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/mac/
H A DPlatformMouseEventMac.mm27 #import "PlatformMouseEvent.h"
145 PlatformMouseEvent::PlatformMouseEvent(NSEvent* event, NSView *windowView)
161 PlatformMouseEvent::PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, MouseEventType eventType,
/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

Completed in 2766 milliseconds

1234