Searched refs:nEffCols (Results 1 - 3 of 3) sorted by last modified time

/external/webkit/Source/WebCore/rendering/
H A DAutoTableLayout.cpp146 int nEffCols = m_table->numEffCols(); local
147 m_layoutStruct.resize(nEffCols);
166 if (!colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) {
184 for (int i = 0; i < nEffCols; i++)
282 size_t nEffCols = m_layoutStruct.size(); local
285 for (size_t i = 0; i < nEffCols; ++i) {
314 while (lastCol < nEffCols && span > 0) {
485 size_t nEffCols = m_table->numEffCols(); local
487 if (nEffCols != m_layoutStruct.size()) {
489 nEffCols
[all...]
H A DFixedTableLayout.cpp86 int nEffCols = m_table->numEffCols(); local
87 m_width.resize(nEffCols);
107 if (currentEffectiveColumn >= nEffCols) {
109 nEffCols++;
115 nEffCols++;
167 while (usedSpan < span && cCol + i < nEffCols) {
232 int nEffCols = m_table->numEffCols(); local
233 Vector<int> calcWidth(nEffCols, 0);
245 for (int i = 0; i < nEffCols; i++) {
268 for (int i = 0; i < nEffCols;
[all...]
H A DRenderTableSection.cpp470 int nEffCols = table()->numEffCols(); local
472 for (int c = 0; c < nEffCols; c++) {
582 int nEffCols = table()->numEffCols(); local
595 for (int c = 0; c < nEffCols; c++) {
704 cell->setLogicalLocation(table()->columnPositions()[nEffCols] - table()->columnPositions()[table()->colToEffCol(cell->col() + cell->colSpan())] + hspacing, m_rowPos[rindx]);
744 for (int c = 0; c < nEffCols; c++) {

Completed in 67 milliseconds