Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp300 …LayoutUnit computedMinLogicalWidth = convertStyleLogicalWidthToComputedWidth(styleMinLogicalWidth,… in updateLogicalWidth() local
301 setLogicalWidth(max<int>(logicalWidth(), computedMinLogicalWidth)); in updateLogicalWidth()