Home | History | Annotate | Download | only in editing

Lines Matching refs:shouldChangeSelection

2027             if (!frame()->selection()->shouldChangeSelection(newSelection))
2264 if (!m_frame->selection()->shouldChangeSelection(selectionToReplace))
2537 if (!m_frame->selection()->shouldChangeSelection(newSelection))
2721 // If there is no selection change, don't bother sending shouldChangeSelection, but still call setSelection,
2723 // The old selection can be invalid here and calling shouldChangeSelection can produce some strange calls.
2726 if (selectionDidNotChangeDOMPosition || m_frame->selection()->shouldChangeSelection(newSelection)) {
2799 bool Editor::shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity affinity, bool stillSelecting) const