Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFixedTableLayout.cpp116 if (span < m_table->spanOfEffCol(currentEffectiveColumn)) { in calcWidthArray()
121 spanInCurrentEffectiveColumn = m_table->spanOfEffCol(currentEffectiveColumn); in calcWidthArray()
159 float eSpan = m_table->spanOfEffCol(currentColumn); in calcWidthArray()
242 autoSpan += m_table->spanOfEffCol(i); in layout()
280 unsigned span = m_table->spanOfEffCol(i); in layout()
DRenderTable.h170 unsigned spanOfEffCol(unsigned effCol) const { return m_columns[effCol].span; } in spanOfEffCol() function
DAutoTableLayout.cpp161 …colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) { in fullRecalc()
330 span -= m_table->spanOfEffCol(lastCol); in calcEffectiveLogicalWidth()