Searched defs:wrapFlow (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSPrimitiveValueMappings.h4150 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(WrapFlow wrapFlow) argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.h901 WrapFlow wrapFlow() const { return static_cast<WrapFlow>(rareNonInheritedData->m_wrapFlow); } function in class:WebCore::RenderStyle
1397 void setWrapFlow(WrapFlow wrapFlow) { SET_VAR(rareNonInheritedData, m_wrapFlow, wrapFlow); } argument

Completed in 106 milliseconds