Home | History | Annotate | Download | only in rendering

Lines Matching refs:shouldPaintSelectionGaps

2738 bool RenderBlock::shouldPaintSelectionGaps() const
2770 if (!shouldPaintSelectionGaps())
2790 if (shouldPaintSelectionGaps() && paintInfo.phase == PaintPhaseForeground) {
2981 bool paintsOwnSelection = curr->shouldPaintSelectionGaps() || curr->isTable(); // FIXME: Eventually we won't special-case table like this.