Home
last modified time | relevance | path

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

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