Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTextControl.h99 virtual bool canBeProgramaticallyScrolled(bool) const { return true; } in canBeProgramaticallyScrolled() function
DRenderListBox.h84 virtual bool canBeProgramaticallyScrolled(bool) const { return true; } in canBeProgramaticallyScrolled() function
DRenderBox.cpp662 bool RenderBox::canBeProgramaticallyScrolled(bool) const in canBeProgramaticallyScrolled() function in WebCore::RenderBox