Searched refs:dragIsMove (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DDragController.h102 bool dragIsMove(SelectionController*, DragData*);
H A DDragController.cpp144 bool DragController::dragIsMove(SelectionController* selection, DragData* dragData) function in class:WebCore::DragController
338 operation = dragIsMove(innerFrame->selection(), dragData) ? DragOperationMove : DragOperationCopy;
453 if (dragIsMove(innerFrame->selection(), dragData) || dragCaret.isContentRichlyEditable()) {
462 if (dragIsMove(innerFrame->selection(), dragData)) {

Completed in 50 milliseconds