Searched refs:wrapThrough (Results 1 – 3 of 3) sorted by relevance
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() argument
4371 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(WrapThrough wrapThrough) in CSSPrimitiveValue() argument4375 switch (wrapThrough) { in CSSPrimitiveValue()
2782 return cssValuePool().createValue(style->wrapThrough()); in getPropertyCSSValue()