shouldPaintSelectionGaps 1740 Source/core/rendering/RenderBlock.cpp     if (hasOverflowClip() && !hasControlClip() && !(shouldPaintSelectionGaps() && phase == PaintPhaseForeground) && !hasCaret())
shouldPaintSelectionGaps 2207 Source/core/rendering/RenderBlock.cpp     if (!shouldPaintSelectionGaps())
shouldPaintSelectionGaps 2226 Source/core/rendering/RenderBlock.cpp     if (shouldPaintSelectionGaps() && paintInfo.phase == PaintPhaseForeground) {
shouldPaintSelectionGaps 2350 Source/core/rendering/RenderBlock.cpp         bool paintsOwnSelection = curr->shouldPaintSelectionGaps() || curr->isTable(); // FIXME: Eventually we won't special-case table like this.
shouldPaintSelectionGaps  417 Source/core/rendering/RenderBlock.h     virtual bool shouldPaintSelectionGaps() const OVERRIDE FINAL;
shouldPaintSelectionGaps  904 Source/core/rendering/RenderObject.h     virtual bool shouldPaintSelectionGaps() const { return false; }