Searched defs:canBeProgramaticallyScrolled (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ | ||
H A D | RenderListBox.h | 87 virtual bool canBeProgramaticallyScrolled() const { return true; } function in class:WebCore::FINAL |
H A D | RenderTextControl.h | 79 virtual bool canBeProgramaticallyScrolled() const { return true; } function in class:WebCore::RenderTextControl |
H A D | RenderBox.cpp | 765 return canBeProgramaticallyScrolled() && (scrollHeight() != clientHeight() || scrollWidth() != clientWidth()); 768 bool RenderBox::canBeProgramaticallyScrolled() const function in class:WebCore::RenderBox |
Completed in 299 milliseconds