Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DAutoTableLayout.cpp182 int cEffCol = m_table->colToEffCol(cCol); in fullRecalc() local
183 if (!w.isAuto() && span == 1 && cEffCol < nEffCols) { in fullRecalc()
184 if (m_table->spanOfEffCol(cEffCol) == 1) { in fullRecalc()
185 m_layoutStruct[cEffCol].width = w; in fullRecalc()
186 if (w.isFixed() && m_layoutStruct[cEffCol].maxWidth < w.value()) in fullRecalc()
187 m_layoutStruct[cEffCol].maxWidth = w.value(); in fullRecalc()