Searched refs:createRow (Results 1 – 1 of 1) sorted by relevance
5343 var row=this.createRow(table.firstChild.firstChild,limitInfo);5345 },createRow:function(parent,limitInfo){var row=this.limitTag.insertRows(limitInfo,parent,this)[0]; method5694 }else{var row=this.createRow("logRow",className);5704 }},insertLogLimit:function(){var row=this.createRow("limitRow");5751 var innerRow=this.createRow("logRow");5756 var groupBody=this.createRow("logGroupBody");5860 },createRow:function(rowName,className){var elt=this.document.createElement("div"); method