Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DFixedTableLayout.cpp113 if (span < m_table->spanOfEffCol(currentEffectiveColumn)) { in calcWidthArray()
118 spanInCurrentEffectiveColumn = m_table->spanOfEffCol(currentEffectiveColumn); in calcWidthArray()
168 float eSpan = m_table->spanOfEffCol(cCol + i); in calcWidthArray()
255 autoSpan += m_table->spanOfEffCol(i); in layout()
292 int span = m_table->spanOfEffCol(i); in layout()
DRenderTable.h150 int spanOfEffCol(int effCol) const { return m_columns[effCol].span; } in spanOfEffCol() function
DAutoTableLayout.cpp166 …colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) { in fullRecalc()
350 span -= m_table->spanOfEffCol(lastCol); in calcEffectiveLogicalWidth()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-196488 (khtml::RenderTable::spanOfEffCol):
DChangeLog-2007-10-1468995 (WebCore::RenderTable::spanOfEffCol):