Searched refs:constrainLogicalWidthByMinMax (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h117 LayoutUnit constrainLogicalWidthByMinMax(LayoutUnit, LayoutUnit, RenderBlock*) const;
H A DRenderFlexibleBox.cpp1371 childWidth = child.constrainLogicalWidthByMinMax(childWidth, childWidth, this);
H A DRenderBox.cpp523 LayoutUnit RenderBox::constrainLogicalWidthByMinMax(LayoutUnit logicalWidth, LayoutUnit availableWidth, RenderBlock* cb) const function in class:blink::RenderBox
1956 computedValues.m_extent = constrainLogicalWidthByMinMax(preferredWidth, containerWidthInInlineDirection, cb);

Completed in 127 milliseconds