Home | History | Annotate | Download | only in rendering

Lines Matching refs:flexShrink

892         totalWeightedFlexShrink += child->style()->flexShrink() * childMainAxisExtent;
906 totalWeightedFlexShrink -= child->style()->flexShrink() * preferredChildSize;
935 extraSpace = availableFreeSpace * child->style()->flexShrink() * preferredChildSize / totalWeightedFlexShrink;