Home | History | Annotate | Download | only in login

Lines Matching refs:clientArea

284       var clientArea = $('outer-container');
285 var bottom = parseInt(window.getComputedStyle(clientArea).bottom);
286 clientArea.style.minHeight = cr.ui.toCssPx(height - bottom);