Home
last modified time | relevance | path

Searched refs:nCols (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderTableSection.cpp164 int nCols = max(1, table()->numEffCols()); in ensureRows() local
169 m_grid[r].row = new Row(nCols); in ensureRows()
185 int nCols = columns.size(); in addCell() local
194 while (m_cCol < nCols && (cellAt(m_cRow, m_cCol).cell || cellAt(m_cRow, m_cCol).inColSpan)) in addCell()
233 if (m_cCol >= nCols) { in addCell()