Searched refs:totalRowCount (Results 1 - 1 of 1) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/table/
H A DFragmentedTable.java39 private int totalRowCount; field in class:FragmentedTable
56 totalRowCount = 0;
61 totalRowCount += getRowCount(tbody);
128 return totalRowCount;

Completed in 2932 milliseconds