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 231 void ScrollView::setDelegatesScrolling(bool delegatesScrolling)
233 m_delegatesScrolling = delegatesScrolling;
447 if (delegatesScrolling()) {
507 if (m_inUpdateScrollbars || prohibitsScrolling() || delegatesScrolling() || platformWidget())
    [all...]
ScrollView.h 132 bool delegatesScrolling() const { return m_delegatesScrolling; }

Completed in 53 milliseconds