Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRootInlineBox.cpp336 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone; in lineSelectionGap() local
342 if (isPreviousBoxSelected && gapRect.width() > 0 && gapRect.height() > 0) { in lineSelectionGap()
352 isPreviousBoxSelected = box->selectionState() != RenderObject::SelectionNone; in lineSelectionGap()