Lines Matching refs:setSelection

97     setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity()), options, align);
105 setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity()), options);
113 setSelection(VisibleSelection(pos, affinity), options);
122 setSelection(selection, options);
130 setSelection(VisibleSelection(base, extent, affinity), options);
133 void SelectionController::setSelection(const VisibleSelection& s, SetSelectionOptions options, CursorAlignOnScroll align, TextGranularity granularity, DirectionalityPolicy directionalityPolicy)
156 // <http://bugs.webkit.org/show_bug.cgi?id=23464>: Infinite recursion at SelectionController::setSelection
161 document->frame()->selection()->setSelection(s, options);
277 setSelection(VisibleSelection(), 0);
328 setSelection(newSelection, 0);
759 trialSelectionController.setSelection(m_selection);
863 trialSelectionController.setSelection(m_selection);
981 setSelection(VisibleSelection());
1005 setSelection(VisibleSelection(pos.deepEquivalent(), m_selection.extent(), pos.affinity()), options);
1013 setSelection(VisibleSelection(m_selection.base(), pos.deepEquivalent(), pos.affinity()), options);
1021 setSelection(VisibleSelection(pos, m_selection.extent(), affinity), options);
1029 setSelection(VisibleSelection(m_selection.base(), pos, affinity), options);
1352 // Can't do this implicitly as part of every setSelection call because in some contexts it might not be good
1394 parent->selection()->setSelection(newSelection);
1419 setSelection(newSelection);
1464 setSelection(VisibleSelection(visibleStart, visibleEnd), options);
1624 view->setSelection(startRenderer, startPos.deprecatedEditingOffset(), endRenderer, endPos.deprecatedEditingOffset());
1855 setSelection(VisibleSelection(firstPositionInOrBeforeNode(node), DOWNSTREAM));