Searched defs:pixelSnappedClientHeight (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp334 int RenderBox::pixelSnappedClientHeight() const function in class:blink::RenderBox
677 return canBeProgramaticallyScrolled() && (pixelSnappedScrollHeight() != pixelSnappedClientHeight() || pixelSnappedScrollWidth() != pixelSnappedClientWidth());

Completed in 103 milliseconds