Searched refs:setFlexGrow (Results 1 – 6 of 6) sorted by relevance
74 m_inner->style()->setFlexGrow(newStyle->initialFlexGrow()); in styleWillChange()94 innerStyle->setFlexGrow(1.0f); in setupInnerStyle()
94 innerStyle->setFlexGrow(1); in adjustInnerStyle()
90 style->setFlexGrow(1); in customStyleForRenderer()
336 style->setFlexGrow(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0)); in applyProperty()
822 dst->setFlexGrow(blendFunc(anim, a->flexGrow(), b->flexGrow(), progress)); in blend()1069 …ew PropertyWrapper<float>(CSSPropertyFlexGrow, &RenderStyle::flexGrow, &RenderStyle::setFlexGrow)); in ensurePropertyMap()
1223 …void setFlexGrow(float f) { SET_VAR(rareNonInheritedData.access()->m_flexibleBox, m_flexGrow, f); } in setFlexGrow() function