Searched refs:adjustChildSizeForMinAndMax (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.h143 LayoutUnit adjustChildSizeForMinAndMax(RenderBox& child, LayoutUnit childSize);
H A DRenderFlexibleBox.cpp841 LayoutUnit RenderFlexibleBox::adjustChildSizeForMinAndMax(RenderBox& child, LayoutUnit childSize) function in class:blink::RenderFlexibleBox
883 LayoutUnit childMinMaxAppliedMainAxisExtent = adjustChildSizeForMinAndMax(*child, childMainAxisExtent);
939 LayoutUnit adjustedChildSize = adjustChildSizeForMinAndMax(*child, childSize);

Completed in 1604 milliseconds