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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.h 147 int pixelSnappedScrollHeight() const;
RenderLayerScrollableArea.cpp 431 return -scrollOrigin() + IntPoint(pixelSnappedScrollWidth(), pixelSnappedScrollHeight()) - enclosingIntRect(box().clientBoxRect()).size();
547 int RenderLayerScrollableArea::pixelSnappedScrollHeight() const
675 return pixelSnappedScrollHeight() > box().pixelSnappedClientHeight();
    [all...]
RenderBox.h 275 int pixelSnappedScrollHeight() const;
488 bool hasScrollableOverflowY() const { return scrollsOverflowY() && pixelSnappedScrollHeight() != pixelSnappedClientHeight(); }
    [all...]
RenderTreeAsText.cpp 545 if (l.renderBox() && l.renderBox()->pixelSnappedClientHeight() != l.renderBox()->pixelSnappedScrollHeight())
546 ts << " scrollHeight " << l.renderBox()->pixelSnappedScrollHeight();
RenderBox.cpp 384 int RenderBox::pixelSnappedScrollHeight() const
677 return canBeProgramaticallyScrolled() && (pixelSnappedScrollHeight() != pixelSnappedClientHeight() || pixelSnappedScrollWidth() != pixelSnappedClientWidth());
    [all...]

Completed in 187 milliseconds