Searched refs:widthType (Results 1 – 1 of 1) sorted by relevance
2407 LayoutUnit RenderBox::computeLogicalWidthInRegionUsing(SizeType widthType, Length logicalWidth, Lay… in computeLogicalWidthInRegionUsing() argument2425 if (widthType == MainOrPreferredSize && sizesLogicalWidthToFitContent(widthType)) in computeLogicalWidthInRegionUsing()2453 bool RenderBox::sizesLogicalWidthToFitContent(SizeType widthType) const in sizesLogicalWidthToFitContent()2462 …Length logicalWidth = (widthType == MaxSize) ? style()->logicalMaxWidth() : style()->logicalWidth(… in sizesLogicalWidthToFitContent()