Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTableSection.cpp52 , m_cCol(0) in RenderTableSection()
125 m_cCol = 0; in addChild()
194 while (m_cCol < nCols && (cellAt(m_cRow, m_cCol).cell || cellAt(m_cRow, m_cCol).inColSpan)) in addCell()
195 m_cCol++; in addCell()
226 int col = m_cCol; in addCell()
233 if (m_cCol >= nCols) { in addCell()
237 if (cSpan < columns[m_cCol].span) in addCell()
238 table()->splitColumn(m_cCol, cSpan); in addCell()
239 currentSpan = columns[m_cCol].span; in addCell()
243 CellStruct& c = cellAt(m_cRow + r, m_cCol); in addCell()
[all …]
DRenderTableSection.h148 int m_cCol; variable