Searched refs:pointl (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/DumpRenderTree/win/
H A DEventSender.cpp217 static inline POINTL pointl(const POINT& point) function
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);
319 webViewDropTarget->DragOver(MK_LBUTTON, pointl(screenPoint), &effect);
321 webViewDropTarget->DragEnter(draggingInfo->dataObject(), 0, pointl(screenPoint), &effect);

Completed in 39 milliseconds