Home | History | Annotate | Download | only in rendering

Lines Matching refs:selectionState

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