Searched defs:clientPoint (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebKit/chromium/src/win/ |
D | WebInputEventFactory.cpp | 404 POINT clientPoint = { result.globalX, result.globalY }; in mouseWheelEvent() local
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebViewImpl.cpp | 1774 const WebPoint& clientPoint, in dragSourceEndedAt() 1788 const WebPoint& clientPoint, in dragSourceMovedTo() 1807 const WebPoint& clientPoint, in dragTargetDragEnter() 1820 const WebPoint& clientPoint, in dragTargetDragOver() 1847 void WebViewImpl::dragTargetDrop(const WebPoint& clientPoint, in dragTargetDrop() 1878 WebDragOperation WebViewImpl::dragTargetDragEnterOrOver(const WebPoint& clientPoint, const WebPoint… in dragTargetDragEnterOrOver()
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | EventSender.cpp | 337 WebPoint clientPoint(event.x, event.y); in doDragDrop() local 440 WebPoint clientPoint(e.x, e.y); in doMouseUp() local 484 WebPoint clientPoint(e.x, e.y); in doMouseMove() local
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 1492 static IntPoint globalPointForClientPoint(GdkWindow* window, const IntPoint& clientPoint) in globalPointForClientPoint()
|