Searched refs:getRoundedBorderFor (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderWidget.cpp | 285 paintInfo.context->addRoundedRectClip(style()->getRoundedBorderFor(borderRect)); in paint()
|
D | RenderReplaced.cpp | 146 paintInfo.context->addRoundedRectClip(style()->getRoundedBorderFor(borderRect)); in paint()
|
D | RenderBoxModelObject.cpp | 565 …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()
|
D | RenderThemeChromiumWin.cpp | 694 i.context->addRoundedRectClip(o->style()->getRoundedBorderFor(r)); in paintTextFieldInternal()
|
D | RenderThemeSafari.cpp | 755 RoundedIntRect bound = o->style()->getRoundedBorderFor(r); in paintMenuListButtonGradients()
|
D | RenderBox.cpp | 1103 …paintInfo.context->addRoundedRectClip(style()->getRoundedBorderFor(IntRect(tx, ty, width(), height… in pushContentsClip()
|
D | RenderThemeMac.mm | 1033 RoundedIntRect border = o->style()->getRoundedBorderFor(r);
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.cpp | 802 RoundedIntRect RenderStyle::getRoundedBorderFor(const IntRect& borderRect, bool includeLogicalLeftE… in getRoundedBorderFor() function in WebCore::RenderStyle 836 RoundedIntRect::Radii radii = getRoundedBorderFor(borderRect).radii(); in getRoundedInnerBorderFor()
|
D | RenderStyle.h | 871 …RoundedIntRect getRoundedBorderFor(const IntRect& borderRect, bool includeLogicalLeftEdge = true, …
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 23631 … 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):
|
D | ChangeLog | 16858 (WebCore::RenderStyle::getRoundedBorderFor):
|