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

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

Completed in 158 milliseconds