Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/paint/
DGridPainter.cpp48 …GridSpan dirtiedRows = dirtiedGridAreas(m_renderGrid.rowPositions(), localPaintInvalidationRect.y(… in paintChildren() local
DTableSectionPainter.cpp67 CellSpan dirtiedRows = m_renderTableSection.dirtiedRows(tableAlignedRect); in paintObject() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp1283 CellSpan RenderTableSection::dirtiedRows(const LayoutRect& damageRect) const in dirtiedRows() function in blink::RenderTableSection