Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollableArea.h87 …void setHorizontalScrollElasticity(ScrollElasticity scrollElasticity) { m_horizontalScrollElastici… in setHorizontalScrollElasticity() function
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp133 ScrollableArea::setHorizontalScrollElasticity(ScrollElasticityAllowed); in FrameView()