Home | History | Annotate | Download | only in style

Lines Matching refs:hasBorderRadius

497     bool hasBorderRadius() const { return surround->border.hasBorderRadius(); }
1538 bool hasBoxDecorations() const { return hasBorder() || hasBorderRadius() || hasOutline() || hasAppearance() || boxShadow() || hasFilter(); }