Searched refs:widthType (Results 1 – 1 of 1) sorted by relevance
1679 int RenderBox::computeLogicalWidthUsing(LogicalWidthType widthType, int availableLogicalWidth) in computeLogicalWidthUsing() argument1683 if (widthType == LogicalWidth) in computeLogicalWidthUsing()1685 else if (widthType == MinLogicalWidth) in computeLogicalWidthUsing()1696 if (sizesToIntrinsicLogicalWidth(widthType)) { in computeLogicalWidthUsing()1706 bool RenderBox::sizesToIntrinsicLogicalWidth(LogicalWidthType widthType) const in sizesToIntrinsicLogicalWidth()1715 …Length logicalWidth = (widthType == MaxLogicalWidth) ? style()->logicalMaxWidth() : style()->logic… in sizesToIntrinsicLogicalWidth()