Home
last modified time | relevance | path

Searched refs:getRoundedBorderFor (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderWidget.cpp285 paintInfo.context->addRoundedRectClip(style()->getRoundedBorderFor(borderRect)); in paint()
DRenderReplaced.cpp146 paintInfo.context->addRoundedRectClip(style()->getRoundedBorderFor(borderRect)); in paint()
DRenderBoxModelObject.cpp565 …RoundedIntRect border = style()->getRoundedBorderFor(borderRect, includeLogicalLeftEdge, includeLo… in getBackgroundRoundedRect()
567 …RoundedIntRect segmentBorder = style()->getRoundedBorderFor(IntRect(0, 0, inlineBoxWidth, inlineBo… in getBackgroundRoundedRect()
1371 …RoundedIntRect outerBorder = style->getRoundedBorderFor(borderRect, includeLogicalLeftEdge, includ… in paintBorder()
1626 border.includeLogicalEdges(style->getRoundedBorderFor(border.rect()).radii(), in paintBorder()
2072 … : s->getRoundedBorderFor(borderRect, includeLogicalLeftEdge, includeLogicalRightEdge); in paintBoxShadow()
DRenderThemeChromiumWin.cpp694 i.context->addRoundedRectClip(o->style()->getRoundedBorderFor(r)); in paintTextFieldInternal()
DRenderThemeSafari.cpp755 RoundedIntRect bound = o->style()->getRoundedBorderFor(r); in paintMenuListButtonGradients()
DRenderBox.cpp1103 …paintInfo.context->addRoundedRectClip(style()->getRoundedBorderFor(IntRect(tx, ty, width(), height… in pushContentsClip()
DRenderThemeMac.mm1033 RoundedIntRect border = o->style()->getRoundedBorderFor(r);
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp802 RoundedIntRect RenderStyle::getRoundedBorderFor(const IntRect& borderRect, bool includeLogicalLeftE… in getRoundedBorderFor() function in WebCore::RenderStyle
836 RoundedIntRect::Radii radii = getRoundedBorderFor(borderRect).radii(); in getRoundedInnerBorderFor()
DRenderStyle.h871 …RoundedIntRect getRoundedBorderFor(const IntRect& borderRect, bool includeLogicalLeftEdge = true, …
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1623631 … Now RenderStyle::getRoundedBorderFor() and RenderStyle::getRoundedInnerBorderWithBorderWidths()
23707 (WebCore::RenderStyle::getRoundedBorderFor):
23721 … Now RenderStyle::getRoundedBorderFor() and RenderStyle::getRoundedInnerBorderWithBorderWidths()
23797 (WebCore::RenderStyle::getRoundedBorderFor):
24392 … Now RenderStyle::getRoundedBorderFor() and RenderStyle::getRoundedInnerBorderWithBorderWidths()
24476 (WebCore::RenderStyle::getRoundedBorderFor):
DChangeLog16858 (WebCore::RenderStyle::getRoundedBorderFor):