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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 511 box().pixelSnappedClientWidth() : box().pixelSnappedClientHeight();
650 int clientHeight = box().pixelSnappedClientHeight();
675 return pixelSnappedScrollHeight() > box().pixelSnappedClientHeight();
765 int clientHeight = box().pixelSnappedClientHeight();
780 int maxY = scrollHeight() - box().pixelSnappedClientHeight();
    [all...]
RenderBox.h 263 int pixelSnappedClientHeight() const;
488 bool hasScrollableOverflowY() const { return scrollsOverflowY() && pixelSnappedScrollHeight() != pixelSnappedClientHeight(); }
    [all...]
RenderTreeAsText.cpp 545 if (l.renderBox() && l.renderBox()->pixelSnappedClientHeight() != l.renderBox()->pixelSnappedScrollHeight())
RenderBox.cpp 334 int RenderBox::pixelSnappedClientHeight() const
677 return canBeProgramaticallyScrolled() && (pixelSnappedScrollHeight() != pixelSnappedClientHeight() || pixelSnappedScrollWidth() != pixelSnappedClientWidth());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 611 return adjustLayoutUnitForAbsoluteZoom(renderer->pixelSnappedClientHeight(), *renderer).round();
    [all...]

Completed in 56 milliseconds