Searched refs:shouldPaintSelectionGaps (Results 1 – 5 of 5) sorted by relevance
706 virtual bool shouldPaintSelectionGaps() const { return false; } in shouldPaintSelectionGaps() function
576 virtual bool shouldPaintSelectionGaps() const;
2738 bool RenderBlock::shouldPaintSelectionGaps() const in shouldPaintSelectionGaps() function in WebCore::RenderBlock2770 if (!shouldPaintSelectionGaps()) in selectionGapRectsForRepaint()2790 if (shouldPaintSelectionGaps() && paintInfo.phase == PaintPhaseForeground) { in paintSelection()2981 …bool paintsOwnSelection = curr->shouldPaintSelectionGaps() || curr->isTable(); // FIXME: Eventuall… in blockSelectionGaps()
33395 (khtml::RenderBlock::shouldPaintSelectionGaps):33464 (khtml::RenderObject::shouldPaintSelectionGaps):
47526 (WebCore::RenderBlock::shouldPaintSelectionGaps):