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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp458 } else if (!parentBox && canBeProgramaticallyScrolled()) {
677 return canBeProgramaticallyScrolled() && (pixelSnappedScrollHeight() != pixelSnappedClientHeight() || pixelSnappedScrollWidth() != pixelSnappedClientWidth());
680 bool RenderBox::canBeProgramaticallyScrolled() const function in class:blink::RenderBox

Completed in 76 milliseconds