Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DScrollableArea.h64 …void setVerticalScrollElasticity(ScrollElasticity scrollElasticity) { m_verticalScrollElasticity =… in setVerticalScrollElasticity() function
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm710 [scrollView setVerticalScrollElasticity:NSScrollElasticityAutomatic];
1136 [scrollView setVerticalScrollElasticity:NSScrollElasticityNone];
/external/webkit/Source/WebCore/page/
DFrameView.cpp152 ScrollableArea::setVerticalScrollElasticity(ScrollElasticityAllowed); in FrameView()
/external/webkit/Source/WebCore/
DChangeLog23071 (WebCore::ScrollableArea::setVerticalScrollElasticity):