Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBorderData.h50 bool hasBorderRadius() const in hasBorderRadius() function
DRenderStyle.h497 bool hasBorderRadius() const { return surround->border.hasBorderRadius(); } in hasBorderRadius() function
/external/chromium_org/third_party/WebKit/public/platform/
DWebFallbackThemeEngine.h106 bool hasBorderRadius; member
DWebThemeEngine.h144 bool hasBorderRadius; member
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBoxPainter.cpp1852 bool hasBorderRadius = s->hasBorderRadius(); in paintBoxShadow() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp1372 bool hasBorderRadius = style()->hasBorderRadius(); in pushContentsClip() local