Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DDragController.h102 bool dragIsMove(SelectionController*, DragData*);
DDragController.cpp144 bool DragController::dragIsMove(SelectionController* selection, DragData* dragData) in dragIsMove() function in WebCore::DragController
338 … operation = dragIsMove(innerFrame->selection(), dragData) ? DragOperationMove : DragOperationCopy; in tryDocumentDrag()
453 if (dragIsMove(innerFrame->selection(), dragData) || dragCaret.isContentRichlyEditable()) { in concludeEditDrag()
462 if (dragIsMove(innerFrame->selection(), dragData)) { in concludeEditDrag()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-167862 (WebCore::DragController::dragIsMove):
55710 (WebCore::DragController::dragIsMove): Removed unused DragData argument.
55713 (WebCore::DragController::tryDocumentDrag): Don't pass dragData to dragIsMove.
55716 changed dragIsMove call sites to not pass dragData.
DChangeLog-2011-02-1626975 (WebCore::DragController::dragIsMove): Added DragData parameter.
26976 (WebCore::DragController::tryDocumentDrag): Modified call to dragIsMove.
DChangeLog3946 (WebCore::DragController::dragIsMove):
DChangeLog-2008-08-1011893 (WebCore::DragController::dragIsMove):