Searched defs:delegatesScrolling (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DScrollView.h132 bool delegatesScrolling() const { return m_delegatesScrolling; } function in class:WebCore::ScrollView
H A DScrollView.cpp231 void ScrollView::setDelegatesScrolling(bool delegatesScrolling) argument
233 m_delegatesScrolling = delegatesScrolling;
447 if (delegatesScrolling()) {
507 if (m_inUpdateScrollbars || prohibitsScrolling() || delegatesScrolling() || platformWidget())

Completed in 439 milliseconds