Home | History | Annotate | Download | only in rendering

Lines Matching refs:shouldPaintSelectionGaps

2916     if (hasOverflowClip() && !hasControlClip() && !(shouldPaintSelectionGaps() && phase == PaintPhaseForeground) && !hasCaret())
3344 bool RenderBlock::shouldPaintSelectionGaps() const
3379 if (!shouldPaintSelectionGaps())
3398 if (shouldPaintSelectionGaps() && paintInfo.phase == PaintPhaseForeground) {
3590 bool paintsOwnSelection = curr->shouldPaintSelectionGaps() || curr->isTable(); // FIXME: Eventually we won't special-case table like this.