Home | History | Annotate | Download | only in style

Lines Matching refs:EBoxSizing

819     EBoxSizing boxSizing() const { return m_box->boxSizing(); }
1266 void setBoxSizing(EBoxSizing s) { SET_VAR(m_box, m_boxSizing, s); }
1605 static EBoxSizing initialBoxSizing() { return CONTENT_BOX; }