Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTableSection.cpp1293 …unsigned nextRow = std::upper_bound(m_rowPos.begin(), m_rowPos.end(), offsetInColumnDirection) - m… in setCellLogicalWidths() local
1294 if (nextRow == m_rowPos.size()) in setCellLogicalWidths()
1297 unsigned hitRow = nextRow > 0 ? nextRow - 1 : 0; in setCellLogicalWidths()
/external/webkit/Source/WebCore/editing/
DDeleteSelectionCommand.cpp673 RefPtr<Node> nextRow = row->nextSibling(); in removePreviouslySelectedEmptyTableRows() local
676 row = nextRow.get(); in removePreviouslySelectedEmptyTableRows()