Searched refs:m_horizontalScrollElasticity (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DScrollableArea.h67 void setHorizontalScrollElasticity(ScrollElasticity scrollElasticity) { m_horizontalScrollElasticity = scrollElasticity; }
68 ScrollElasticity horizontalScrollElasticity() const { return m_horizontalScrollElasticity; }
146 ScrollElasticity m_horizontalScrollElasticity; member in class:WebCore::ScrollableArea
H A DScrollableArea.cpp50 , m_horizontalScrollElasticity(ScrollElasticityNone)

Completed in 199 milliseconds