Home | History | Annotate | Download | only in rendering

Lines Matching refs:clientWidth

253 // More IE extensions.  clientWidth and clientHeight represent the interior of an object
255 int RenderBox::clientWidth() const
271 return max(clientWidth(), rightmostPosition(true, false) - borderLeft());
272 return clientWidth() - min(0, leftmostPosition(true, false) - borderLeft());
437 return canBeProgramaticallyScrolled(false) && (scrollHeight() != clientHeight() || scrollWidth() != clientWidth());