Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/table/
DFragmentedTable.java121 public int getCellCount(int row) { in getCellCount() method in FragmentedTable
123 return getCellCount(bodyElem, getRowWithinFragment(row)); in getCellCount()
135 private native int getCellCount(Element tbody, int row) /*-{ in getCellCount() method in FragmentedTable
DDataTable.java101 table.getColumnFormatter().setWidth(table.getCellCount(0) - 1, "100%"); in fillParent()
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java382 for (int column = 0; column < from.getCellCount(lastFromRow); column++) { in matchColumnWidths()
485 int numCols = table.getCellCount(row); in getRowHeight()