Searched refs:styleLogicalWidth (Results 1 – 2 of 2) sorted by relevance
266 Length styleLogicalWidth = style()->logicalWidth(); in updateLogicalWidth() local267 …if ((styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive()) || styleLogicalWidth.isInt… in updateLogicalWidth()268 …setLogicalWidth(convertStyleLogicalWidthToComputedWidth(styleLogicalWidth, containerWidthInInlineD… in updateLogicalWidth()316 LayoutUnit RenderTable::convertStyleLogicalWidthToComputedWidth(const Length& styleLogicalWidth, La… in convertStyleLogicalWidthToComputedWidth() argument318 if (styleLogicalWidth.isIntrinsic()) in convertStyleLogicalWidthToComputedWidth()319 …return computeIntrinsicLogicalWidthUsing(styleLogicalWidth, availableWidth, bordersPaddingAndSpaci… in convertStyleLogicalWidthToComputedWidth()324 …if (isCSSTable && styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive() && style()->bo… in convertStyleLogicalWidthToComputedWidth()327 return minimumValueForLength(styleLogicalWidth, availableWidth) + borders; in convertStyleLogicalWidthToComputedWidth()
310 …LayoutUnit convertStyleLogicalWidthToComputedWidth(const Length& styleLogicalWidth, LayoutUnit ava…