Home | History | Annotate | Download | only in style

Lines Matching refs:Fixed

868         setBorderRadius(LengthSize(Length(s.width(), Fixed), Length(s.height(), Fixed)));
987 void resetMargin() { SET_VAR(surround, margin, LengthBox(Fixed)) }
1223 static LengthSize initialBorderRadius() { return LengthSize(Length(0, Fixed), Length(0, Fixed)); }
1252 static Length initialMinSize() { return Length(0, Fixed); }
1253 static Length initialMaxSize() { return Length(undefinedLength, Fixed); }
1255 static Length initialMargin() { return Length(Fixed); }
1256 static Length initialPadding() { return Length(Fixed); }
1257 static Length initialTextIndent() { return Length(Fixed); }
1279 static Length initialMarqueeIncrement() { return Length(6, Fixed); }