Home
last modified time | relevance | path

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

/external/clang/www/analyzer/scripts/
Dexpandcollapse.js25 function getCellInfo(id) { function
86 (getCellInfo(this.id).expanded ? "arrows_light.gif"
91 (getCellInfo(this.id).expanded ? "arrows_dark.gif"
96 (getCellInfo(this.id).expanded ? "arrows_light.gif"
139 var cellInfo = getCellInfo(id);
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java263 public CellInfo getCellInfo(int row, int column) { in getCellInfo() method in Spreadsheet
272 private CellInfo getCellInfo(CellInfo[][] cells, int row, int column) { in getCellInfo() method in Spreadsheet
375 getCellInfo(to, row, lastColumn).heightPx = height - 2 * CELL_PADDING_PX; in matchRowHeights()
384 getCellInfo(to, lastToRow, column).widthPx = width - 2 * CELL_PADDING_PX; in matchColumnWidths()
/external/autotest/frontend/client/src/autotest/tko/
DSpreadsheetDataProcessor.java134 CellInfo cellInfo = spreadsheet.getCellInfo(row, column); in processRow()
/external/sqlite/dist/
Dsqlite3.c58722 static SQLITE_NOINLINE void getCellInfo(BtCursor *pCur){
58758 getCellInfo(pCur);
58781 getCellInfo(pCur);
58947 getCellInfo(pCur);
/external/sqlite/dist/orig/
Dsqlite3.c58704 static SQLITE_NOINLINE void getCellInfo(BtCursor *pCur){
58740 getCellInfo(pCur);
58763 getCellInfo(pCur);
58929 getCellInfo(pCur);