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:WebCore::BorderData
H A DRenderStyle.h495 bool hasBorderRadius() const { return surround->border.hasBorderRadius(); } function in class:WebCore::RenderStyle
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFallbackThemeEngine.h105 bool hasBorderRadius; member in struct:blink::WebFallbackThemeEngine::MenuListExtraParams
/external/chromium_org/third_party/WebKit/public/platform/default/
H A DWebThemeEngine.h109 bool hasBorderRadius; member in struct:blink::WebThemeEngine::MenuListExtraParams
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp1232 if (!style->hasBackground() || !style->hasBorder() || !style->hasBorderRadius() || borderImageIsLoadedAndCanBeRendered())
1364 if (style()->hasBorderRadius())
1404 if (childBox->hasOverflowClip() && childStyle->hasBorderRadius())
1696 bool hasBorderRadius = style()->hasBorderRadius(); local
1697 if (hasBorderRadius)
1711 if (hasBorderRadius)
1728 if (hasBorderRadius)
H A DRenderBoxModelObject.cpp529 bool hasRoundedBorder = style()->hasBorderRadius() && (includeLeftEdge || includeRightEdge);
2459 if (lastBackgroundLayer->image() && style()->hasBorderRadius())
2481 bool hasBorderRadius = s->hasBorderRadius(); local
2516 if (hasBorderRadius) {
2555 if (hasBorderRadius) {

Completed in 120 milliseconds