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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.h 87 virtual bool canBeProgramaticallyScrolled() const { return true; }
RenderTextControl.h 85 virtual bool canBeProgramaticallyScrolled() const { return true; }
RenderBox.cpp 543 } else if (!parentBox && canBeProgramaticallyScrolled()) {
804 return canBeProgramaticallyScrolled() && (scrollHeight() != clientHeight() || scrollWidth() != clientWidth());
807 bool RenderBox::canBeProgramaticallyScrolled() const
    [all...]

Completed in 126 milliseconds