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

/external/webkit/WebCore/rendering/
H A DFixedTableLayout.cpp114 if (span < m_table->spanOfEffCol(currentEffectiveColumn)) {
119 spanInCurrentEffectiveColumn = m_table->spanOfEffCol(currentEffectiveColumn);
171 int eSpan = m_table->spanOfEffCol(cCol + i);
258 autoSpan += m_table->spanOfEffCol(i);
295 int span = m_table->spanOfEffCol(i);
H A DRenderTable.h90 int spanOfEffCol(int effCol) const { return m_columns[effCol].span; } function in class:WebCore::RenderTable
H A DAutoTableLayout.cpp184 if (m_table->spanOfEffCol(cEffCol) == 1) {
368 span -= m_table->spanOfEffCol(lastCol);

Completed in 45 milliseconds