Lines Matching defs:row

5328 },updateCounter:function(row){removeClass(row,"collapsed");  argument
5604 }},appendFormatted:function(args,row,context){if(!context){context=FirebugContext argument
5704 }},appendObject:function(object,row,rep){if(!rep){rep=Firebug.getRep(object) argument
5706 },appendFormatted:function(objects,row,rep){if(!objects||!objects.length){return argument
5707 }function logText(text,row){var node=row.ownerDocument.createTextNode(text); argument
5737 }}},appendOpenGroup:function(objects,row,rep){if(!this.groups){this.groups=[] argument
5757 },appendCloseGroup:function(object,row,rep){if(this.groups){this.groups.pop() argument
7190 },insertPropertyRow:function(row){Firebug.Editor.insertRowForObject(row) argument
7191 },insertRule:function(row){var location=getAncestorByClass(row,"cssRule"); argument
7195 }},editPropertyRow:function(row){var propValueBox=getChildByClass(row,"cssPropValue"); argument
7197 },deletePropertyRow:function(row){var rule=Firebug.getRepObject(row); argument
7209 },disablePropertyRow:function(row){toggleClass(row,"disabledStyle"); argument
7791 },toggleRow:function(row){var level=parseInt(row.getAttribute("level")); argument
7871 }},getRowObject:function(row){var object=getRowOwnerObject(row); argument
7873 },getRowPropertyValue:function(row){var object=this.getRowObject(row); argument
7993 }}},selectRow:function(row,target){if(!target){target=row.lastChild.firstChild argument
8084 var getWatchRowIndex=function getWatchRowIndex(row){var index=-1; argument
8090 var getRowName=function getRowName(row){var node=row.firstChild; argument
8093 var getRowValue=function getRowValue(row){return row.lastChild.firstChild.repObject argument
8095 var getRowOwnerObject=function getRowOwnerObject(row){var parentRow=getParentRow(row); argument
8098 var getParentRow=function getParentRow(row){var level=parseInt(row.getAttribute("level"))-1; argument
8103 var getPath=function getPath(row){var name=getRowName(row); argument
8117 …ePanel.prototype=extend(Firebug.DOMBasePanel.prototype,{selectRow:function(row,target){if(!target)… argument
8187 this.appendRow=function(row){var container=this.getPanel().panelNode; argument