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

  /external/webkit/Source/WebCore/rendering/
FixedTableLayout.cpp 86 int nEffCols = m_table->numEffCols();
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();
233 Vector<int> calcWidth(nEffCols, 0);
245 for (int i = 0; i < nEffCols; i++) {
268 for (int i = 0; i < nEffCols; i++)
    [all...]
AutoTableLayout.cpp 146 int nEffCols = m_table->numEffCols();
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();
285 for (size_t i = 0; i < nEffCols; ++i) {
314 while (lastCol < nEffCols && span > 0) {
485 size_t nEffCols = m_table->numEffCols();
487 if (nEffCols != m_layoutStruct.size()) {
489 nEffCols = m_table->numEffCols()
    [all...]
RenderTableSection.cpp 464 int nEffCols = table()->numEffCols();
466 for (int c = 0; c < nEffCols; c++) {
576 int nEffCols = table()->numEffCols();
589 for (int c = 0; c < nEffCols; c++) {
698 cell->setLogicalLocation(table()->columnPositions()[nEffCols] - table()->columnPositions()[table()->colToEffCol(cell->col() + cell->colSpan())] + hspacing, m_rowPos[rindx]);
738 for (int c = 0; c < nEffCols; c++) {
    [all...]

Completed in 5236 milliseconds