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

/external/webkit/Source/WebCore/rendering/style/
H A DBorderData.h50 bool hasBorderRadius() const function in class:WebCore::BorderData
H A DRenderStyle.h427 bool hasBorderRadius() const { return surround->border.hasBorderRadius(); } function in class:WebCore::RenderStyle
/external/webkit/Source/WebKit/chromium/public/linux/
H A DWebThemeEngine.h105 bool hasBorderRadius; member in struct:WebKit::WebThemeEngine::MenuListExtraParams
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformBridge.h326 bool hasBorderRadius; member in struct:WebCore::PlatformBridge::MenuListExtraParams
/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp584 bool hasRoundedBorder = style()->hasBorderRadius() && (includeLeftEdge || includeRightEdge);
1625 if (style->hasBorderRadius()) {
2074 bool hasBorderRadius = s->hasBorderRadius(); local
2111 if (hasBorderRadius) {
2152 if (hasBorderRadius)
2182 if (hasBorderRadius) {

Completed in 94 milliseconds