Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java139 matchRowHeights(rowHeaders, dataCells); in execute()
154 matchRowHeights(dataTable, rowHeaderCells); in execute()
370 private void matchRowHeights(HTMLTable from, CellInfo[][] to) { in matchRowHeights() method in Spreadsheet