Searched refs:getRoundedInnerBorderFor (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | BoxPainter.cpp | 237 …return obj.style()->getRoundedInnerBorderFor(borderRect, includeLogicalLeftEdge, includeLogicalRig… in backgroundRoundedRectAdjustedForBleedAvoidance() 355 border = obj.style()->getRoundedInnerBorderFor(border.rect(), in paintFillLayerExtended() 359 … border = obj.style()->getRoundedInnerBorderFor(border.rect(), includeLeftEdge, includeRightEdge); in paintFillLayerExtended() 1371 …RoundedRect innerBorder = style->getRoundedInnerBorderFor(borderInnerRectAdjustedForBleedAvoidance… in paintBorder() 1529 …bleedAvoidance == BackgroundBleedBackgroundOverBorder) ? style->getRoundedInnerBorderFor(rect, inc… in paintBorder() 1766 RoundedRect innerClip = style->getRoundedInnerBorderFor(borderRect, in drawBoxSideFromPath() 1786 RoundedRect outerClip = style->getRoundedInnerBorderFor(outerRect, in drawBoxSideFromPath() 1817 RoundedRect clipRect = style->getRoundedInnerBorderFor(borderRect, in drawBoxSideFromPath() 1849 …RoundedRect border = (shadowStyle == Inset) ? s->getRoundedInnerBorderFor(paintRect, includeLogica… in paintBoxShadow()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderWidget.cpp | 227 RoundedRect roundedInnerRect = style()->getRoundedInnerBorderFor(borderRect, in paint()
|
D | RenderReplaced.cpp | 154 RoundedRect roundedInnerRect = style()->getRoundedInnerBorderFor(paintRect, in paint()
|
D | RenderLayer.cpp | 1559 …context->clipRoundedRect(layer->renderer()->style()->getRoundedInnerBorderFor(LayoutRect(delta, la… in clipToRect()
|
D | RenderBox.cpp | 1374 clipRoundedRect = style()->getRoundedInnerBorderFor(LayoutRect(accumulatedOffset, size())); in pushContentsClip()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.cpp | 978 RoundedRect RenderStyle::getRoundedInnerBorderFor(const LayoutRect& borderRect, bool includeLogical… in getRoundedInnerBorderFor() function in blink::RenderStyle 987 …return getRoundedInnerBorderFor(borderRect, topWidth, bottomWidth, leftWidth, rightWidth, includeL… in getRoundedInnerBorderFor() 990 RoundedRect RenderStyle::getRoundedInnerBorderFor(const LayoutRect& borderRect, in getRoundedInnerBorderFor() function in blink::RenderStyle
|
D | RenderStyle.h | 1064 …RoundedRect getRoundedInnerBorderFor(const LayoutRect& borderRect, bool includeLogicalLeftEdge = t… 1066 RoundedRect getRoundedInnerBorderFor(const LayoutRect& borderRect,
|