/external/webkit/Source/WebCore/platform/ |
D | PlatformMouseEvent.h | 76 class PlatformMouseEvent { 78 PlatformMouseEvent() in PlatformMouseEvent() function 96 …PlatformMouseEvent(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); 151 …PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, MouseEventType even… [all …]
|
D | ScrollbarTheme.h | 35 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
|
D | Scrollbar.h | 39 class PlatformMouseEvent; variable 96 bool mouseMoved(const PlatformMouseEvent&); 102 bool mouseDown(const PlatformMouseEvent&); 108 bool contextMenu(const PlatformMouseEvent& event);
|
/external/webkit/Source/WebCore/page/ |
D | EventHandler.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&) const; 199 void dragSourceEndedAt(const PlatformMouseEvent&, DragOperation); [all …]
|
D | MouseEventWithHitTestResults.h | 33 MouseEventWithHitTestResults(const PlatformMouseEvent&, const HitTestResult&); 35 const PlatformMouseEvent& event() const { return m_event; } in event() 43 PlatformMouseEvent m_event;
|
D | DragController.h | 46 class PlatformMouseEvent; variable 83 …bool startDrag(Frame* src, Clipboard*, DragOperation srcOp, const PlatformMouseEvent& dragEvent, c…
|
/external/webkit/Source/WebCore/platform/efl/ |
D | PlatformMouseEventEfl.cpp | 40 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
|
D | ScrollbarEfl.h | 45 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/ |
D | FramelessScrollView.h | 40 class PlatformMouseEvent; variable 58 virtual bool handleMouseDownEvent(const PlatformMouseEvent&) = 0; 59 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&) = 0; 60 virtual bool handleMouseReleaseEvent(const PlatformMouseEvent&) = 0;
|
D | PopupMenuChromium.h | 120 virtual bool handleMouseDownEvent(const PlatformMouseEvent&); 121 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&); 122 virtual bool handleMouseReleaseEvent(const PlatformMouseEvent&);
|
D | ScrollbarThemeChromiumWin.h | 41 virtual bool shouldSnapBackToDragOrigin(Scrollbar*, const PlatformMouseEvent&); 47 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&);
|
D | PopupMenuChromium.cpp | 99 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/ |
D | PlatformMouseEventGtk.cpp | 39 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/ |
D | PlatformMouseEventQt.cpp | 38 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
|
D | ScrollbarThemeQt.h | 46 virtual ScrollbarPart hitTest(Scrollbar*, const PlatformMouseEvent&); 48 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&);
|
/external/webkit/Source/WebKit/win/ |
D | WebDropSource.h | 36 class PlatformMouseEvent; variable 39 WebCore::PlatformMouseEvent generateMouseEvent(WebView*, bool isDrag);
|
D | WebDropSource.cpp | 96 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/ |
D | PlatformMouseEventBrew.cpp | 36 PlatformMouseEvent::PlatformMouseEvent(AEEEvent event, uint16 wParam, uint32 dwParam) in PlatformMouseEvent() function in WebCore::PlatformMouseEvent
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | PlatformMouseEventHaiku.cpp | 38 PlatformMouseEvent::PlatformMouseEvent(const BMessage* message) in PlatformMouseEvent() function in WebCore::PlatformMouseEvent
|
/external/webkit/Source/WebCore/platform/win/ |
D | ScrollbarThemeWin.h | 52 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&); 53 virtual bool shouldSnapBackToDragOrigin(Scrollbar*, const PlatformMouseEvent&);
|
D | PlatformMouseEventWin.cpp | 80 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool … in PlatformMouseEvent() function in WebCore::PlatformMouseEvent
|
/external/webkit/Source/WebCore/platform/mac/ |
D | PlatformMouseEventMac.mm | 27 #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/ |
D | MouseEventWx.cpp | 36 PlatformMouseEvent::PlatformMouseEvent(const wxMouseEvent& event, const wxPoint& globalPoint, int c… in PlatformMouseEvent() function in WebCore::PlatformMouseEvent
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderScrollbarTheme.h | 33 class PlatformMouseEvent; variable 49 …virtual bool shouldCenterOnThumb(Scrollbar* scrollbar, const PlatformMouseEvent& event) { return S… in shouldCenterOnThumb()
|
/external/webkit/Source/WebKit/chromium/tests/ |
D | PopupMenuTest.cpp | 238 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()
|