Lines Matching refs:width

508 this.getLTRBWH=function(elt){var bcrect,dims={left:0,top:0,right:0,bottom:0,width:0,height:0};  property in getLTRBWH.dims
514 if(bcrect.width){dims.width=bcrect.width;
516 }else{dims.width=dims.right-dims.left;
538 this.getOffsetSize=function(elt){return{width:elt.offsetWidth,height:elt.offsetHeight}
556 this.resize=function(element,w,h){element.style.width=w+"px";
648 args.width=element.offsetWidth-(args.paddingLeft+args.paddingRight+args.borderLeft+args.borderRight…
1346 …-bidi":[],"vertical-align":["verticalAlign"],"white-space":["whiteSpace"],width:["auto"],"word-spa… property in cssInfo
1754 return{width:this.measureBox.offsetWidth,height:this.measureBox.offsetHeight-1}
1758 return{width:this.measureBox.offsetWidth,height:this.measureBox.offsetHeight-1}
1964 x=Math.min(x,size.width-this.element.clientWidth-10);
1990 childMenu.show(box.left+box.width+offsetLeft,box.top-6);
2112 },getWindowSize:function(){var width=0,height=0,el;
2113 if(typeof this.window.innerWidth=="number"){width=this.window.innerWidth;
2115 }else{if((el=this.document.documentElement)&&(el.clientHeight||el.clientWidth)){width=el.clientWidt…
2117 }else{if((el=this.document.body)&&(el.clientHeight||el.clientWidth)){width=el.clientWidth;
2119 }}}return{width:width,height:height}
2120 },getWindowScrollSize:function(){var width=0,height=0,el;
2121 if(!isIEQuiksMode&&(el=this.document.documentElement)&&(el.scrollHeight||el.scrollWidth)){width=el.…
2123 …body)&&(el.scrollHeight||el.scrollWidth)&&(el.scrollWidth>width||el.scrollHeight>height)){width=el…
2125 }return{width:width,height:height}
2150 result.width=Math.round(rect.right-rect.left)
2155 result.width=el.offsetWidth
2282 node.style.width="100%";
2317 …th=="number"?persistedState.popupWidth:Math.max(0,Math.min(browserWinSize.width,screen.availWidth-…
2573 …idePanelVisible?Firebug.context.persistedState.sidePanelWidth:0,width=Math.max(size.width-sideWidt…
2577 }fbPanelBox1Style.width=width;
2578 fbPanel1Style.width=width;
2581 fbPanelBox2Style.width=sideWidth;
2585 fbLargeCommandLine.style.width=sideWidthValue-2+"px";
2587 fbLargeCommandButtons.style.width=sideWidth
2589 fbPanel2Style.width=sideWidth;
2590 fbPanelBar2BoxStyle.width=sideWidth
2591 }}},getSize:function(){return this.type=="div"?{height:this.node.offsetHeight,width:this.node.offse…
2701 ….type=="div")&&(bodyStyle.marginLeft||bodyStyle.marginRight)){this.node.style.width=size.width+"px"
2712 var width=miniIcon.offsetWidth+10;
2715 if(errors.offsetWidth){width+=errors.offsetWidth+10
2718 node.style.width=width+"px";
2730 node.style.width="100%";
2756 Firebug.context.persistedState.popupWidth=size.width;
2851 var scrollbarSize=!isIE&&(scrollSize.width>windowSize.width)?17:0;
2876 var x=Math.max(size.width-clientX+3,6);
3499 fbInspectFrame.style.width=size.width+"px";
3554 var width=box.width;
3555 var freeHorizontalSpace=scrollPosition.left+windowSize.width-left-width-(!isIE&&scrollSize.height>w…
3556 …rollPosition.top+windowSize.height-top-height-(!isIE&&scrollSize.width>windowSize.width?scrollbarS…
3564 style.width=width+"px";
3569 style.width=border+"px";
3573 style.width=width+"px"
3576 style.width=border+"px"
3579 style.left=left+width+"px";
3581 style.width=(freeHorizontalSpace<border?freeHorizontalSpace:border)+"px"
3585 style.width=border+"px"
3599 …ft>scrollPosition.left+windowSize.width||scrollPosition.top>box.top+box.height||scrollPosition.lef…
3603 var width=box.width;
3610 boxModelStyle.width=width+margin.left+margin.right+"px";
3614 boxBorderStyle.width=width+"px";
3618 boxPaddingStyle.width=width-border.left-border.right+"px";
3622 boxContentStyle.width=width-border.left-padding.left-padding.right-border.right+"px";
4824 this.input.style.width=w+"px";
4828 }var approxTextWidth=this.textSize.width;
4834 this.input.style.width="100%";
4835 this.box.style.width=approxTextWidth+"px"
4836 }else{var charWidth=this.measureInputText("m").width;
4840 this.box.style.width=(inputWidth+xDiff)+"px"
4841 }else{this.box.style.width="auto"
4843 this.box.style.width=(inputWidth+xDiff)+"px"
4844 }this.input.style.width=inputWidth+"px"
4845 }this.expander.style.width=approxTextWidth+"px";
5326 Firebug.NetMonitor.NetLimit=domplate(Firebug.Rep,{collapsed:true,tableTag:DIV(TABLE({width:"100%",c…
6635 }var updateInfoTip=function(){var w=img.naturalWidth||img.width||10,h=img.naturalHeight||img.height…
6640 bgImg.style.width=maxWidth+"px";
6647 if(w>maxWidth){bgImg.style.width=maxWidth+"px"
6648 }else{bgImg.style.width=w+"px"
6652 bgImg.style.width=maxWidth+"px";
6654 }else{if(w>maxWidth||h>maxHeight){if(w>h){img.style.width=maxWidth+"px";
6656 }else{img.style.width=Math.round((w/h)*maxHeight)+"px";
7485 …role:"listitem"},SPAN({"class":"cssInheritLabel"},"$group.title")),TABLE({width:"100%",role:"group…
7773 var SizerRow=TR({role:"presentation"},TD({width:"30%"}),TD({width:"70%"}));