Home | History | Annotate | Download | only in style

Lines Matching refs:setBorderRadius

859     void setBorderRadius(const LengthSize& s)
866 void setBorderRadius(const IntSize& s)
868 setBorderRadius(LengthSize(Length(s.width(), Fixed), Length(s.height(), Fixed)));