getBackgroundRoundedRect  462 Source/core/rendering/RenderBoxModelObject.cpp         return getBackgroundRoundedRect(shrinkRectByOnePixel(context, borderRect), box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLogicalRightEdge);
getBackgroundRoundedRect  467 Source/core/rendering/RenderBoxModelObject.cpp     return getBackgroundRoundedRect(borderRect, box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLogicalRightEdge);
getBackgroundRoundedRect  561 Source/core/rendering/RenderBoxModelObject.cpp         RoundedRect border = isBorderFill ? backgroundRoundedRectAdjustedForBleedAvoidance(context, rect, bleedAvoidance, box, boxSize, includeLeftEdge, includeRightEdge) : getBackgroundRoundedRect(rect, box, boxSize.width(), boxSize.height(), includeLeftEdge, includeRightEdge);
getBackgroundRoundedRect  325 Source/core/rendering/RenderBoxModelObject.h     RoundedRect getBackgroundRoundedRect(const LayoutRect&, InlineFlowBox*, LayoutUnit inlineBoxWidth, LayoutUnit inlineBoxHeight,