HomeSort by relevance Sort by last modified time
    Searched defs:canBeProgramaticallyScrolled (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderTextControl.h 99 virtual bool canBeProgramaticallyScrolled(bool) const { return true; }
RenderListBox.h 84 virtual bool canBeProgramaticallyScrolled(bool) const { return true; }
RenderBox.cpp 659 return canBeProgramaticallyScrolled(false) && (scrollHeight() != clientHeight() || scrollWidth() != clientWidth());
662 bool RenderBox::canBeProgramaticallyScrolled(bool) const
    [all...]

Completed in 142 milliseconds