HomeSort by relevance Sort by last modified time
    Searched refs:SelectionDragPolicy (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.h 68 enum SelectionDragPolicy {
72 Node* draggableNode(const LocalFrame*, Node*, const IntPoint&, SelectionDragPolicy, DragSourceAction&) const;
DragController.cpp 620 Node* DragController::draggableNode(const LocalFrame* src, Node* startNode, const IntPoint& dragOrigin, SelectionDragPolicy selectionDragPolicy, DragSourceAction& dragType) const
624 if (selectionDragPolicy == ImmediateSelectionDragResolution)
671 // 2) There was a selection under the cursor but selectionDragPolicy is set to
679 // Dragging unselectable elements in a selection has special behavior if selectionDragPolicy
682 ASSERT(selectionDragPolicy == DelayedSelectionDragResolution);
    [all...]
EventHandler.cpp     [all...]

Completed in 76 milliseconds