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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp330 LayoutUnit RenderTable::convertStyleLogicalHeightToComputedHeight(const Length& styleLogicalHeight) function in class:blink::RenderTable
490 computedLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalHeightLength);
494 LayoutUnit computedMaxLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalMaxHeightLength);
500 LayoutUnit computedMinLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalMinHeightLength);
H A DRenderTable.h311 LayoutUnit convertStyleLogicalHeightToComputedHeight(const Length& styleLogicalHeight);

Completed in 74 milliseconds