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

  /external/webkit/Source/WebCore/platform/
ScrollableArea.h 64 void setVerticalScrollElasticity(ScrollElasticity scrollElasticity) { m_verticalScrollElasticity = scrollElasticity; }
65 ScrollElasticity verticalScrollElasticity() const { return m_verticalScrollElasticity; }
67 void setHorizontalScrollElasticity(ScrollElasticity scrollElasticity) { m_horizontalScrollElasticity = scrollElasticity; }
68 ScrollElasticity horizontalScrollElasticity() const { return m_horizontalScrollElasticity; }
145 ScrollElasticity m_verticalScrollElasticity;
146 ScrollElasticity m_horizontalScrollElasticity
    [all...]
ScrollTypes.h 111 enum ScrollElasticity {

Completed in 22 milliseconds