Lines Matching refs:x

464 if(elt.offsetLeft){coords.x+=elt.offsetLeft+chrome.getMeasurementInPixels(elt,"borderLeft")
471 var coords={x:0,y:0}; property in getClientOffset.coords
477 coords.x+=elt.offsetLeft-(p?p.scrollLeft:0);
480 if(parentStyle.position!="static"){coords.x+=parseInt(parentStyle.borderLeftWidth);
482 if(p.localName=="TABLE"){coords.x+=parseInt(parentStyle.paddingLeft);
485 coords.x+=parseInt(style.marginLeft);
487 }}}else{if(p.localName=="BODY"){coords.x+=parseInt(parentStyle.borderLeftWidth);
490 while(p!=parent){coords.x-=parent.scrollLeft;
495 coords.x+=parseInt(style.borderLeftWidth);
498 coords.x-=parseInt(htmlStyle.paddingLeft);
500 }if(elt.scrollLeft){coords.x+=elt.scrollLeft
504 }}}var coords={x:0,y:0}; property in getViewOffset.coords
553 this.move=function(element,x,y){element.style.left=x+"px"; argument
579 }}if(!notX){var leftSpace=offset.x-scrollBox.scrollLeft;
580 var rightSpace=(scrollBox.scrollLeft+scrollBox.clientWidth)-(offset.x+element.clientWidth);
581 if(leftSpace<0||rightSpace<0){var centerX=offset.x-(scrollBox.clientWidth/2);
1428 FBL.pixelsPerInch={x:inch.offsetWidth,y:inch.offsetHeight}; property in FBL.pixelsPerInch
1723 },showInfoTip:function(infoTip,x,y){},getObjectPath:function(object){return null argument
1953 },show:function(x,y){this.initialize(); argument
1955 }x=x||0;
1964 x=Math.min(x,size.width-this.element.clientWidth-10);
1965 x=Math.max(x,0);
1968 this.elementStyle.left=x+"px";
2134 },getElementFromPoint:function(x,y){if(shouldFixElementFromPoint){var scroll=this.getWindowScrollPo… argument
2135 return this.document.elementFromPoint(x+scroll.left,y+scroll.top)
2136 }else{return this.document.elementFromPoint(x,y)
2876 var x=Math.max(size.width-clientX+3,6);
2877 Firebug.context.persistedState.sidePanelWidth=x;
4722 }this.targetOffset={x:target.offsetLeft,y:target.offsetTop}; property in AnonymousFunctionf1d9e84c17f00.targetOffset
4820 …on(initial,forceAll,extraWidth){if(this.fixedWidth){this.box.style.left=(this.targetOffset.x)+"px";
4826 }else{if(initial||forceAll){this.box.style.left=this.targetOffset.x+"px";
4829 var maxWidth=(currentPanel.panelNode.scrollWidth-this.targetOffset.x)-this.outerMargin;
6021 this.assert=function(x){if(!x){var rest=[]; argument
6678 }},showInfoTip:function(infoTip,panel,target,x,y,rangeParent,rangeOffset){if(!Firebug.showInfoTips)… argument
6680 var scrollX=x+(scrollParent?scrollParent.scrollLeft:0);
6684 if(x+infoTip.offsetWidth+infoTipMargin>panelWidth){infoTip.style.left=Math.max(0,panelWidth-(infoTi…
6686 }else{infoTip.style.left=(x+infoTipMargin)+"px";
6692 …eight: "+infoTip.offsetHeight+", offsetWidth: "+infoTip.offsetWidth+", x: "+x+", panelWidth: "+pan…
6698 }if(browser.currentPanel){var x=event.clientX,y=event.clientY,target=event.target||event.srcElement;
6699 this.showInfoTip(browser.infoTip,browser.currentPanel,target,x,y,event.rangeParent,event.rangeOffse…
7327 }},showInfoTip:function(infoTip,target,x,y){var propValue=getAncestorByClass(target,"cssPropValue"); argument
7329 var offsetX=x-offset.x;