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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControl.h85 virtual bool canBeProgramaticallyScrolled() const OVERRIDE FINAL { return true; }
H A DRenderBox.h474 virtual bool canBeProgramaticallyScrolled() const;
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
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp632 || (m_mousePressNode && m_mousePressNode->renderBox() && m_mousePressNode->renderBox()->canBeProgramaticallyScrolled());

Completed in 82 milliseconds