Searched refs:setFlexBasis (Results 1 – 3 of 3) sorted by relevance
342 style->setFlexBasis(animatableValueToLength(value, state, NonNegativeValues)); in applyProperty()
821 dst->setFlexBasis(blendFunc(anim, a->flexBasis(), b->flexBasis(), progress)); in blend()1071 …ropertyWrapper<Length>(CSSPropertyFlexBasis, &RenderStyle::flexBasis, &RenderStyle::setFlexBasis)); in ensurePropertyMap()
1225 …void setFlexBasis(Length length) { SET_VAR(rareNonInheritedData.access()->m_flexibleBox, m_flexBas… in setFlexBasis() function