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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListBox.h87 virtual bool canBeProgramaticallyScrolled() const { return true; } function in class:WebCore::FINAL
H A DRenderTextControl.h79 virtual bool canBeProgramaticallyScrolled() const { return true; } function in class:WebCore::RenderTextControl
H A DRenderBox.cpp765 return canBeProgramaticallyScrolled() && (scrollHeight() != clientHeight() || scrollWidth() != clientWidth());
768 bool RenderBox::canBeProgramaticallyScrolled() const function in class:WebCore::RenderBox

Completed in 70 milliseconds