Home | History | Annotate | Download | only in rendering

Lines Matching refs:canBeSelectionLeaf

620         if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
660 if (!o->canBeSelectionLeaf() && o != m_selectionStart && o != m_selectionEnd)
724 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
767 if (o != start && o != end && o->canBeSelectionLeaf())
779 if ((o->canBeSelectionLeaf() || o == start || o == end) && o->selectionState() != SelectionNone) {