Searched refs:getRoundedInnerBorderFor (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp1372 RoundedIntRect innerBorder = style->getRoundedInnerBorderFor(borderRect, includeLogicalLeftEdge, includeLogicalRightEdge);
1524 RoundedIntRect innerClip = style->getRoundedInnerBorderFor(borderRect,
1535 RoundedIntRect outerClip = style->getRoundedInnerBorderFor(borderRect,
1568 RoundedIntRect clipRect = style->getRoundedInnerBorderFor(borderRect,
2071 RoundedIntRect border = (shadowStyle == Inset) ? s->getRoundedInnerBorderFor(borderRect, includeLogicalLeftEdge, includeLogicalRightEdge)
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.cpp813 RoundedIntRect RenderStyle::getRoundedInnerBorderFor(const IntRect& borderRect, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const function in class:WebCore::RenderStyle
822 return getRoundedInnerBorderFor(borderRect, topWidth, bottomWidth, leftWidth, rightWidth, includeLogicalLeftEdge, includeLogicalRightEdge);
825 RoundedIntRect RenderStyle::getRoundedInnerBorderFor(const IntRect& borderRect, function in class:WebCore::RenderStyle
H A DRenderStyle.h885 RoundedIntRect getRoundedInnerBorderFor(const IntRect& borderRect, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true) const;
887 RoundedIntRect getRoundedInnerBorderFor(const IntRect& borderRect,

Completed in 71 milliseconds