Home
last modified time | relevance | path

Searched refs:gapRect (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp457 … LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, logicalRect); in lineSelectionGap() local
458 if (isPreviousBoxSelected && gapRect.width() > 0 && gapRect.height() > 0) { in lineSelectionGap()
460 … paintInfo->context->fillRect(gapRect, box->parent()->renderer()->selectionBackgroundColor()); in lineSelectionGap()
462 result.uniteCenter(gapRect); in lineSelectionGap()
DRenderBlock.cpp2602 …LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, LayoutRect(lo… in blockSelectionGap() local
2604 paintInfo->context->fillRect(pixelSnappedIntRect(gapRect), selectionBackgroundColor()); in blockSelectionGap()
2605 return gapRect; in blockSelectionGap()
2618 …LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, LayoutRect(ro… in logicalLeftSelectionGap() local
2620 … paintInfo->context->fillRect(pixelSnappedIntRect(gapRect), selObj->selectionBackgroundColor()); in logicalLeftSelectionGap()
2621 return gapRect; in logicalLeftSelectionGap()
2634 …LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, LayoutRect(ro… in logicalRightSelectionGap() local
2636 … paintInfo->context->fillRect(pixelSnappedIntRect(gapRect), selObj->selectionBackgroundColor()); in logicalRightSelectionGap()
2637 return gapRect; in logicalRightSelectionGap()