Searched refs:nextRow (Results 1 – 2 of 2) sorted by relevance
1293 …unsigned nextRow = std::upper_bound(m_rowPos.begin(), m_rowPos.end(), offsetInColumnDirection) - m… in setCellLogicalWidths() local1294 if (nextRow == m_rowPos.size()) in setCellLogicalWidths()1297 unsigned hitRow = nextRow > 0 ? nextRow - 1 : 0; in setCellLogicalWidths()
673 RefPtr<Node> nextRow = row->nextSibling(); in removePreviouslySelectedEmptyTableRows() local676 row = nextRow.get(); in removePreviouslySelectedEmptyTableRows()