Home | History | Annotate | Download | only in rendering

Lines Matching defs:CellSpan

44 class CellSpan {
46 CellSpan(unsigned start, unsigned end)
233 CellSpan dirtiedRows(const LayoutRect& paintInvalidationRect) const;
234 CellSpan dirtiedColumns(const LayoutRect& paintInvalidationRect) const;
284 CellSpan fullTableRowSpan() const { return CellSpan(0, m_grid.size()); }
285 CellSpan fullTableColumnSpan() const { return CellSpan(0, table()->columns().size()); }
289 CellSpan spannedRows(const LayoutRect& flippedRect) const;
290 CellSpan spannedColumns(const LayoutRect& flippedRect) const;