Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListBox.h89 virtual bool canBeProgramaticallyScrolled() const OVERRIDE { return true; } in canBeProgramaticallyScrolled() function
DRenderTextControl.h85 virtual bool canBeProgramaticallyScrolled() const OVERRIDE FINAL { return true; } in canBeProgramaticallyScrolled() function
DRenderBox.cpp701 bool RenderBox::canBeProgramaticallyScrolled() const in canBeProgramaticallyScrolled() function in WebCore::RenderBox