Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/net_internals/
Dtable_printer.js104 getCell_: function(rowIndex, columnIndex) { method in TablePrinter
124 var cell = this.getCell_(r, c);
153 var cell = this.getCell_(0, c);
165 var cell = this.getCell_(r, c);
189 var cell = this.getCell_(r, c);
255 var cell = this.getCell_(r, c);
263 if (cell.allowOverflow && !this.getCell_(r, c + 1))