Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp85 , m_cCol(0) in RenderTableSection()
164 m_cCol = 0; in addChild()
215 …while (m_cCol < nCols && (cellAt(insertionRow, m_cCol).hasCells() || cellAt(insertionRow, m_cCol).… in addCell()
216 m_cCol++; in addCell()
224 unsigned col = m_cCol; in addCell()
229 if (m_cCol >= nCols) { in addCell()
233 if (cSpan < columns[m_cCol].span) in addCell()
234 table()->splitColumn(m_cCol, cSpan); in addCell()
235 currentSpan = columns[m_cCol].span; in addCell()
238 CellStruct& c = cellAt(insertionRow + r, m_cCol); in addCell()
[all …]
DRenderTableSection.h287 unsigned m_cCol; variable