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

/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/
H A DScrollingTree.h140 bool m_mainFramePinnedToTheBottom; member in class:WebCore::ScrollingTree
H A DScrollingTree.cpp59 , m_mainFramePinnedToTheBottom(false)
243 m_mainFramePinnedToTheBottom = pinnedToTheBottom;
358 if (wheelEvent.deltaY() < 0 && m_mainFramePinnedToTheBottom && !m_rubberBandsAtBottom)

Completed in 79 milliseconds