Searched refs:calcHeight (Results 1 – 2 of 2) sorted by relevance
206 var calcHeight = 0;209 calcHeight = window.innerHeight;213 …calcHeight = (document.compatMode == 'CSS1Compat' ? document.documentElement.clientHeight : docume…217 calcHeight = Math.max(calcHeight - 2 * border, 0);222 if (calcHeight % 2) {223 calcHeight--;227 this.height = calcHeight;
50 var servers_height = calcHeight(rack['servers']);51 var cages_height = calcHeight(rack['cages']);235 function calcHeight (items) { function