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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.h 146 int pixelSnappedScrollWidth() const;
RenderLayerScrollableArea.cpp 431 return -scrollOrigin() + IntPoint(pixelSnappedScrollWidth(), pixelSnappedScrollHeight()) - enclosingIntRect(box().clientBoxRect()).size();
542 int RenderLayerScrollableArea::pixelSnappedScrollWidth() const
668 return pixelSnappedScrollWidth() > box().pixelSnappedClientWidth();
    [all...]
RenderBox.h 274 int pixelSnappedScrollWidth() const;
487 bool hasScrollableOverflowX() const { return scrollsOverflowX() && pixelSnappedScrollWidth() != pixelSnappedClientWidth(); }
    [all...]
RenderTreeAsText.cpp 543 if (l.renderBox() && l.renderBox()->pixelSnappedClientWidth() != l.renderBox()->pixelSnappedScrollWidth())
544 ts << " scrollWidth " << l.renderBox()->pixelSnappedScrollWidth();
RenderBox.cpp 379 int RenderBox::pixelSnappedScrollWidth() const
677 return canBeProgramaticallyScrolled() && (pixelSnappedScrollHeight() != pixelSnappedClientHeight() || pixelSnappedScrollWidth() != pixelSnappedClientWidth());
    [all...]

Completed in 48 milliseconds