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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp2277 LayoutUnit heightResult; local
2279 heightResult = computeLogicalHeightUsing(style()->logicalHeight(), computedValues.m_extent - borderAndPaddingLogicalHeight());
2280 if (heightResult == -1)
2281 heightResult = computedValues.m_extent;
2282 heightResult = constrainLogicalHeightByMinMax(heightResult, computedValues.m_extent - borderAndPaddingLogicalHeight());
2288 heightResult = h.value() + borderAndPaddingLogicalHeight();
2291 computedValues.m_extent = heightResult;
2760 LayoutUnit heightResult;
2763 heightResult
[all...]

Completed in 234 milliseconds