canBeProgramaticallyScrolled 690 Source/core/page/EventHandler.cpp || (m_mousePressNode && m_mousePressNode->renderBox() && m_mousePressNode->renderBox()->canBeProgramaticallyScrolled()); canBeProgramaticallyScrolled 485 Source/core/rendering/RenderBox.cpp } else if (!parentBox && canBeProgramaticallyScrolled()) { canBeProgramaticallyScrolled 726 Source/core/rendering/RenderBox.cpp return canBeProgramaticallyScrolled() && (scrollHeight() != clientHeight() || scrollWidth() != clientWidth()); canBeProgramaticallyScrolled 476 Source/core/rendering/RenderBox.h virtual bool canBeProgramaticallyScrolled() const; canBeProgramaticallyScrolled 88 Source/core/rendering/RenderListBox.h virtual bool canBeProgramaticallyScrolled() const OVERRIDE { return true; } canBeProgramaticallyScrolled 84 Source/core/rendering/RenderTextControl.h virtual bool canBeProgramaticallyScrolled() const OVERRIDE FINAL { return true; }