Home | History | Annotate | Download | only in page

Lines Matching refs:shouldChangeSelection

841 bool Frame::shouldChangeSelection(const VisibleSelection& newSelection) const
843 return shouldChangeSelection(selection()->selection(), newSelection, newSelection.affinity(), false);
846 bool Frame::shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity affinity, bool stillSelecting) const