Searched refs:convertStyleLogicalHeightToComputedHeight (Results 1 – 2 of 2) sorted by relevance
341 LayoutUnit RenderTable::convertStyleLogicalHeightToComputedHeight(const Length& styleLogicalHeight) in convertStyleLogicalHeightToComputedHeight() function in WebCore::RenderTable502 computedLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalHeightLength); in layout()506 …LayoutUnit computedMaxLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalMaxHeightLe… in layout()512 …LayoutUnit computedMinLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalMinHeightLe… in layout()
301 LayoutUnit convertStyleLogicalHeightToComputedHeight(const Length& styleLogicalHeight);