Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DScrollableArea.h67 …rizontalScrollElasticity(ScrollElasticity scrollElasticity) { m_horizontalScrollElasticity = scrol… in setHorizontalScrollElasticity()
68 ScrollElasticity horizontalScrollElasticity() const { return m_horizontalScrollElasticity; } in horizontalScrollElasticity()
146 ScrollElasticity m_horizontalScrollElasticity; variable
DScrollableArea.cpp50 , m_horizontalScrollElasticity(ScrollElasticityNone) in ScrollableArea()