Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp1343 unsigned endRow; in spannedRows() local
1345 endRow = nextRow; in spannedRows()
1347endRow = std::upper_bound(m_rowPos.begin() + nextRow, m_rowPos.end(), flippedRect.maxY()) - m_rowP… in spannedRows()
1348 if (endRow == m_rowPos.size()) in spannedRows()
1349 endRow = m_rowPos.size() - 1; in spannedRows()
1352 return CellSpan(startRow, endRow); in spannedRows()