Searched defs:shouldRubberBandInDirection (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.h160 virtual bool shouldRubberBandInDirection(ScrollDirection) const { return true; } function in class:WebCore::ScrollableArea
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp934 bool ChromeClientImpl::shouldRubberBandInDirection(WebCore::ScrollDirection direction) const function in class:blink::ChromeClientImpl
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp1749 bool FrameView::shouldRubberBandInDirection(ScrollDirection direction) const function in class:WebCore::FrameView
1753 return ScrollView::shouldRubberBandInDirection(direction);
1754 return page->chrome().client().shouldRubberBandInDirection(direction);

Completed in 152 milliseconds