Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxLogicalWidth

186 void RenderDeprecatedFlexibleBox::computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const
198 maxLogicalWidth = std::max(width, maxLogicalWidth);
207 maxLogicalWidth += child->maxPreferredLogicalWidth() + margin;
211 maxLogicalWidth = std::max(minLogicalWidth, maxLogicalWidth);
214 maxLogicalWidth += scrollbarWidth;