Searched refs:spannedRows (Results 1 – 2 of 2) sorted by relevance
276 CellSpan spannedRows(const LayoutRect& flippedRect) const;
1302 CellSpan coveredRows = spannedRows(damageRect); in dirtiedRows()1332 CellSpan RenderTableSection::spannedRows(const LayoutRect& flippedRect) const in spannedRows() function in WebCore::RenderTableSection1646 CellSpan rowSpan = spannedRows(tableAlignedRect); in nodeAtPoint()