Searched refs:spannedColumns (Results 1 – 2 of 2) sorted by relevance
290 CellSpan spannedColumns(const LayoutRect& flippedRect) const;
1305 CellSpan coveredColumns = spannedColumns(damageRect); in dirtiedColumns()1341 CellSpan RenderTableSection::spannedColumns(const LayoutRect& flippedRect) const in spannedColumns() function in blink::RenderTableSection1542 CellSpan columnSpan = spannedColumns(tableAlignedRect); in nodeAtPoint()