Home
last modified time | relevance | path

Searched refs:shouldPaintSelectionGaps (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderObject.h706 virtual bool shouldPaintSelectionGaps() const { return false; } in shouldPaintSelectionGaps() function
DRenderBlock.h576 virtual bool shouldPaintSelectionGaps() const;
DRenderBlock.cpp2738 bool RenderBlock::shouldPaintSelectionGaps() const in shouldPaintSelectionGaps() function in WebCore::RenderBlock
2770 if (!shouldPaintSelectionGaps()) in selectionGapRectsForRepaint()
2790 if (shouldPaintSelectionGaps() && paintInfo.phase == PaintPhaseForeground) { in paintSelection()
2981 …bool paintsOwnSelection = curr->shouldPaintSelectionGaps() || curr->isTable(); // FIXME: Eventuall… in blockSelectionGaps()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2333395 (khtml::RenderBlock::shouldPaintSelectionGaps):
33464 (khtml::RenderObject::shouldPaintSelectionGaps):
DChangeLog-2009-06-1647526 (WebCore::RenderBlock::shouldPaintSelectionGaps):