Home | History | Annotate | Download | only in login

Lines Matching refs:clientArea

277       var clientArea = $('outer-container');
278 var bottom = parseInt(window.getComputedStyle(clientArea).bottom);
279 clientArea.style.minHeight = cr.ui.toCssPx(height - bottom);