HomeSort by relevance Sort by last modified time
    Searched refs:m_horizontalScrollElasticity (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/
ScrollableArea.h 67 void setHorizontalScrollElasticity(ScrollElasticity scrollElasticity) { m_horizontalScrollElasticity = scrollElasticity; }
68 ScrollElasticity horizontalScrollElasticity() const { return m_horizontalScrollElasticity; }
146 ScrollElasticity m_horizontalScrollElasticity;
ScrollableArea.cpp 50 , m_horizontalScrollElasticity(ScrollElasticityNone)

Completed in 38 milliseconds