Searched refs:computeOverflowFromCells (Results 1 – 3 of 3) sorted by relevance
82 void computeOverflowFromCells();263 void computeOverflowFromCells(unsigned totalRows, unsigned nEffCols);
1027 computeOverflowFromCells(totalRows, nEffCols); in layoutRows()1030 void RenderTableSection::computeOverflowFromCells() in computeOverflowFromCells() function in WebCore::RenderTableSection1034 computeOverflowFromCells(totalRows, nEffCols); in computeOverflowFromCells()1037 void RenderTableSection::computeOverflowFromCells(unsigned totalRows, unsigned nEffCols) in computeOverflowFromCells() function in WebCore::RenderTableSection
398 section->computeOverflowFromCells(); in simplifiedNormalFlowLayout()