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

  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 341 IntRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, logicalRect);
342 if (isPreviousBoxSelected && gapRect.width() > 0 && gapRect.height() > 0) {
344 paintInfo->context->fillRect(gapRect, box->parent()->renderer()->selectionBackgroundColor(), box->parent()->renderer()->style()->colorSpace());
346 result.uniteCenter(gapRect);
    [all...]
RenderBlock.cpp     [all...]

Completed in 378 milliseconds