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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.cpp326 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone; local
332 if (isPreviousBoxSelected && gapRect.width() > 0 && gapRect.height() > 0) {
342 isPreviousBoxSelected = box->selectionState() != RenderObject::SelectionNone;

Completed in 316 milliseconds