Home
last modified time | relevance | path

Searched refs:constrainsScrollingToContentEdge (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollableArea.h61 bool constrainsScrollingToContentEdge() const { return m_constrainsScrollingToContentEdge; } in constrainsScrollingToContentEdge() function
62 …llingToContentEdge(bool constrainsScrollingToContentEdge) { m_constrainsScrollingToContentEdge = c… in setConstrainsScrollingToContentEdge() argument
DScrollView.cpp381 if (constrainsScrollingToContentEdge()) { in setScrollOffset()
/external/webkit/Source/WebCore/platform/mac/
DScrollAnimatorMac.mm554 if (!m_scrollableArea->constrainsScrollingToContentEdge())
562 if (!m_scrollableArea->constrainsScrollingToContentEdge())
570 if (!m_scrollableArea->constrainsScrollingToContentEdge())
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1614088 (WebCore::ScrollableArea::constrainsScrollingToContentEdge):
15058 (WebCore::ScrollView::constrainsScrollingToContentEdge):