Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DDeleteSelectionCommand.cpp673 RefPtr<Node> nextRow = row->nextSibling(); in removePreviouslySelectedEmptyTableRows() local
/external/webkit/Source/WebCore/rendering/
DRenderTableSection.cpp1299 …unsigned nextRow = std::upper_bound(m_rowPos.begin(), m_rowPos.end(), offsetInColumnDirection) - m… in setCellLogicalWidths() local