Searched refs:effectiveColumnCount (Results 1 – 2 of 2) sorted by relevance
197 if (unsigned effectiveColumnCount = numEffCols()) in borderSpacingInRowDirection() local198 return static_cast<LayoutUnit>(effectiveColumnCount + 1) * hBorderSpacing(); in borderSpacingInRowDirection()
211 unsigned effectiveColumnCount = std::max(1u, table()->numEffCols()); in ensureRows() local213 m_grid[row].row.grow(effectiveColumnCount); in ensureRows()