Searched refs:tableCellWidth (Results 1 – 1 of 1) sorted by relevance
3887 Length tableCellWidth = toRenderTableCell(this)->styleOrColLogicalWidth(); in computeIntrinsicLogicalWidths() local3888 if (tableCellWidth.isFixed() && tableCellWidth.value() > 0) in computeIntrinsicLogicalWidths()3889 …icalWidth = max(minLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(tableCellWidth.value())); in computeIntrinsicLogicalWidths()