Searched refs:styleLogicalWidth (Results 1 – 2 of 2) sorted by relevance
262 Length styleLogicalWidth = style()->logicalWidth(); in updateLogicalWidth() local263 …if ((styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive()) || styleLogicalWidth.isInt… in updateLogicalWidth()264 …setLogicalWidth(convertStyleLogicalWidthToComputedWidth(styleLogicalWidth, containerWidthInInlineD… in updateLogicalWidth()327 LayoutUnit RenderTable::convertStyleLogicalWidthToComputedWidth(const Length& styleLogicalWidth, La… in convertStyleLogicalWidthToComputedWidth() argument329 if (styleLogicalWidth.isIntrinsic()) in convertStyleLogicalWidthToComputedWidth()330 …return computeIntrinsicLogicalWidthUsing(styleLogicalWidth, availableWidth, bordersPaddingAndSpaci… in convertStyleLogicalWidthToComputedWidth()335 …if (isCSSTable && styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive() && style()->bo… in convertStyleLogicalWidthToComputedWidth()338 return minimumValueForLength(styleLogicalWidth, availableWidth, view()) + borders; in convertStyleLogicalWidthToComputedWidth()
300 …LayoutUnit convertStyleLogicalWidthToComputedWidth(const Length& styleLogicalWidth, LayoutUnit ava…