Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderTextControl.h99 virtual bool canBeProgramaticallyScrolled(bool) const { return true; } in canBeProgramaticallyScrolled() function
H A DRenderListBox.h84 virtual bool canBeProgramaticallyScrolled(bool) const { return true; } in canBeProgramaticallyScrolled() function
H A DRenderBox.cpp652 bool RenderBox::canBeProgramaticallyScrolled(bool) const in canBeProgramaticallyScrolled() function in WebCore::RenderBox