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