Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DScrollableArea.h67 …void setHorizontalScrollElasticity(ScrollElasticity scrollElasticity) { m_horizontalScrollElastici… in setHorizontalScrollElasticity() function
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm711 [scrollView setHorizontalScrollElasticity:NSScrollElasticityAutomatic];
1137 [scrollView setHorizontalScrollElasticity:NSScrollElasticityNone];
/external/webkit/Source/WebCore/page/
DFrameView.cpp153 ScrollableArea::setHorizontalScrollElasticity(ScrollElasticityAllowed); in FrameView()
/external/webkit/Source/WebCore/
DChangeLog23073 (WebCore::ScrollableArea::setHorizontalScrollElasticity):