setExtent         201 Source/core/editing/FrameSelection.cpp         newSelection.setExtent(newExtent);
setExtent         547 Source/core/editing/FrameSelection.cpp         m_selection.setExtent(end);
setExtent         550 Source/core/editing/FrameSelection.cpp         m_selection.setExtent(start);
setExtent        1005 Source/core/editing/FrameSelection.cpp             newSelection.setExtent(position);
setExtent        1013 Source/core/editing/FrameSelection.cpp             setExtent(position, userTriggered);
setExtent        1111 Source/core/editing/FrameSelection.cpp         setExtent(result, userTriggered);
setExtent        1187 Source/core/editing/FrameSelection.cpp         setExtent(pos, trigger);
setExtent        1193 Source/core/editing/FrameSelection.cpp         setExtent(pos, trigger);
setExtent         122 Source/core/editing/FrameSelection.h     void setExtent(const VisiblePosition&, EUserTriggered = NotUserTriggered);
setExtent          67 Source/core/editing/VisibleSelection.h     void setExtent(const Position&);
setExtent          68 Source/core/editing/VisibleSelection.h     void setExtent(const VisiblePosition&);
setExtent         349 Source/core/page/DOMSelection.cpp     m_frame->selection().setExtent(VisiblePosition(createLegacyEditingPosition(node, offset), DOWNSTREAM));
setExtent         400 Source/core/page/EventHandler.cpp     newSelection.setExtent(positionAfterNode(rootUserSelectAll).downstream(CanCrossEditingBoundary));
setExtent         603 Source/core/page/EventHandler.cpp             newSelection.setExtent(pos);
setExtent         794 Source/core/page/EventHandler.cpp             newSelection.setExtent(positionAfterNode(rootUserSelectAllForMousePressNode).downstream(CanCrossEditingBoundary));
setExtent         802 Source/core/page/EventHandler.cpp                 newSelection.setExtent(positionBeforeNode(rootUserSelectAllForTarget).upstream(CanCrossEditingBoundary));
setExtent         804 Source/core/page/EventHandler.cpp                 newSelection.setExtent(positionAfterNode(rootUserSelectAllForTarget).downstream(CanCrossEditingBoundary));
setExtent         806 Source/core/page/EventHandler.cpp                 newSelection.setExtent(targetPosition);
setExtent         809 Source/core/page/EventHandler.cpp         newSelection.setExtent(targetPosition);