HomeSort by relevance Sort by last modified time
    Searched defs:pixelSnappedScrollHeight (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 431 return -scrollOrigin() + IntPoint(pixelSnappedScrollWidth(), pixelSnappedScrollHeight()) - enclosingIntRect(box().clientBoxRect()).size();
547 int RenderLayerScrollableArea::pixelSnappedScrollHeight() const
675 return pixelSnappedScrollHeight() > box().pixelSnappedClientHeight();
    [all...]
RenderBox.cpp 384 int RenderBox::pixelSnappedScrollHeight() const
677 return canBeProgramaticallyScrolled() && (pixelSnappedScrollHeight() != pixelSnappedClientHeight() || pixelSnappedScrollWidth() != pixelSnappedClientWidth());
    [all...]

Completed in 180 milliseconds