Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollableArea.h62 bool constrainsScrollingToContentEdge() const { return m_constrainsScrollingToContentEdge; } in constrainsScrollingToContentEdge() function
63 …void setConstrainsScrollingToContentEdge(bool constrainsScrollingToContentEdge) { m_constrainsScro… in setConstrainsScrollingToContentEdge()