Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp507 unsigned lastRowIndex = 0; in distributeRowSpanHeightToRows() local
518 unsigned lastSpanningCellEndIndex = lastRowIndex + lastRowSpan; in distributeRowSpanHeightToRows()
522 if (rowIndex == lastRowIndex && rowSpan == lastRowSpan) in distributeRowSpanHeightToRows()
538 lastRowIndex = rowIndex; in distributeRowSpanHeightToRows()
584 for (unsigned row = lastRowIndex + lastRowSpan + 1; row <= m_grid.size(); row++) in distributeRowSpanHeightToRows()