Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTable.cpp1150 int effCol = colToEffCol(cell->col()); in cellAbove()
1177 int effCol = colToEffCol(cell->col()); in cellBelow()
1189 int effCol = colToEffCol(cell->col()); in cellBefore()
1202 int effCol = colToEffCol(cell->col() + cell->colSpan()); in cellAfter()
DRenderTable.h152 int colToEffCol(int col) const in colToEffCol() function
DAutoTableLayout.cpp165 int effCol = m_table->colToEffCol(currentColumn); in fullRecalc()
302 int effCol = m_table->colToEffCol(cell->col()); in calcEffectiveLogicalWidth()
DRenderTableCell.cpp465 bool isEndColumn = table->colToEffCol(col() + colSpan() - 1) == table->numEffCols() - 1; in collapsedEndBorder()
DRenderTableSection.cpp704 …e()->columnPositions()[nEffCols] - table()->columnPositions()[table()->colToEffCol(cell->col() + c… in setCellLogicalWidths()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1024539 RenderTable::colToEffCol entering text into text input field
DChangeLog-2005-12-196489 (khtml::RenderTable::colToEffCol):
DChangeLog-2006-12-3149248 (WebCore::RenderTable::colToEffCol):
DChangeLog-2007-10-1468996 (WebCore::RenderTable::colToEffCol):