Searched refs:paintsOwnSelection (Results 1 – 1 of 1) sorted by relevance
2062 …bool paintsOwnSelection = curr->shouldPaintSelectionGaps() || curr->isTable(); // FIXME: Eventuall… in fillBlockSelectionGaps() local2063 …bool fillBlockGaps = paintsOwnSelection || (curr->canBeSelectionLeaf() && childState != SelectionN… in fillBlockSelectionGaps()2073 if (paintsOwnSelection && (childState == SelectionStart || sawSelectionEnd)) in fillBlockSelectionGaps()