Home | History | Annotate | Download | only in style

Lines Matching refs:boxSizing

629     EBoxSizing boxSizing() const { return static_cast<EBoxSizing>(box->boxSizing); }
960 void setBoxSizing(EBoxSizing s) { SET_VAR(box, boxSizing, s); }