Home | History | Annotate | Download | only in style

Lines Matching refs:setBorderRadius

1051     void setBorderRadius(const LengthSize& s)
1058 void setBorderRadius(const IntSize& s)
1060 setBorderRadius(LengthSize(Length(s.width(), Fixed), Length(s.height(), Fixed)));