Searched refs:getCellCount (Results 1 – 4 of 4) sorted by relevance
121 public int getCellCount(int row) { in getCellCount() method in FragmentedTable123 return getCellCount(bodyElem, getRowWithinFragment(row)); in getCellCount()135 private native int getCellCount(Element tbody, int row) /*-{ in getCellCount() method in FragmentedTable
101 table.getColumnFormatter().setWidth(table.getCellCount(0) - 1, "100%"); in fillParent()
382 for (int column = 0; column < from.getCellCount(lastFromRow); column++) { in matchColumnWidths()485 int numCols = table.getCellCount(row); in getRowHeight()
269 int getCellCount (void) const { return m_cellCount; }; in getCellCount() function in deqp::gles31::Functional::__anon1381a2dd0111::RandomizedRenderGrid318 if (m_currentCell >= getCellCount()) in nextCell()1149 vector<CellContents> cellContents (renderGrid.getCellCount()); in renderTexture()