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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp329 int RenderBox::pixelSnappedClientWidth() const function in class:blink::RenderBox
677 return canBeProgramaticallyScrolled() && (pixelSnappedScrollHeight() != pixelSnappedClientHeight() || pixelSnappedScrollWidth() != pixelSnappedClientWidth());

Completed in 125 milliseconds