crossAxisExtentForChild 174 Source/core/rendering/RenderFlexibleBox.cpp return crossAxisExtentForChild(baselineChild) + baselineChild->logicalTop(); crossAxisExtentForChild 767 Source/core/rendering/RenderFlexibleBox.cpp LayoutUnit childCrossExtent = crossAxisMarginExtentForChild(child) + crossAxisExtentForChild(child); crossAxisExtentForChild 829 Source/core/rendering/RenderFlexibleBox.cpp ascent = crossAxisExtentForChild(child); crossAxisExtentForChild 1123 Source/core/rendering/RenderFlexibleBox.cpp LayoutUnit descent = (crossAxisMarginExtentForChild(child) + crossAxisExtentForChild(child)) - ascent; crossAxisExtentForChild 1130 Source/core/rendering/RenderFlexibleBox.cpp childCrossAxisMarginBoxExtent = crossAxisExtentForChild(child) + crossAxisMarginExtentForChild(child); crossAxisExtentForChild 1388 Source/core/rendering/RenderFlexibleBox.cpp location.setY(crossExtent - crossAxisExtentForChild(child) - location.y()); crossAxisExtentForChild 93 Source/core/rendering/RenderFlexibleBox.h LayoutUnit crossAxisExtentForChild(RenderBox* child) const;