Home | History | Annotate | Download | only in platform

Lines Matching refs:delegatesScrolling

231 void ScrollView::setDelegatesScrolling(bool delegatesScrolling)
233 m_delegatesScrolling = delegatesScrolling;
447 if (delegatesScrolling()) {
507 if (m_inUpdateScrollbars || prohibitsScrolling() || delegatesScrolling() || platformWidget())