Home
last modified time | relevance | path

Searched refs:PlatformMouseEvent (Results 1 – 25 of 110) sorted by relevance

12345

/external/webkit/Source/WebCore/platform/
DPlatformMouseEvent.h76 class PlatformMouseEvent {
78 PlatformMouseEvent() in PlatformMouseEvent() function
96PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, M… in PlatformMouseEvent() function
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);
151PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, MouseEventType even…
[all …]
DScrollbarTheme.h35 class PlatformMouseEvent; variable
46 virtual ScrollbarPart hitTest(Scrollbar*, const PlatformMouseEvent&) { return NoPart; } in hitTest() argument
82 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&) { return false; } in shouldCenterOnThumb() argument
83 virtual bool shouldSnapBackToDragOrigin(Scrollbar*, const PlatformMouseEvent&) { return false; } in shouldSnapBackToDragOrigin() argument
DScrollbar.h39 class PlatformMouseEvent; variable
96 bool mouseMoved(const PlatformMouseEvent&);
102 bool mouseDown(const PlatformMouseEvent&);
108 bool contextMenu(const PlatformMouseEvent& event);
/external/webkit/Source/WebCore/page/
DEventHandler.h130 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&) const;
199 void dragSourceEndedAt(const PlatformMouseEvent&, DragOperation);
[all …]
DMouseEventWithHitTestResults.h33 MouseEventWithHitTestResults(const PlatformMouseEvent&, const HitTestResult&);
35 const PlatformMouseEvent& event() const { return m_event; } in event()
43 PlatformMouseEvent m_event;
DDragController.h46 class PlatformMouseEvent; variable
83 …bool startDrag(Frame* src, Clipboard*, DragOperation srcOp, const PlatformMouseEvent& dragEvent, c…
/external/webkit/Source/WebCore/platform/efl/
DPlatformMouseEventEfl.cpp40 void PlatformMouseEvent::setClickCount(unsigned int flags) in setClickCount()
50 PlatformMouseEvent::PlatformMouseEvent(const Evas_Event_Mouse_Down* event, IntPoint position) in PlatformMouseEvent() function in WebCore::PlatformMouseEvent
64 PlatformMouseEvent::PlatformMouseEvent(const Evas_Event_Mouse_Up* event, IntPoint position) in PlatformMouseEvent() function in WebCore::PlatformMouseEvent
78 PlatformMouseEvent::PlatformMouseEvent(const Evas_Event_Mouse_Move* event, IntPoint position) in PlatformMouseEvent() function in WebCore::PlatformMouseEvent
DScrollbarEfl.h45 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&) { return false; } in handleMouseMoveEvent() argument
46 virtual bool handleMouseOutEvent(const PlatformMouseEvent&) { return false; } in handleMouseOutEvent() argument
47 virtual bool handleMousePressEvent(const PlatformMouseEvent&) { return false; } in handleMousePressEvent() argument
48 virtual bool handleMouseReleaseEvent(const PlatformMouseEvent&) { return false; } in handleMouseReleaseEvent() argument
/external/webkit/Source/WebCore/platform/chromium/
DFramelessScrollView.h40 class PlatformMouseEvent; variable
58 virtual bool handleMouseDownEvent(const PlatformMouseEvent&) = 0;
59 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&) = 0;
60 virtual bool handleMouseReleaseEvent(const PlatformMouseEvent&) = 0;
DPopupMenuChromium.h120 virtual bool handleMouseDownEvent(const PlatformMouseEvent&);
121 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&);
122 virtual bool handleMouseReleaseEvent(const PlatformMouseEvent&);
DScrollbarThemeChromiumWin.h41 virtual bool shouldSnapBackToDragOrigin(Scrollbar*, const PlatformMouseEvent&);
47 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&);
DPopupMenuChromium.cpp99 virtual bool handleMouseDownEvent(const PlatformMouseEvent&);
100 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&);
101 virtual bool handleMouseReleaseEvent(const PlatformMouseEvent&);
275 static PlatformMouseEvent constructRelativeMouseEvent(const PlatformMouseEvent& e, in constructRelativeMouseEvent()
282 PlatformMouseEvent relativeEvent = e; in constructRelativeMouseEvent()
460 bool PopupContainer::handleMouseDownEvent(const PlatformMouseEvent& event) in handleMouseDownEvent()
467 bool PopupContainer::handleMouseMoveEvent(const PlatformMouseEvent& event) in handleMouseMoveEvent()
474 bool PopupContainer::handleMouseReleaseEvent(const PlatformMouseEvent& event) in handleMouseReleaseEvent()
611 bool PopupListBox::handleMouseDownEvent(const PlatformMouseEvent& event) in handleMouseDownEvent()
626 bool PopupListBox::handleMouseMoveEvent(const PlatformMouseEvent& event) in handleMouseMoveEvent()
[all …]
/external/webkit/Source/WebCore/platform/gtk/
DPlatformMouseEventGtk.cpp39 PlatformMouseEvent::PlatformMouseEvent(GdkEventButton* event) in PlatformMouseEvent() function in WebCore::PlatformMouseEvent
78 PlatformMouseEvent::PlatformMouseEvent(GdkEventMotion* motion) in PlatformMouseEvent() function in WebCore::PlatformMouseEvent
/external/webkit/Source/WebCore/platform/qt/
DPlatformMouseEventQt.cpp38 PlatformMouseEvent::PlatformMouseEvent(QGraphicsSceneMouseEvent* event, int clickCount) in PlatformMouseEvent() function in WebCore::PlatformMouseEvent
75 PlatformMouseEvent::PlatformMouseEvent(QInputEvent* event, int clickCount) in PlatformMouseEvent() function in WebCore::PlatformMouseEvent
DScrollbarThemeQt.h46 virtual ScrollbarPart hitTest(Scrollbar*, const PlatformMouseEvent&);
48 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&);
/external/webkit/Source/WebKit/win/
DWebDropSource.h36 class PlatformMouseEvent; variable
39 WebCore::PlatformMouseEvent generateMouseEvent(WebView*, bool isDrag);
DWebDropSource.cpp96 PlatformMouseEvent generateMouseEvent(WebView* webView, bool isDrag) { in generateMouseEvent()
103 return PlatformMouseEvent(IntPoint(localpt.x, localpt.y), IntPoint(pt.x, pt.y), in generateMouseEvent()
/external/webkit/Source/WebCore/platform/brew/
DPlatformMouseEventBrew.cpp36 PlatformMouseEvent::PlatformMouseEvent(AEEEvent event, uint16 wParam, uint32 dwParam) in PlatformMouseEvent() function in WebCore::PlatformMouseEvent
/external/webkit/Source/WebCore/platform/haiku/
DPlatformMouseEventHaiku.cpp38 PlatformMouseEvent::PlatformMouseEvent(const BMessage* message) in PlatformMouseEvent() function in WebCore::PlatformMouseEvent
/external/webkit/Source/WebCore/platform/win/
DScrollbarThemeWin.h52 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&);
53 virtual bool shouldSnapBackToDragOrigin(Scrollbar*, const PlatformMouseEvent&);
DPlatformMouseEventWin.cpp80 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool … in PlatformMouseEvent() function in WebCore::PlatformMouseEvent
/external/webkit/Source/WebCore/platform/mac/
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, …
/external/webkit/Source/WebCore/platform/wx/
DMouseEventWx.cpp36 PlatformMouseEvent::PlatformMouseEvent(const wxMouseEvent& event, const wxPoint& globalPoint, int c… in PlatformMouseEvent() function in WebCore::PlatformMouseEvent
/external/webkit/Source/WebCore/rendering/
DRenderScrollbarTheme.h33 class PlatformMouseEvent; variable
49 …virtual bool shouldCenterOnThumb(Scrollbar* scrollbar, const PlatformMouseEvent& event) { return S… in shouldCenterOnThumb()
/external/webkit/Source/WebKit/chromium/tests/
DPopupMenuTest.cpp238 PlatformMouseEvent mouseEvent(point, point, LeftButton, MouseEventPressed, in simulateLeftMouseDownEvent()
244 PlatformMouseEvent mouseEvent(point, point, LeftButton, MouseEventReleased, in simulateLeftMouseUpEvent()
349 PlatformMouseEvent mouseEvent(row1Point, row1Point, NoButton, MouseEventMoved, in TEST_F()

12345