Home | History | Annotate | Download | only in editing

Lines Matching full:visibleselection

82     setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity()), true, true, userTriggered);
87 setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity()), true, true, userTriggered);
92 setSelection(VisibleSelection(pos, affinity), true, true, userTriggered);
97 VisibleSelection selection = r ? VisibleSelection(r->startPosition(), r->endPosition(), affinity) : VisibleSelection(Position(), Position(), affinity);
103 setSelection(VisibleSelection(base, extent, affinity), true, true, userTriggered);
106 void SelectionController::setSelection(const VisibleSelection& s, bool closeTyping, bool clearTypingStyle, bool userTriggered)
143 VisibleSelection oldSelection = m_selection;
229 setSelection(VisibleSelection(), false, false);
790 setSelection(VisibleSelection());
795 setSelection(VisibleSelection(pos.deepEquivalent(), m_selection.extent(), pos.affinity()), true, true, userTriggered);
800 setSelection(VisibleSelection(m_selection.base(), pos.deepEquivalent(), pos.affinity()), true, true, userTriggered);
805 setSelection(VisibleSelection(pos, m_selection.extent(), affinity), true, true, userTriggered);
810 setSelection(VisibleSelection(m_selection.base(), pos, affinity), true, true, userTriggered);
1164 VisibleSelection newSelection(beforeOwnerElement, afterOwnerElement);
1190 VisibleSelection newSelection(VisibleSelection::selectionFromContentsOfNode(root));
1234 setSelection(VisibleSelection(visibleStart, visibleEnd), closeTyping);
1349 VisibleSelection selection = this->selection();