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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp494 LayoutUnit computedMaxLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalMaxHeightLength); local
495 computedLogicalHeight = std::min(computedLogicalHeight, computedMaxLogicalHeight);

Completed in 64 milliseconds