InflexibleFlexItemSize  684 Source/core/rendering/RenderFlexibleBox.cpp         InflexibleFlexItemSize inflexibleItems;
InflexibleFlexItemSize  920 Source/core/rendering/RenderFlexibleBox.cpp void RenderFlexibleBox::freezeViolations(const Vector<Violation>& violations, LayoutUnit& availableFreeSpace, double& totalFlexGrow, double& totalWeightedFlexShrink, InflexibleFlexItemSize& inflexibleItems, bool hasInfiniteLineLength)
InflexibleFlexItemSize  934 Source/core/rendering/RenderFlexibleBox.cpp bool RenderFlexibleBox::resolveFlexibleLengths(FlexSign flexSign, const OrderedFlexItemList& children, LayoutUnit& availableFreeSpace, double& totalFlexGrow, double& totalWeightedFlexShrink, InflexibleFlexItemSize& inflexibleItems, Vector<LayoutUnit, 16>& childSizes, bool hasInfiniteLineLength)
InflexibleFlexItemSize  144 Source/core/rendering/RenderFlexibleBox.h     bool resolveFlexibleLengths(FlexSign, const OrderedFlexItemList&, LayoutUnit& availableFreeSpace, double& totalFlexGrow, double& totalWeightedFlexShrink, InflexibleFlexItemSize&, Vector<LayoutUnit, 16>& childSizes, bool hasInfiniteLineLength);
InflexibleFlexItemSize  145 Source/core/rendering/RenderFlexibleBox.h     void freezeViolations(const Vector<Violation>&, LayoutUnit& availableFreeSpace, double& totalFlexGrow, double& totalWeightedFlexShrink, InflexibleFlexItemSize&, bool hasInfiniteLineLength);