Home
last modified time | relevance | path

Searched defs:effCol (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h170 unsigned spanOfEffCol(unsigned effCol) const { return m_columns[effCol].span; } in spanOfEffCol()
184 unsigned effColToCol(unsigned effCol) const in effColToCol()
DAutoTableLayout.cpp44 void AutoTableLayout::recalcColumn(unsigned effCol) in recalcColumn()
161 unsigned effCol = m_table->colToEffCol(currentColumn); in fullRecalc() local
301 unsigned effCol = m_table->colToEffCol(cell->col()); in calcEffectiveLogicalWidth() local
DRenderTable.cpp1175 unsigned effCol = colToEffCol(cell->col()); in cellAbove() local
1202 unsigned effCol = colToEffCol(cell->col()); in cellBelow() local
1214 unsigned effCol = colToEffCol(cell->col()); in cellBefore() local
1227 unsigned effCol = colToEffCol(cell->col() + cell->colSpan()); in cellAfter() local