Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp2375 …bool paintsOwnSelection = curr->shouldPaintSelectionGaps() || curr->isTable(); // FIXME: Eventuall… in blockSelectionGaps() local
2376 …bool fillBlockGaps = paintsOwnSelection || (curr->canBeSelectionLeaf() && childState != SelectionN… in blockSelectionGaps()
2386 if (paintsOwnSelection && (childState == SelectionStart || sawSelectionEnd)) in blockSelectionGaps()