Searched refs:logRow (Results 1 – 1 of 1) sorted by relevance
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 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); [all …]
|