Lines Matching refs:height

220 			,	height: 	"auto"  property in $.layout.config.east.cssReq
233 , height: "auto" property in $.layout.config.west.cssReq
244 , height: "auto" property in $.layout.config.center.cssReq
327 , d = { width: $c.outerWidth - $c[0].clientWidth, height: 100 - $c[0].clientHeight }; property in $.layout.getScrollbarSize.d
330 window.scrollbarHeight = d.height;
406 x.height = R($E.height());
1278 $E.css({ height: h, visibility: "visible" }); // may have been 'hidden' by sizeContent
1433 , height: 0 property in calcNewCenterPaneDims.d
1439 d.height = sC.innerHeight - d.bottom - d.top; // outerHeight
1875 height: $N.css("height")
1882 height: "auto" // FF would return a fixed px-size!
1936 height: "100%"
1946 , height: "100%"
1958 , height: "auto"
2339 CSS.height = cssH($P, size);
2437 case "center": // top, left, width & height set by sizeMidPanes()
2812 , height: s.outerHeight
2955 css.height = "100%";
4169 …if (!force && s.isVisible && newCenter.width === s.outerWidth && newCenter.height === s.outerHeigh…
4176 , maxHeight: newCenter.height
4180 s.newHeight = CSS.height;
4184 CSS.height = cssH($P, CSS.height);
4185 hasRoom = CSS.width >= 0 && CSS.height >= 0; // height >= 0 = ALWAYS TRUE NOW
4223 if (!force && !s.noVerticalRoom && newCenter.height === s.outerHeight) {
4230 s.newSize = newCenter.height
4232 CSS.height = cssH($P, newCenter.height);
4233 s.maxHeight = CSS.height;
4423 if (!$C.is(":visible") || m.height != newH) {
4426 m.height = newH; // save new height
4445 , height: $C.outerHeight() property in AnonymousFunction24390a5e2600._measure.m
4451 m.bottom = m.top + m.height;
4510 , height: cssH($R, spacing) // ditto
4518 height: cssH($R, paneLen) // account for borders & padding
4565 , height: cssH($T, spacing) // ditto
4576 var height = cssH($T, togLen);
4578 height: height // account for borders & padding
4586 $TC.css("marginTop", round((height-$TC.outerHeight())/2)); // could be negative