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

  /external/webkit/WebCore/rendering/
RenderListBox.h 79 virtual bool canBeProgramaticallyScrolled(bool) const { return true; }
RenderTextControl.h 104 virtual bool canBeProgramaticallyScrolled(bool) const { return true; }
RenderBox.cpp 432 return canBeProgramaticallyScrolled(false) && (scrollHeight() != clientHeight() || scrollWidth() != clientWidth());
435 bool RenderBox::canBeProgramaticallyScrolled(bool) const
    [all...]

Completed in 67 milliseconds