Home | History | Annotate | Download | only in style

Lines Matching refs:EBoxLines

766     EBoxLines boxLines() const { return static_cast<EBoxLines>(rareNonInheritedData->m_deprecatedFlexibleBox->lines); }
1260 void setBoxLines(EBoxLines l) { SET_VAR(rareNonInheritedData.access()->m_deprecatedFlexibleBox, lines, l); }
1599 static EBoxLines initialBoxLines() { return SINGLE; }