Searched refs:styleMaxLogicalWidth (Results 1 – 2 of 2) sorted by relevance
263 const Length& styleMaxLogicalWidth = m_table->style()->logicalMaxWidth(); in applyPreferredLogicalWidthQuirks() local264 if (styleMaxLogicalWidth.isFixed() && !styleMaxLogicalWidth.isNegative()) { in applyPreferredLogicalWidthQuirks()265 minWidth = std::min<int>(minWidth, styleMaxLogicalWidth.value()); in applyPreferredLogicalWidthQuirks()
285 Length styleMaxLogicalWidth = style()->logicalMaxWidth(); in updateLogicalWidth() local286 …if ((styleMaxLogicalWidth.isSpecified() && !styleMaxLogicalWidth.isNegative()) || styleMaxLogicalW… in updateLogicalWidth()287 …computedMaxLogicalWidth = convertStyleLogicalWidthToComputedWidth(styleMaxLogicalWidth, availableL… in updateLogicalWidth()