Home
last modified time | relevance | path

Searched refs:dragIsMove (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/page/
DDragController.cpp129 bool DragController::dragIsMove(SelectionController* selection) in dragIsMove() function in WebCore::DragController
289 return dragIsMove(innerFrame->selection()) ? DragOperationMove : DragOperationCopy; in tryDocumentDrag()
394 if (dragIsMove(innerFrame->selection()) || dragCaret.isContentRichlyEditable()) { in concludeEditDrag()
403 if (dragIsMove(innerFrame->selection())) { in concludeEditDrag()
DDragController.h104 bool dragIsMove(SelectionController*);
/external/webkit/WebCore/
DChangeLog8671 (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.
DChangeLog-2008-08-1011893 (WebCore::DragController::dragIsMove):