Home
last modified time | relevance | path

Searched refs:pixelSnappedClientWidth (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp520 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()
DRenderBox.h261 int pixelSnappedClientWidth() const;
487 …wX() const { return scrollsOverflowX() && pixelSnappedScrollWidth() != pixelSnappedClientWidth(); } in hasScrollableOverflowX()
DRenderTreeAsText.cpp541 …if (l.renderBox() && l.renderBox()->pixelSnappedClientWidth() != l.renderBox()->pixelSnappedScroll… in write()
DRenderBox.cpp346 int RenderBox::pixelSnappedClientWidth() const in pixelSnappedClientWidth() function in WebCore::RenderBox
698 …lHeight() != pixelSnappedClientHeight() || pixelSnappedScrollWidth() != pixelSnappedClientWidth()); in canBeScrolledAndHasScrollableArea()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp610 … return adjustLayoutUnitForAbsoluteZoom(renderer->pixelSnappedClientWidth(), *renderer).round(); in clientWidth()