HomeSort by relevance Sort by last modified time
    Searched refs:gapRect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 331 LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, logicalRect);
332 if (isPreviousBoxSelected && gapRect.width() > 0 && gapRect.height() > 0) {
334 paintInfo->context->fillRect(gapRect, box->parent()->renderer().selectionBackgroundColor());
336 result.uniteCenter(gapRect);
    [all...]
RenderBlock.cpp     [all...]

Completed in 47 milliseconds