Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalMaxWidth

285     Length styleMaxLogicalWidth = style()->logicalMaxWidth();
689 if (styleToUse->logicalMaxWidth().isFixed()) {
691 m_maxPreferredLogicalWidth = std::min(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(styleToUse->logicalMaxWidth().value()));