Searched refs:firstColForThisCell (Results 1 – 2 of 2) sorted by relevance
276 … Length logicalWidthFromColumns(RenderTableCol* firstColForThisCell, Length widthFromStyle) const;
111 Length RenderTableCell::logicalWidthFromColumns(RenderTableCol* firstColForThisCell, Length widthFr… in logicalWidthFromColumns() argument113 ASSERT(firstColForThisCell && firstColForThisCell == table()->colElement(col())); in logicalWidthFromColumns()114 RenderTableCol* tableCol = firstColForThisCell; in logicalWidthFromColumns()