Home | History | Annotate | Download | only in rendering

Lines Matching refs:SelectionNone

1919     if (s == SelectionInside && selectionState() != SelectionNone)
1935 return selectionState() != SelectionNone && style()->visibility() == VISIBLE && isSelectionRoot();
2128 for (curr = firstChildBox(); curr && curr->selectionState() == SelectionNone; curr = curr->nextSiblingBox()) { }
2147 bool fillBlockGaps = paintsOwnSelection || (curr->canBeSelectionLeaf() && childState != SelectionNone);
2158 childState = SelectionNone;
2175 } else if (childState != SelectionNone)