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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp298 LayoutUnit computedMinLogicalWidth = convertStyleLogicalWidthToComputedWidth(styleMinLogicalWidth, availableLogicalWidth); local
299 setLogicalWidth(std::max<int>(logicalWidth(), computedMinLogicalWidth));

Completed in 171 milliseconds