Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBlock.cpp2046 for (bool sawSelectionEnd = false; curr && !sawSelectionEnd; curr = curr->nextSiblingBox()) { in fillBlockSelectionGaps() local
2049 sawSelectionEnd = true; in fillBlockSelectionGaps()
2073 if (paintsOwnSelection && (childState == SelectionStart || sawSelectionEnd)) in fillBlockSelectionGaps()