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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp86 , m_cCol(0)
165 m_cCol = 0;
216 while (m_cCol < nCols && (cellAt(insertionRow, m_cCol).hasCells() || cellAt(insertionRow, m_cCol).inColSpan))
217 m_cCol++;
225 unsigned col = m_cCol;
230 if (m_cCol >= nCols) {
234 if (cSpan < columns[m_cCol].span)
235 table()->splitColumn(m_cCol, cSpa
[all...]
H A DRenderTableSection.h281 unsigned m_cCol; member in class:WebCore::FINAL

Completed in 71 milliseconds