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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp511 box().pixelSnappedClientWidth() : box().pixelSnappedClientHeight();
646 int clientWidth = box().pixelSnappedClientWidth();
668 return pixelSnappedScrollWidth() > box().pixelSnappedClientWidth();
761 int clientWidth = box().pixelSnappedClientWidth();
779 int maxX = scrollWidth() - box().pixelSnappedClientWidth();
H A DRenderBox.h262 int pixelSnappedClientWidth() const;
487 bool hasScrollableOverflowX() const { return scrollsOverflowX() && pixelSnappedScrollWidth() != pixelSnappedClientWidth(); }
H A DRenderTreeAsText.cpp543 if (l.renderBox() && l.renderBox()->pixelSnappedClientWidth() != l.renderBox()->pixelSnappedScrollWidth())
H A DRenderBox.cpp329 int RenderBox::pixelSnappedClientWidth() const function in class:blink::RenderBox
677 return canBeProgramaticallyScrolled() && (pixelSnappedScrollHeight() != pixelSnappedClientHeight() || pixelSnappedScrollWidth() != pixelSnappedClientWidth());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp590 return adjustLayoutUnitForAbsoluteZoom(renderer->pixelSnappedClientWidth(), *renderer).round();

Completed in 4419 milliseconds