HomeSort by relevance Sort by last modified time
    Searched defs:dirtiedRows (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/paint/
GridPainter.cpp 48 GridSpan dirtiedRows = dirtiedGridAreas(m_renderGrid.rowPositions(), localPaintInvalidationRect.y(), localPaintInvalidationRect.maxY());
52 for (GridSpan::iterator row = dirtiedRows.begin(); row != dirtiedRows.end(); ++row) {
TableSectionPainter.cpp 67 CellSpan dirtiedRows = m_renderTableSection.dirtiedRows(tableAlignedRect);
76 for (unsigned r = dirtiedRows.end(); r > dirtiedRows.start(); r--) {
82 if (!cell || (row > dirtiedRows.start() && m_renderTableSection.primaryCellAt(row - 1, col) == cell) || (col > dirtiedColumns.start() && m_renderTableSection.primaryCellAt(row, col - 1) == cell))
90 for (unsigned r = dirtiedRows.start(); r < dirtiedRows.end(); r++) {
97 if (!cell || (r > dirtiedRows.start() && m_renderTableSection.primaryCellAt(r - 1, c) == cell) || (c > dirtiedColumns.start() && m_renderTableSection.primaryCellAt(r, c - 1) == cell))
117 for (unsigned r = dirtiedRows.start(); r < dirtiedRows.end(); r++)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp     [all...]

Completed in 83 milliseconds