Searched refs:WrapThrough (Results 1 – 4 of 4) sorted by relevance
510 enum WrapThrough { WrapThroughWrap, WrapThroughNone }; enum
879 …WrapThrough wrapThrough() const { return static_cast<WrapThrough>(rareNonInheritedData->m_wrapThro… in wrapThrough()1328 …void setWrapThrough(WrapThrough wrapThrough) { SET_VAR(rareNonInheritedData, m_wrapThrough, wrapTh… in setWrapThrough()1692 static WrapThrough initialWrapThrough() { return WrapThroughWrap; } in initialWrapThrough()
254 -webkit-wrap-through type_name=WrapThrough
4371 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(WrapThrough wrapThrough) in CSSPrimitiveValue()4385 template<> inline CSSPrimitiveValue::operator WrapThrough() const in WrapThrough() function