• Home
  • Raw
  • Download

Lines Matching refs:DragController

14164 …      Now use cross-platform code Editor::rangeForPoint and DragController::placeDragCaret instead.
14165 This required lifting local code from DragController.cpp into the shared methods
14172 * page/DragController.cpp:
14173 (WebCore::DragController::dragEnded):
14174 (WebCore::DragController::performDrag):
14175 (WebCore::DragController::dragEnteredOrUpdated):
14176 (WebCore::DragController::tryDocumentDrag):
14177 (WebCore::DragController::operationForLoad):
14179 (WebCore::DragController::concludeDrag):
14180 (WebCore::DragController::placeDragCaret):
14181 * page/DragController.h:
16750 …<rdar://problem/5335265> REGRESSION: WebCore::DragController crashes if WebDragSourceActionDHTML c…
17709 * page/DragController.cpp: Ditto.
21254 Fixing logic error in DragController
21257 * page/DragController.cpp:
25433 (WebCore::DragController::maxDragImageSize):
25467 Implement Clipboard required by DragController.
25635 (WebCore::DragController::maxDragImageSize):
26549 (WebCore::DragController::dragOperation):
26550 (WebCore::DragController::isCopyKeyDown):
38895 * page/DragController.cpp:
38901 (WebCore::DragController::tryDocumentDrag):
38903 (WebCore::DragController::concludeDrag):
38905 (WebCore::DragController::canProcessDrag):
39474 …* page/DragController.cpp: (WebCore::dragLocForSelectionDrag): Use selectionRect instead of visibl…
41228 * page/DragController.cpp:
41229 (WebCore::DragController::doImageDrag):
44833 * page/DragController.cpp:
44834 (WebCore::DragController::doImageDrag):
46165 * page/DragController.cpp:
46166 (WebCore::DragController::concludeDrag):
46214 * page/DragController.cpp:
46215 (WebCore::DragController::concludeDrag):
48737 * page/DragController.cpp:
49717 * page/DragController.cpp:
50017 * page/DragController.cpp:
50019 (WebCore::DragController::concludeDrag):
53590 Tidying up in DragController including a few bad PassRefPtr uses and
53605 * page/DragController.cpp:
53606 (WebCore::DragController::DragController):
53609 (WebCore::DragController::tryDocumentDrag):
53611 (WebCore::DragController::canProcessDrag):
53612 (WebCore::DragController::startDrag):
53613 (WebCore::DragController::doSystemDrag):
54332 (WebCore::DragController::dragOperation):
54333 (WebCore::DragController::maxDragImageSize):
54672 * page/DragController.cpp:
54673 (WebCore::DragController::startDrag):
54745 Make DragController::maxDragImageSize a function to get rid of the global initializer.
54747 * page/DragController.cpp:
54748 (WebCore::DragController::doImageDrag):
54749 * page/DragController.h:
54751 (WebCore::DragController::maxDragImageSize):
54753 (WebCore::DragController::maxDragImageSize):
55061 * page/DragController.cpp:
55062 (WebCore::DragController::tryDocumentDrag):
55064 (WebCore::DragController::tryDHTMLDrag):
55271 * page/DragController.cpp:
55272 (WebCore::DragController::dragExited):
55273 (WebCore::DragController::performDrag):
55274 (WebCore::DragController::tryDocumentDrag):
55275 (WebCore::DragController::tryDHTMLDrag):
55282 (WebCore::DragController::startDrag):
55283 (WebCore::DragController::doImageDrag):
55284 (WebCore::DragController::doSystemDrag):
55288 * page/DragController.h:
57765 (WebCore::DragController::dragOperation):
59062 * page/DragController.cpp:
59065 (WebCore::DragController::mayStartDragAtEventLocation):
59068 * page/DragController.h:
59080 Use DragController
59090 Update to use DragController and PlatformMouseEvent
59096 Use DragController for state
59868 * page/DragController.cpp:
59869 (WebCore::DragController::dragEnteredOrUpdated):
59880 * page/DragController.cpp:
59881 (WebCore::DragController::delegateDragSourceAction):
59883 * page/DragController.h:
59884 (WebCore::DragController::dragOffset):
59886 in DragController
61004 * page/DragController.cpp:
61005 (WebCore::DragController::concludeDrag): Clear the drag caret.
61194 * page/DragController.cpp:
61195 * page/DragController.h:
61196 (WebCore::DragController::dragOperation):
61197 (WebCore::DragController::setDraggingImageURL):
61198 (WebCore::DragController::draggingImageURL):
61199 (WebCore::DragController::setDragOffset):
61200 (WebCore::DragController::dragOffset):
61345 Fixes DragController to allow a null target Document.
61349 * page/DragController.cpp:
61351 (WebCore::DragController::tryDocumentDrag):
61352 (WebCore::DragController::operationForLoad):
61353 (WebCore::DragController::concludeDrag):
61355 (WebCore::DragController::dragOperation):
61538 * page/DragController.cpp:
61539 (WebCore::DragController::performDrag):
61745 * page/DragController.cpp:
61821 Added DragController to handled drag and drop state and control logic.
61866 * page/DragController.cpp: Added.
61868 (WebCore::DragController::DragController):
61869 (WebCore::DragController::~DragController):
61871 (WebCore::DragController::isMoveDrag):
61873 (WebCore::DragController::cancelDrag):
61875 (WebCore::DragController::dragEntered):
61876 (WebCore::DragController::dragExited):
61877 (WebCore::DragController::dragUpdated):
61878 (WebCore::DragController::performDrag):
61879 (WebCore::DragController::dragEnteredOrUpdated):
61880 (WebCore::DragController::tryDocumentDrag):
61881 (WebCore::DragController::operationForLoad):
61882 (WebCore::DragController::concludeDrag):
61883 (WebCore::DragController::canProcessDrag):
61884 (WebCore::DragController::tryDHTMLDrag):
61887 * page/DragController.h: Added.
61888 (WebCore::DragController::client):
61889 (WebCore::DragController::didInitiateDrag):
61890 (WebCore::DragController::isHandlingDrag):
61891 (WebCore::DragController::dragOperation):
61892 (WebCore::DragController::document):
61893 (WebCore::DragController::dragInitiator):
61894 (WebCore::DragController::dragDestinationAction):
61895 (WebCore::DragController::dragSourceAction):
61896 (WebCore::DragController::dragEnded):
61897 (WebCore::DragController::setIsHandlingDrag):
61898 (WebCore::DragController::setDidInitiateDrag):
61899 (WebCore::DragController::setDragOperation):
61900 (WebCore::DragController::setDragSourceAction):
61901 (WebCore::DragController::setDragInitiator):
61906 Update Page to have DragController
61913 (WebCore::DragController::isCopyKeyDown):
61914 (WebCore::DragController::dragOperation):
61915 Platform specific portions of the DragController
61927 (WebCore::DragController::isCopyKeyDown):
61928 (WebCore::DragController::dragOperation):