Home
last modified time | relevance | path

Searched refs:m_constrainsScrollingToContentEdge (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollableArea.h61 bool constrainsScrollingToContentEdge() const { return m_constrainsScrollingToContentEdge; } in constrainsScrollingToContentEdge()
62 …lingToContentEdge(bool constrainsScrollingToContentEdge) { m_constrainsScrollingToContentEdge = co… in setConstrainsScrollingToContentEdge()
141 bool m_constrainsScrollingToContentEdge; variable
DScrollableArea.cpp47 , m_constrainsScrollingToContentEdge(true) in ScrollableArea()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1615043 Initialize m_constrainsScrollingToContentEdge to true.
15046 Only constrain the offset if the m_constrainsScrollingToContentEdge is set.