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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 274 int pixelSnappedScrollHeight() const;
488 bool hasScrollableOverflowY() const { return scrollsOverflowY() && pixelSnappedScrollHeight() != pixelSnappedClientHeight(); }
    [all...]
RenderTreeAsText.cpp 543 if (l.renderBox() && l.renderBox()->pixelSnappedClientHeight() != l.renderBox()->pixelSnappedScrollHeight())
544 ts << " scrollHeight " << l.renderBox()->pixelSnappedScrollHeight();
RenderBox.cpp 401 int RenderBox::pixelSnappedScrollHeight() const
698 return canBeProgramaticallyScrolled() && (pixelSnappedScrollHeight() != pixelSnappedClientHeight() || pixelSnappedScrollWidth() != pixelSnappedClientWidth());
    [all...]

Completed in 57 milliseconds