Searched refs:currentDragEffect (Results 1 – 1 of 1) sorted by relevance
91 static WebDragOperation currentDragEffect; variable303 currentDragEffect = WebKit::WebDragOperationNone; in reset()341 …currentDragEffect = webview()->dragTargetDragEnter(dragData, clientPoint, screenPoint, currentDrag… in doDragDrop()443 …currentDragEffect = webview()->dragTargetDragOver(clientPoint, screenPoint, currentDragEffectsAllo… in doMouseUp()444 if (currentDragEffect) in doMouseUp()448 webview()->dragSourceEndedAt(clientPoint, screenPoint, currentDragEffect); in doMouseUp()486 …currentDragEffect = webview()->dragTargetDragOver(clientPoint, screenPoint, currentDragEffectsAllo… in doMouseMove()