Home | History | Annotate | Download | only in style

Lines Matching refs:EBoxSizing

682     EBoxSizing boxSizing() const { return m_box->boxSizing(); }
1056 void setBoxSizing(EBoxSizing s) { SET_VAR(m_box, m_boxSizing, s); }
1303 static EBoxSizing initialBoxSizing() { return CONTENT_BOX; }