Searched defs:screenPoint (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
H A DEventSender.cpp238 POINT screenPoint = msg.pt; local
240 ::ClientToScreen(webViewWindow, &screenPoint);
242 webViewDropTarget->DragEnter(draggingInfo->dataObject(), 0, pointl(screenPoint), &effect);
248 webViewDropTarget->DragOver(0, pointl(screenPoint), &effect);
251 webViewDropTarget->Drop(draggingInfo->dataObject(), 0, pointl(screenPoint), &effect);
311 POINT screenPoint = msg.pt; local
312 ::ClientToScreen(webViewWindow, &screenPoint);
319 webViewDropTarget->DragOver(MK_LBUTTON, pointl(screenPoint), &effect);
321 webViewDropTarget->DragEnter(draggingInfo->dataObject(), 0, pointl(screenPoint), &effect);
/external/webkit/WebKit/chromium/src/
H A DWebViewImpl.cpp1362 const WebPoint& screenPoint,
1366 screenPoint,
1386 const WebPoint& screenPoint,
1398 screenPoint,
1419 const WebPoint& screenPoint,
1428 screenPoint,
1468 const WebPoint& screenPoint)
1487 screenPoint,
1360 dragSourceEndedAt( const WebPoint& clientPoint, const WebPoint& screenPoint, WebDragOperation operation) argument
1383 dragTargetDragEnter( const WebDragData& webDragData, int identity, const WebPoint& clientPoint, const WebPoint& screenPoint, WebDragOperationsMask operationsAllowed) argument
1417 dragTargetDragOver( const WebPoint& clientPoint, const WebPoint& screenPoint, WebDragOperationsMask operationsAllowed) argument
1467 dragTargetDrop(const WebPoint& clientPoint, const WebPoint& screenPoint) argument

Completed in 47 milliseconds