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.cpp296 …LayoutUnit computedMinLogicalWidth = convertStyleLogicalWidthToComputedWidth(styleMinLogicalWidth,… in updateLogicalWidth() local
297 setLogicalWidth(max<int>(logicalWidth(), computedMinLogicalWidth)); in updateLogicalWidth()