Home | History | Annotate | Download | only in editing

Lines Matching full:base

85 void SelectionController::moveTo(const VisiblePosition &base, const VisiblePosition &extent, bool userTriggered)
87 setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity()), true, true, userTriggered);
101 void SelectionController::moveTo(const Position &base, const Position &extent, EAffinity affinity, bool userTriggered)
103 setSelection(VisibleSelection(base, extent, affinity), true, true, userTriggered);
122 Node* baseNode = s.base().node();
191 bool baseRemoved = removingNodeRemovesPosition(node, m_selection.base());
204 // The base and/or extent are about to be removed, but the start and end aren't.
205 // Change the base and extent to the start and end, but don't re-validate the
763 case BASE:
764 pos = m_selection.base();
800 setSelection(VisibleSelection(m_selection.base(), pos.deepEquivalent(), pos.affinity()), true, true, userTriggered);
810 setSelection(VisibleSelection(m_selection.base(), pos, affinity), true, true, userTriggered);