Home | History | Annotate | Download | only in editing

Lines Matching defs:shouldChangeSelection

763         bool change = shouldChangeSelection(trialSelectionController.selection());
867 bool change = shouldChangeSelection(trialSelectionController.selection());
1392 if (parent->selection()->shouldChangeSelection(newSelection)) {
1418 if (shouldChangeSelection(newSelection))
1858 bool SelectionController::shouldChangeSelection(const VisibleSelection& newSelection) const
1860 return m_frame->editor()->shouldChangeSelection(selection(), newSelection, newSelection.affinity(), false);