Lines Matching +defs:file +defs:x

471 var coords={x:0,y:0};  property
504 }}}var coords={x:0,y:0}; property
553 this.move=function(element,x,y){element.style.left=x+"px"; argument
1085 this.getURLFromLocalFile=function(file){var fileHandler=ioService.getProtocolHandler("file").QueryI… argument
1176 this.reEncodeURL=function(file,text){var lines=text.split("\n"); argument
1428 FBL.pixelsPerInch={x:inch.offsetWidth,y:inch.offsetHeight}; property
1723 },showInfoTip:function(infoTip,x,y){},getObjectPath:function(object){return null argument
1953 },show:function(x,y){this.initialize(); argument
2134 },getElementFromPoint:function(x,y){if(shouldFixElementFromPoint){var scroll=this.getWindowScrollPo… argument
3295 },file:function(elem){return"file"===elem.type method
4297 },browseObject:function(file,context){openNewTab(file.href); argument
4299 },getRealObject:function(file,context){return null argument
4722 }this.targetOffset={x:target.offsetLeft,y:target.offsetTop}; property
5143 },hideParams:function(file){return !file.urlParams||!file.urlParams.length argument
5144 },hidePost:function(file){return file.method.toUpperCase()!="POST" argument
5145 },hidePut:function(file){return file.method.toUpperCase()!="PUT" argument
5146 },hideResponse:function(file){return false argument
5147 },hideCache:function(file){return true; argument
5149 },hideHtml:function(file){return(file.mimeType!="text/html")&&(file.mimeType!="application/xhtml+xm… argument
5174 },updateInfo:function(netInfoBox,file,context){if(FBTrace.DBG_NET){FBTrace.sysout("net.updateInfo; … argument
5209 },setResponseText:function(file,netInfoBox,responseTextBox,context){netInfoBox.responsePresented=tr… argument
5270 },render:function(context,parentNode,file){var spy=getAncestorByClass(parentNode,"spyHead"); argument
5289 },insertJSON:function(parentNode,file,context){var text=file.responseText; argument
5296 },insertXML:function(parentNode,file,context){var text=Utils.getPostText(file,context); argument
5304 },parseMultiPartText:function(file,context){var text=Utils.getPostText(file,context); argument
5354 }},getPostText:function(file,context,noLimit){if(!file.postText){file.postText=readPostTextFromRequ… argument
5360 },getResponseText:function(file,context){return(typeof(file.responseText)!="undefined")?file.respon… argument
5361 },isURLEncodedRequest:function(file,context){var text=Utils.getPostText(file,context); argument
5366 },isMultiPartRequest:function(file,context){var text=Utils.getPostText(file,context); argument
5377 },getHttpHeaders:function(request,file){try{var http=QI(request,Ci.nsIHttpChannel); argument
5395 },getFileCategory:function(file){if(file.category){if(FBTrace.DBG_NET){FBTrace.sysout("net.getFileC… argument
5503 netInfoBox=template.tag.append({file:spy},head); property
5525 },initTabBody:function(infoBox,file){if(FBTrace.DBG_JSONVIEWER){FBTrace.sysout("jsonviewer.initTabB… argument
5536 },updateTabBody:function(infoBox,file,context){var tab=infoBox.selectedTab; argument
5541 }},parseJSON:function(file){var jsonString=new String(file.responseText); argument
5551 },initTabBody:function(infoBox,file){if(FBTrace.DBG_XMLVIEWER){FBTrace.sysout("xmlviewer.initTabBod… argument
5559 },updateTabBody:function(infoBox,file,context){var tab=infoBox.selectedTab; argument
6021 this.assert=function(x){if(!x){var rest=[]; argument
6678 }},showInfoTip:function(infoTip,panel,target,x,y,rangeParent,rangeOffset){if(!Firebug.showInfoTips)… argument
7327 }},showInfoTip:function(infoTip,target,x,y){var propValue=getAncestorByClass(target,"cssPropValue"); argument