Searched defs:hasBorderRadius (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBorderData.h50 bool hasBorderRadius() const function in class:blink::BorderData
H A DRenderStyle.h497 bool hasBorderRadius() const { return surround->border.hasBorderRadius(); } function in class:blink::RenderStyle
1538 bool hasBoxDecorations() const { return hasBorder() || hasBorderRadius() || hasOutline() || hasAppearance() || boxShadow() || hasFilter(); }
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFallbackThemeEngine.h106 bool hasBorderRadius; member in struct:blink::WebFallbackThemeEngine::MenuListExtraParams
H A DWebThemeEngine.h144 bool hasBorderRadius; member in struct:blink::WebThemeEngine::MenuListExtraParams
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp284 bool hasRoundedBorder = obj.style()->hasBorderRadius() && (includeLeftEdge || includeRightEdge);
1852 bool hasBorderRadius = s->hasBorderRadius(); local
1887 if (hasBorderRadius) {
1930 if (hasBorderRadius) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp1126 if (style()->hasBorderRadius())
1166 if (childBox->hasOverflowClip() && childStyle->hasBorderRadius())
1372 bool hasBorderRadius = style()->hasBorderRadius(); local
1373 if (hasBorderRadius)
1382 if (hasBorderRadius)
1399 if (hasBorderRadius)
3871 if (style()->hasBorderRadius()) {

Completed in 369 milliseconds