Lines Matching defs:spy
5466 Firebug.Spy.XHR=domplate(Firebug.Rep,{tag:DIV({"class":"spyHead",_repObject:"$object"},TABLE({"clas… argument
5467 },getFullUri:function(spy){return spy.method.toUpperCase()+" "+spy.getURL() argument
5468 },getStatus:function(spy){var text=""; argument
5479 }}else{}}},copyURL:function(spy){copyToClipboard(spy.getURL()) argument
5480 },copyParams:function(spy){var text=spy.postText; argument
5484 },copyResponse:function(spy){copyToClipboard(spy.responseText) argument
5485 },openInTab:function(spy){openNewTab(spy.getURL(),spy.postText) argument
5488 },browseObject:function(spy,context){var url=spy.getURL(); argument
5491 },getRealObject:function(spy,context){return spy.xhrRequest argument
5492 },getContextMenuItems:function(spy){var items=[{label:"CopyLocation",command:bindFixed(this.copyURL… argument
5497 function updateTime(spy){var timeBox=spy.logRow.getElementsByClassName("spyTime").item(0); argument
5499 }}function updateLogRow(spy){updateTime(spy); argument
5506 }}catch(exc){}}var updateHttpSpyInfo=function updateHttpSpyInfo(spy,logRow){if(!spy.logRow&&logRow)… argument
5519 function getRequestHeaders(spy){var headers=[]; argument
5524 }function getResponseHeaders(spy){var headers=[]; argument