Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js5341 limitLabel.firstChild.nodeValue=$STRP("plural.Limit_Exceeded",[row.limitInfo.totalCount])
5342 },createTable:function(parent,limitInfo){var table=this.tableTag.replace({},parent); argument
5343 var row=this.createRow(table.firstChild.firstChild,limitInfo);
5345 },createRow:function(parent,limitInfo){var row=this.limitTag.insertRows(limitInfo,parent,this)[0]; argument
5346 row.limitInfo=limitInfo;
5705 var limitInfo={totalCount:0,limitPrefsTitle:$STRF("LimitPrefsTitle",[Firebug.prefDomain+".console.l… variable
5708 var nodes=netLimitRep.createTable(row,limitInfo);