Searched refs:tableLayoutLogicalWidth (Results 1 – 2 of 2) sorted by relevance
222 void RenderTableCell::setCellLogicalWidth(int tableLayoutLogicalWidth, SubtreeLayoutScope& layouter) in setCellLogicalWidth() argument224 if (tableLayoutLogicalWidth == logicalWidth()) in setCellLogicalWidth()232 setLogicalWidth(tableLayoutLogicalWidth); in setCellLogicalWidth()
763 …int tableLayoutLogicalWidth = columnPos[endCol] - columnPos[startColumn] - table()->hBorderSpacing… in layout() local764 cell->setCellLogicalWidth(tableLayoutLogicalWidth, layouter); in layout()