Searched refs:m_inUpdateScrollbars (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DScrollView.cpp60 , m_inUpdateScrollbars(false)
507 if (m_inUpdateScrollbars || prohibitsScrolling() || delegatesScrolling() || platformWidget())
514 m_inUpdateScrollbars = true;
516 m_inUpdateScrollbars = false;
596 m_inUpdateScrollbars = true;
656 m_inUpdateScrollbars = false;
H A DScrollView.h363 bool m_inUpdateScrollbars; member in class:WebCore::ScrollView

Completed in 44 milliseconds