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

  /external/webkit/WebCore/platform/
ScrollView.h 105 bool prohibitsScrolling() const { return m_prohibitsScrolling; }
ScrollView.cpp 282 if (view->prohibitsScrolling()) // Allow the views to scroll into view recursively until we hit one that prohibits scrolling.
303 if (prohibitsScrolling())
339 if (m_inUpdateScrollbars || prohibitsScrolling() || platformWidget())
    [all...]

Completed in 1223 milliseconds