Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalMinWidth

528     return std::max(logicalWidth, computeLogicalWidthUsing(MinSize, styleToUse->logicalMinWidth(), availableWidth, cb));
2479 LayoutUnit minLogicalWidth = (shouldComputePreferred == ComputePreferred && style()->logicalMinWidth().isPercent()) || style()->logicalMinWidth().isMaxSizeNone() ? logicalWidth : computeReplacedLogicalWidthUsing(style()->logicalMinWidth());
2914 if (!style()->logicalMinWidth().isZero() || style()->logicalMinWidth
2917 computePositionedLogicalWidthUsing(style()->logicalMinWidth(), containerBlock, containerDirection,