Searched defs:gapRect (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.cpp331 LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, logicalRect); local
332 if (isPreviousBoxSelected && gapRect.width() > 0 && gapRect.height() > 0) {
334 paintInfo->context->fillRect(gapRect, box->parent()->renderer().selectionBackgroundColor());
336 result.uniteCenter(gapRect);

Completed in 56 milliseconds