Searched refs:currentDragEffect (Results 1 – 1 of 1) sorted by relevance
102 WebDragOperation currentDragEffect; variable335 currentDragEffect = blink::WebDragOperationNone; in reset()373 …currentDragEffect = webview()->dragTargetDragEnter(dragData, clientPoint, screenPoint, currentDrag… in doDragDrop()497 currentDragEffect = dragEffect; in finishDragAndDrop()498 if (currentDragEffect) in finishDragAndDrop()502 webview()->dragSourceEndedAt(clientPoint, screenPoint, currentDragEffect); in finishDragAndDrop()543 …currentDragEffect = webview()->dragTargetDragOver(clientPoint, screenPoint, currentDragEffectsAllo… in doMouseMove()