Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h276 CellSpan spannedRows(const LayoutRect& flippedRect) const;
DRenderTableSection.cpp1302 CellSpan coveredRows = spannedRows(damageRect); in dirtiedRows()
1332 CellSpan RenderTableSection::spannedRows(const LayoutRect& flippedRect) const in spannedRows() function in WebCore::RenderTableSection
1646 CellSpan rowSpan = spannedRows(tableAlignedRect); in nodeAtPoint()