Home | History | Annotate | Download | only in rendering

Lines Matching refs:SelectionNone

3346     return selectionState() != SelectionNone && style()->visibility() == VISIBLE && isSelectionRoot();
3572 for (curr = firstChildBox(); curr && curr->selectionState() == SelectionNone; curr = curr->nextSiblingBox()) { }
3591 bool fillBlockGaps = paintsOwnSelection || (curr->canBeSelectionLeaf() && childState != SelectionNone);
3602 childState = SelectionNone;
3619 } else if (childState != SelectionNone)