Home
last modified time | relevance | path

Searched defs:dirtiedColumns (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
DGridPainter.cpp47 …GridSpan dirtiedColumns = dirtiedGridAreas(m_renderGrid.columnPositions(), localPaintInvalidationR… in paintChildren() local
DTableSectionPainter.cpp68 CellSpan dirtiedColumns = m_renderTableSection.dirtiedColumns(tableAlignedRect); in paintObject() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp1300 CellSpan RenderTableSection::dirtiedColumns(const LayoutRect& damageRect) const in dirtiedColumns() function in blink::RenderTableSection