Searched refs:m_constrainsScrollingToContentEdge (Results 1 – 3 of 3) sorted by relevance
61 bool constrainsScrollingToContentEdge() const { return m_constrainsScrollingToContentEdge; } in constrainsScrollingToContentEdge()62 …lingToContentEdge(bool constrainsScrollingToContentEdge) { m_constrainsScrollingToContentEdge = co… in setConstrainsScrollingToContentEdge()141 bool m_constrainsScrollingToContentEdge; variable
47 , m_constrainsScrollingToContentEdge(true) in ScrollableArea()
15043 Initialize m_constrainsScrollingToContentEdge to true.15046 Only constrain the offset if the m_constrainsScrollingToContentEdge is set.