Searched refs:spannedColumns (Results 1 – 2 of 2) sorted by relevance
278 CellSpan spannedColumns(const LayoutRect& flippedRect) const;
1398 CellSpan coveredColumns = spannedColumns(damageRect); in dirtiedColumns()1434 CellSpan RenderTableSection::spannedColumns(const LayoutRect& flippedRect) const in spannedColumns() function in WebCore::RenderTableSection1741 CellSpan columnSpan = spannedColumns(tableAlignedRect); in nodeAtPoint()