Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTableSection.cpp60 , m_cCol(0) in RenderTableSection()
129 m_cCol = 0; in addChild()
195 while (m_cCol < nCols && (cellAt(m_cRow, m_cCol).cell || cellAt(m_cRow, m_cCol).inColSpan)) in addCell()
196 m_cCol++; in addCell()
227 int col = m_cCol; in addCell()
234 if (m_cCol >= nCols) { in addCell()
238 if (cSpan < columns[m_cCol].span) in addCell()
239 table()->splitColumn(m_cCol, cSpan); in addCell()
240 currentSpan = columns[m_cCol].span; in addCell()
244 CellStruct& c = cellAt(m_cRow + r, m_cCol); in addCell()
[all …]
DRenderTableSection.h143 int m_cCol; variable