Searched refs:constrainsScrollingToContentEdge (Results 1 – 4 of 4) sorted by relevance
62 bool constrainsScrollingToContentEdge() const { return m_constrainsScrollingToContentEdge; } in constrainsScrollingToContentEdge() function63 …llingToContentEdge(bool constrainsScrollingToContentEdge) { m_constrainsScrollingToContentEdge = c… in setConstrainsScrollingToContentEdge() argument
242 if (!constrainsScrollingToContentEdge()) in adjustScrollPositionWithinRange()
684 if (!m_scrollableArea->constrainsScrollingToContentEdge())
901 bool constrainsScrollingToContentEdgeOldValue = frameView->constrainsScrollingToContentEdge(); in setScrollViewPosition()