HomeSort by relevance Sort by last modified time
    Searched refs:delegatesScrolling (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 224 void ScrollView::setDelegatesScrolling(bool delegatesScrolling)
226 m_delegatesScrolling = delegatesScrolling;
416 if (delegatesScrolling()) {
476 if (m_inUpdateScrollbars || prohibitsScrolling() || delegatesScrolling() || platformWidget())
    [all...]
ScrollView.h 128 bool delegatesScrolling() const { return m_delegatesScrolling; }

Completed in 887 milliseconds