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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp500 LayoutUnit computedMinLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalMinHeightLength); local
501 computedLogicalHeight = std::max(computedLogicalHeight, computedMinLogicalHeight);

Completed in 988 milliseconds