ScrollElasticity   78 Source/platform/scroll/ScrollableArea.h     void setVerticalScrollElasticity(ScrollElasticity scrollElasticity) { m_verticalScrollElasticity = scrollElasticity; }
ScrollElasticity   79 Source/platform/scroll/ScrollableArea.h     ScrollElasticity verticalScrollElasticity() const { return static_cast<ScrollElasticity>(m_verticalScrollElasticity); }
ScrollElasticity   81 Source/platform/scroll/ScrollableArea.h     void setHorizontalScrollElasticity(ScrollElasticity scrollElasticity) { m_horizontalScrollElasticity = scrollElasticity; }
ScrollElasticity   82 Source/platform/scroll/ScrollableArea.h     ScrollElasticity horizontalScrollElasticity() const { return static_cast<ScrollElasticity>(m_horizontalScrollElasticity); }