Searched refs:spanOfEffCol (Results 1 – 5 of 5) sorted by relevance
113 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()
150 int spanOfEffCol(int effCol) const { return m_columns[effCol].span; } in spanOfEffCol() function
166 …colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) { in fullRecalc()350 span -= m_table->spanOfEffCol(lastCol); in calcEffectiveLogicalWidth()
6488 (khtml::RenderTable::spanOfEffCol):
68995 (WebCore::RenderTable::spanOfEffCol):