Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DFixedTableLayout.cpp88 int nEffCols = m_table->numEffCols(); in calcWidthArray() local
89 m_width.resize(nEffCols); in calcWidthArray()
110 if (currentEffectiveColumn >= nEffCols) { in calcWidthArray()
112 nEffCols++; in calcWidthArray()
118 nEffCols++; in calcWidthArray()
172 ASSERT(cCol + i < nEffCols); in calcWidthArray()
214 int nEffCols = m_table->numEffCols(); in layout() local
215 Vector<int> calcWidth(nEffCols, 0); in layout()
227 for (int i = 0; i < nEffCols; i++) { in layout()
250 for (int i = 0; i < nEffCols; i++) { in layout()
[all …]
DAutoTableLayout.cpp162 int nEffCols = m_table->numEffCols(); in fullRecalc() local
163 m_layoutStruct.resize(nEffCols); in fullRecalc()
183 if (!w.isAuto() && span == 1 && cEffCol < nEffCols) { in fullRecalc()
207 for (int i = 0; i < nEffCols; i++) in fullRecalc()
301 unsigned int nEffCols = m_layoutStruct.size(); in calcEffectiveWidth() local
304 for (unsigned int i = 0; i < nEffCols; i++) { in calcEffectiveWidth()
332 while (lastCol < nEffCols && span > 0) { in calcEffectiveWidth()
505 int nEffCols = m_table->numEffCols(); in layout() local
507 if (nEffCols != (int)m_layoutStruct.size()) { in layout()
509 nEffCols = m_table->numEffCols(); in layout()
[all …]
DRenderTableSection.cpp456 int nEffCols = table()->numEffCols(); in setCellWidths() local
458 for (int c = 0; c < nEffCols; c++) { in setCellWidths()
571 int nEffCols = table()->numEffCols(); in setCellWidths() local
583 for (int c = 0; c < nEffCols; c++) { in setCellWidths()
704 …cell->setLocation(table()->columnPositions()[nEffCols] - table()->columnPositions()[table()->colTo… in setCellWidths()