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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp335 LayoutUnit computedLogicalHeight = 0; local
343 computedLogicalHeight = styleLogicalHeight.value() - borders;
345 computedLogicalHeight = computePercentageLogicalHeight(styleLogicalHeight);
347 computedLogicalHeight = computeIntrinsicLogicalContentHeightUsing(styleLogicalHeight, logicalHeight() - borderAndPadding, borderAndPadding);
350 return std::max<LayoutUnit>(0, computedLogicalHeight);
486 LayoutUnit computedLogicalHeight = 0; local
490 computedLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalHeightLength);
495 computedLogicalHeight = std::min(computedLogicalHeight, computedMaxLogicalHeight);
501 computedLogicalHeight
[all...]

Completed in 214 milliseconds