Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxLogicalWidth

96 void RenderFlexibleBox::computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const
112 maxLogicalWidth += maxPreferredLogicalWidth;
120 maxLogicalWidth = std::max(maxPreferredLogicalWidth, maxLogicalWidth);
124 maxLogicalWidth = std::max(minLogicalWidth, maxLogicalWidth);
127 maxLogicalWidth += scrollbarWidth;