Home
last modified time | relevance | path

Searched refs:canBeProgramaticallyScrolled (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControl.h85 virtual bool canBeProgramaticallyScrolled() const { return true; } in canBeProgramaticallyScrolled() function
DRenderListBox.h87 virtual bool canBeProgramaticallyScrolled() const { return true; } in canBeProgramaticallyScrolled() function
DRenderBox.h457 virtual bool canBeProgramaticallyScrolled() const;
DRenderBox.cpp543 } 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
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp713 …&& m_mousePressNode->renderBox() && m_mousePressNode->renderBox()->canBeProgramaticallyScrolled()); in handleMousePressEvent()