Searched refs:shouldPaintSelectionGaps (Results 1 – 3 of 3) sorted by relevance
566 virtual bool shouldPaintSelectionGaps() const OVERRIDE FINAL;
1948 …if (hasOverflowClip() && !hasControlClip() && !(shouldPaintSelectionGaps() && phase == PaintPhaseF… in paint()2371 bool RenderBlock::shouldPaintSelectionGaps() const in shouldPaintSelectionGaps() function in WebCore::RenderBlock2406 if (!shouldPaintSelectionGaps()) in selectionGapRectsForRepaint()2425 if (shouldPaintSelectionGaps() && paintInfo.phase == PaintPhaseForeground) { in paintSelection()2550 …bool paintsOwnSelection = curr->shouldPaintSelectionGaps() || curr->isTable(); // FIXME: Eventuall… in blockSelectionGaps()
900 virtual bool shouldPaintSelectionGaps() const { return false; } in shouldPaintSelectionGaps() function