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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFixedTableLayout.cpp89 unsigned currentEffectiveColumn = 0; local
108 if (currentEffectiveColumn >= nEffCols) {
114 if (span < m_table->spanOfEffCol(currentEffectiveColumn)) {
115 m_table->splitColumn(currentEffectiveColumn, span);
119 spanInCurrentEffectiveColumn = m_table->spanOfEffCol(currentEffectiveColumn);
122 m_width[currentEffectiveColumn] = colStyleLogicalWidth;
123 m_width[currentEffectiveColumn] *= spanInCurrentEffectiveColumn;
127 currentEffectiveColumn++;

Completed in 59 milliseconds