Searched defs:CellSpan (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.h44 class CellSpan { class in namespace:blink
46 CellSpan(unsigned start, unsigned end) function in class:blink::CellSpan
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 spannedColumn
[all...]

Completed in 636 milliseconds