Lines Matching refs:logRow
4989 XHRSpy.prototype={method:null,url:null,async:null,xhrRequest:null,href:null,loaded:false,logRow:nul… property in XHRSpy
5008 spy.logRow=row
5023 }}with({row:spy.logRow,status:xhrRequest.status==0?"":xhrRequest.status+" "+xhrRequest.statusText,t…
5024 row=row||spy.logRow;
5036 var handleRequestStatus=function(success,status,time){var row=spy.logRow;
5473 var logRow=getAncestorByClass(target,"logRow-spy");
5474 if(isLeftClick(event)){toggleClass(logRow,"opened");
5475 var spy=getChildByClass(logRow,"spyHead").repObject;
5477 if(hasClass(logRow,"opened")){updateHttpSpyInfo(spy,logRow);
5497 function updateTime(spy){var timeBox=spy.logRow.getElementsByClassName("spyTime").item(0);
5500 var statusBox=spy.logRow.getElementsByClassName("spyStatus").item(0);
5502 removeClass(spy.logRow,"loading");
5503 setClass(spy.logRow,"loaded");
5505 if(errorRange==4||errorRange==5){setClass(spy.logRow,"error")
5506 …ar updateHttpSpyInfo=function updateHttpSpyInfo(spy,logRow){if(!spy.logRow&&logRow){spy.logRow=log… argument
5507 }if(!spy.logRow||!hasClass(spy.logRow,"opened")){return
5512 var netInfoBox=getChildByClass(spy.logRow,"spyHead","netInfoBody");
5513 if(!netInfoBox){var head=getChildByClass(spy.logRow,"spyHead");
5599 …function(object,context,className,rep,noThrottle,sourceLink){return this.logRow(appendObject,objec…
5600 },logFormatted:function(objects,context,className,noThrottle,sourceLink){return this.logRow(appendF…
5601 },openGroup:function(objects,context,className,rep,noThrottle,sourceLink,noPush){return this.logRow…
5602 },closeGroup:function(context,noThrottle){return this.logRow(appendCloseGroup,null,context,null,nul…
5603 },logRow:function(appender,objects,context,className,rep,sourceLink,noThrottle,noRow){noThrottle=tr… method
5614 context.throttle(this.logRow,this,args)
5630 this.logRow.apply(this,args)
5686 }},logRow:function(appender,objects,context,className,rep,sourceLink,noThrottle,noRow){if(!context)… method
5688 }if(this.isAlwaysEnabled()){return Firebug.ConsoleBase.logRow.apply(this,arguments)
5850 var logRow=search.find(text);
5851 if(!logRow){dispatch([Firebug.A11yModel],"onConsoleSearchMatchFound",[this,text,[]]);
5854 logRow;
5855 logRow=search.findNext()){setClass(logRow,"matched");
5856 this.matchSet.push(logRow)
5865 }},filterLogRow:function(logRow,scrolledToBottom){if(this.searchText){setClass(logRow,"matching"); argument
5866 setClass(logRow,"matched");
5867 …meout(bindFixed(function(){if(this.searchFilter(this.searchText,logRow)){this.matchSet.push(logRow)
5868 }else{removeClass(logRow,"matched")
5869 }removeClass(logRow,"matching");
5872 }},searchFilter:function(text,logRow){var count=this.panelNode.childNodes.length; argument
5877 startPt.setStartBefore(logRow);
5879 endPt.setStartAfter(logRow);
6061 if(!frameCounter){var logRow=logFormatted(["0"],null,true,true);
6062 frameCounter={logRow:logRow,count:1}; property
6066 frameCounter.logRow.firstChild.firstChild.nodeValue=label
8186 }}return this.logRow(html,className)
8188 this.logRow=function(message,className){var panel=this.getPanel(); method