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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.h140 LayoutUnit adjustChildSizeForMinAndMax(RenderBox*, LayoutUnit childSize);
H A DRenderFlexibleBox.cpp848 LayoutUnit RenderFlexibleBox::adjustChildSizeForMinAndMax(RenderBox* child, LayoutUnit childSize) function in class:WebCore::RenderFlexibleBox
890 LayoutUnit childMinMaxAppliedMainAxisExtent = adjustChildSizeForMinAndMax(child, childMainAxisExtent);
946 LayoutUnit adjustedChildSize = adjustChildSizeForMinAndMax(child, childSize);

Completed in 262 milliseconds