Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBlock.cpp2062 …bool paintsOwnSelection = curr->shouldPaintSelectionGaps() || curr->isTable(); // FIXME: Eventuall… in fillBlockSelectionGaps() local
2063 …bool fillBlockGaps = paintsOwnSelection || (curr->canBeSelectionLeaf() && childState != SelectionN… in fillBlockSelectionGaps()
2073 if (paintsOwnSelection && (childState == SelectionStart || sawSelectionEnd)) in fillBlockSelectionGaps()