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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp431 return -scrollOrigin() + IntPoint(pixelSnappedScrollWidth(), pixelSnappedScrollHeight()) - enclosingIntRect(box().clientBoxRect()).size();
547 int RenderLayerScrollableArea::pixelSnappedScrollHeight() const function in class:blink::RenderLayerScrollableArea
675 return pixelSnappedScrollHeight() > box().pixelSnappedClientHeight();
H A DRenderBox.cpp384 int RenderBox::pixelSnappedScrollHeight() const function in class:blink::RenderBox
677 return canBeProgramaticallyScrolled() && (pixelSnappedScrollHeight() != pixelSnappedClientHeight() || pixelSnappedScrollWidth() != pixelSnappedClientWidth());

Completed in 47 milliseconds