Home | History | Annotate | Download | only in dom

Lines Matching refs:clientHeight

358 int Element::clientHeight()
362 // When in strict mode, clientHeight for the document element should return the height of the containing frame.
363 // When in quirks mode, clientHeight for the body element should return the height of the containing frame.
375 return adjustForAbsoluteZoom(rend->clientHeight(), rend);