Searched refs:styleMinLogicalWidth (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp296 Length styleMinLogicalWidth = style()->logicalMinWidth(); local
297 if ((styleMinLogicalWidth.isSpecified() && !styleMinLogicalWidth.isNegative()) || styleMinLogicalWidth.isIntrinsic()) {
298 LayoutUnit computedMinLogicalWidth = convertStyleLogicalWidthToComputedWidth(styleMinLogicalWidth, availableLogicalWidth);

Completed in 1098 milliseconds