Searched refs:pixelSnappedClientWidth (Results 1 – 5 of 5) sorted by relevance
520 box().pixelSnappedClientWidth() : box().pixelSnappedClientHeight(); in pageStep()652 int clientWidth = box().pixelSnappedClientWidth(); in updateAfterLayout()752 int clientWidth = box().pixelSnappedClientWidth(); in updateAfterOverflowRecalc()770 int maxX = scrollWidth() - box().pixelSnappedClientWidth(); in clampScrollOffset()
261 int pixelSnappedClientWidth() const;487 …wX() const { return scrollsOverflowX() && pixelSnappedScrollWidth() != pixelSnappedClientWidth(); } in hasScrollableOverflowX()
541 …if (l.renderBox() && l.renderBox()->pixelSnappedClientWidth() != l.renderBox()->pixelSnappedScroll… in write()
346 int RenderBox::pixelSnappedClientWidth() const in pixelSnappedClientWidth() function in WebCore::RenderBox698 …lHeight() != pixelSnappedClientHeight() || pixelSnappedScrollWidth() != pixelSnappedClientWidth()); in canBeScrolledAndHasScrollableArea()
610 … return adjustLayoutUnitForAbsoluteZoom(renderer->pixelSnappedClientWidth(), *renderer).round(); in clientWidth()