Searched refs:rowCellCount (Results 1 – 1 of 1) sorted by relevance
65 unsigned rowCellCount = row->children().size(); in addTableCellChild() local66 if (rowCellCount > columnCount) in addTableCellChild()67 columnCount = rowCellCount; in addTableCellChild()