Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h566 virtual bool shouldPaintSelectionGaps() const OVERRIDE FINAL;
DRenderBlock.cpp1948 …if (hasOverflowClip() && !hasControlClip() && !(shouldPaintSelectionGaps() && phase == PaintPhaseF… in paint()
2371 bool RenderBlock::shouldPaintSelectionGaps() const in shouldPaintSelectionGaps() function in WebCore::RenderBlock
2406 if (!shouldPaintSelectionGaps()) in selectionGapRectsForRepaint()
2425 if (shouldPaintSelectionGaps() && paintInfo.phase == PaintPhaseForeground) { in paintSelection()
2550 …bool paintsOwnSelection = curr->shouldPaintSelectionGaps() || curr->isTable(); // FIXME: Eventuall… in blockSelectionGaps()
DRenderObject.h900 virtual bool shouldPaintSelectionGaps() const { return false; } in shouldPaintSelectionGaps() function