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.h278 CellSpan spannedColumns(const LayoutRect& flippedRect) const;
DRenderTableSection.cpp1398 CellSpan coveredColumns = spannedColumns(damageRect); in dirtiedColumns()
1434 CellSpan RenderTableSection::spannedColumns(const LayoutRect& flippedRect) const in spannedColumns() function in WebCore::RenderTableSection
1741 CellSpan columnSpan = spannedColumns(tableAlignedRect); in nodeAtPoint()