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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.h102 LayoutUnit computeMainAxisExtentForChild(RenderBox& child, SizeType, const Length& size);
H A DRenderFlexibleBox.cpp414 LayoutUnit RenderFlexibleBox::computeMainAxisExtentForChild(RenderBox& child, SizeType sizeType, const Length& size) function in class:blink::RenderFlexibleBox
634 return std::max(LayoutUnit(0), computeMainAxisExtentForChild(child, MainOrPreferredSize, flexBasis));
845 LayoutUnit maxExtent = computeMainAxisExtentForChild(child, MaxSize, max);
853 minExtent = computeMainAxisExtentForChild(child, MinSize, min);

Completed in 570 milliseconds