Searched defs:wrapThrough (Results 1 – 2 of 2) sorted by relevance
4371 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(WrapThrough wrapThrough) in CSSPrimitiveValue()
879 …WrapThrough wrapThrough() const { return static_cast<WrapThrough>(rareNonInheritedData->m_wrapThro… in wrapThrough() function1328 …void setWrapThrough(WrapThrough wrapThrough) { SET_VAR(rareNonInheritedData, m_wrapThrough, wrapTh… in setWrapThrough()