Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollableArea.h68 …rizontalScrollElasticity(ScrollElasticity scrollElasticity) { m_horizontalScrollElasticity = scrol… in setHorizontalScrollElasticity()
69 …talScrollElasticity() const { return static_cast<ScrollElasticity>(m_horizontalScrollElasticity); } in horizontalScrollElasticity()
229 unsigned m_horizontalScrollElasticity : 2; // ScrollElasticity variable
DScrollableArea.cpp76 , m_horizontalScrollElasticity(ScrollElasticityNone) in ScrollableArea()