Home | History | Annotate | Download | only in style

Lines Matching refs:EBoxLines

669     EBoxLines boxLines() { return static_cast<EBoxLines>(rareNonInheritedData->flexibleBox->lines); }
1050 void setBoxLines(EBoxLines l) { SET_VAR(rareNonInheritedData.access()->flexibleBox, lines, l); }
1297 static EBoxLines initialBoxLines() { return SINGLE; }