Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollableArea.h62 bool constrainsScrollingToContentEdge() const { return m_constrainsScrollingToContentEdge; } in constrainsScrollingToContentEdge()
63 …lingToContentEdge(bool constrainsScrollingToContentEdge) { m_constrainsScrollingToContentEdge = co… in setConstrainsScrollingToContentEdge()
224 unsigned m_constrainsScrollingToContentEdge : 1; variable
DScrollableArea.cpp73 : m_constrainsScrollingToContentEdge(true) in ScrollableArea()