Searched refs:setBoxFlex (Results 1 – 4 of 4) sorted by relevance
82 m_inner->style()->setBoxFlex(0); in styleWillChange()112 innerStyle->setBoxFlex(1.0f); in setupInnerStyle()
87 innerStyle->setBoxFlex(1); in adjustInnerStyle()
1035 void setBoxFlex(float f) { SET_VAR(rareNonInheritedData.access()->flexibleBox, flex, f); } in setBoxFlex() function
5252 m_style->setBoxFlex(primitiveValue->getFloatValue()); in applyProperty()