Home | History | Annotate | Download | only in style

Lines Matching refs:WrapFlow

900     WrapFlow wrapFlow() const { return static_cast<WrapFlow>(rareNonInheritedData->m_wrapFlow); }
1363 void setWrapFlow(WrapFlow wrapFlow) { SET_VAR(rareNonInheritedData, m_wrapFlow, wrapFlow); }
1708 static WrapFlow initialWrapFlow() { return WrapFlowAuto; }