Searched refs:dragIsMove (Results 1 – 4 of 4) sorted by relevance
129 bool DragController::dragIsMove(SelectionController* selection) in dragIsMove() function in WebCore::DragController289 return dragIsMove(innerFrame->selection()) ? DragOperationMove : DragOperationCopy; in tryDocumentDrag()394 if (dragIsMove(innerFrame->selection()) || dragCaret.isContentRichlyEditable()) { in concludeEditDrag()403 if (dragIsMove(innerFrame->selection())) { in concludeEditDrag()
104 bool dragIsMove(SelectionController*);
8671 (WebCore::DragController::dragIsMove): Removed unused DragData argument.8674 (WebCore::DragController::tryDocumentDrag): Don't pass dragData to dragIsMove.8677 changed dragIsMove call sites to not pass dragData.
11893 (WebCore::DragController::dragIsMove):