Searched refs:canBeProgramaticallyScrolled (Results 1 – 5 of 5) sorted by relevance
85 virtual bool canBeProgramaticallyScrolled() const { return true; } in canBeProgramaticallyScrolled() function
87 virtual bool canBeProgramaticallyScrolled() const { return true; } in canBeProgramaticallyScrolled() function
457 virtual bool canBeProgramaticallyScrolled() const;
543 } else if (!parentBox && canBeProgramaticallyScrolled()) { in scrollRectToVisible()804 …return canBeProgramaticallyScrolled() && (scrollHeight() != clientHeight() || scrollWidth() != cli… in canBeScrolledAndHasScrollableArea()807 bool RenderBox::canBeProgramaticallyScrolled() const in canBeProgramaticallyScrolled() function in WebCore::RenderBox
713 …&& m_mousePressNode->renderBox() && m_mousePressNode->renderBox()->canBeProgramaticallyScrolled()); in handleMousePressEvent()