Lines Matching refs:logRow

4978 XHRSpy.prototype={method:null,url:null,async:null,xhrRequest:null,href:null,loaded:false,logRow:nul…
4997 spy.logRow=row
5012 }}with({row:spy.logRow,status:xhrRequest.status==0?"":xhrRequest.status+" "+xhrRequest.statusText,t…
5013 row=row||spy.logRow;
5025 var handleRequestStatus=function(success,status,time){var row=spy.logRow;
5462 var logRow=getAncestorByClass(target,"logRow-spy");
5463 if(isLeftClick(event)){toggleClass(logRow,"opened");
5464 var spy=getChildByClass(logRow,"spyHead").repObject;
5466 if(hasClass(logRow,"opened")){updateHttpSpyInfo(spy,logRow);
5486 function updateTime(spy){var timeBox=spy.logRow.getElementsByClassName("spyTime").item(0);
5489 var statusBox=spy.logRow.getElementsByClassName("spyStatus").item(0);
5491 removeClass(spy.logRow,"loading");
5492 setClass(spy.logRow,"loaded");
5494 if(errorRange==4||errorRange==5){setClass(spy.logRow,"error")
5495 …ar updateHttpSpyInfo=function updateHttpSpyInfo(spy,logRow){if(!spy.logRow&&logRow){spy.logRow=log… argument
5496 }if(!spy.logRow||!hasClass(spy.logRow,"opened")){return
5501 var netInfoBox=getChildByClass(spy.logRow,"spyHead","netInfoBody");
5502 if(!netInfoBox){var head=getChildByClass(spy.logRow,"spyHead");
5588 …function(object,context,className,rep,noThrottle,sourceLink){return this.logRow(appendObject,objec…
5589 },logFormatted:function(objects,context,className,noThrottle,sourceLink){return this.logRow(appendF…
5590 },openGroup:function(objects,context,className,rep,noThrottle,sourceLink,noPush){return this.logRow
5591 },closeGroup:function(context,noThrottle){return this.logRow(appendCloseGroup,null,context,null,nul…
5592 },logRow:function(appender,objects,context,className,rep,sourceLink,noThrottle,noRow){noThrottle=tr… method in Firebug.ConsoleBase
5603 context.throttle(this.logRow,this,args)
5619 this.logRow.apply(this,args)
5675 }},logRow:function(appender,objects,context,className,rep,sourceLink,noThrottle,noRow){if(!context)…
5677 }if(this.isAlwaysEnabled()){return Firebug.ConsoleBase.logRow.apply(this,arguments)
5839 var logRow=search.find(text);
5840 if(!logRow){dispatch([Firebug.A11yModel],"onConsoleSearchMatchFound",[this,text,[]]);
5843 logRow;
5844 logRow=search.findNext()){setClass(logRow,"matched");
5845 this.matchSet.push(logRow)
5854 }},filterLogRow:function(logRow,scrolledToBottom){if(this.searchText){setClass(logRow,"matching"); argument
5855 setClass(logRow,"matched");
5856 …meout(bindFixed(function(){if(this.searchFilter(this.searchText,logRow)){this.matchSet.push(logRow)
5857 }else{removeClass(logRow,"matched")
5858 }removeClass(logRow,"matching");
5861 }},searchFilter:function(text,logRow){var count=this.panelNode.childNodes.length; argument
5866 startPt.setStartBefore(logRow);
5868 endPt.setStartAfter(logRow);
6050 if(!frameCounter){var logRow=logFormatted(["0"],null,true,true);
6051 frameCounter={logRow:logRow,count:1}; property in AnonymousFunctionf1d9e84c22d00.FirebugConsoleHandler.count.frameCounter
6055 frameCounter.logRow.firstChild.firstChild.nodeValue=label
8175 }}return this.logRow(html,className)
8177 this.logRow=function(message,className){var panel=this.getPanel(); method