Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp341 LayoutUnit RenderTable::convertStyleLogicalHeightToComputedHeight(const Length& styleLogicalHeight) in convertStyleLogicalHeightToComputedHeight() function in WebCore::RenderTable
502 computedLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalHeightLength); in layout()
506 …LayoutUnit computedMaxLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalMaxHeightLe… in layout()
512 …LayoutUnit computedMinLogicalHeight = convertStyleLogicalHeightToComputedHeight(logicalMinHeightLe… in layout()
DRenderTable.h301 LayoutUnit convertStyleLogicalHeightToComputedHeight(const Length& styleLogicalHeight);