Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFixedTableLayout.cpp107 unsigned spanInCurrentEffectiveColumn; in calcWidthArray() local
112 spanInCurrentEffectiveColumn = span; in calcWidthArray()
119 spanInCurrentEffectiveColumn = m_table->spanOfEffCol(currentEffectiveColumn); in calcWidthArray()
123 m_width[currentEffectiveColumn] *= spanInCurrentEffectiveColumn; in calcWidthArray()
124 usedWidth += effectiveColWidth * spanInCurrentEffectiveColumn; in calcWidthArray()
126 span -= spanInCurrentEffectiveColumn; in calcWidthArray()