Lines Matching refs:windowHeight
91 var windowHeight = ($(window).height() - HEADER_HEIGHT);
92 var swapperHeight = windowHeight - 13;
94 sidenav.css({height:windowHeight + "px"});
95 content.css({height:windowHeight + "px"});
308 var windowHeight = ($(window).height() - HEADER_HEIGHT);
309 var swapperHeight = windowHeight - 13; // move 13px for swapper link at the bottom
327 var windowHeight = ($(window).height() - HEADER_HEIGHT);
328 docContent.css({height:windowHeight + "px"});
329 $("#side-nav").css({height:windowHeight + "px"});
334 var swapperHeight = windowHeight - 13;