Home
last modified time | relevance | path

Searched refs:spannedColumns (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h290 CellSpan spannedColumns(const LayoutRect& flippedRect) const;
DRenderTableSection.cpp1305 CellSpan coveredColumns = spannedColumns(damageRect); in dirtiedColumns()
1341 CellSpan RenderTableSection::spannedColumns(const LayoutRect& flippedRect) const in spannedColumns() function in blink::RenderTableSection
1542 CellSpan columnSpan = spannedColumns(tableAlignedRect); in nodeAtPoint()