Searched refs:isRubberBandInProgress (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DScrollElasticityController.h89 bool isRubberBandInProgress() const;
H A DScrollAnimatorMac.h130 virtual bool isRubberBandInProgress() const OVERRIDE;
H A DScrollElasticityController.mm387 bool ScrollElasticityController::isRubberBandInProgress() const
H A DScrollAnimatorMac.mm797 bool ScrollAnimatorMac::isRubberBandInProgress() const
802 return m_scrollElasticityController.isRubberBandInProgress();
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimator.h102 virtual bool isRubberBandInProgress() const { return false; } function in class:blink::ScrollAnimator
H A DScrollableArea.h182 virtual bool isRubberBandInProgress() const { return false; } function in class:blink::ScrollableArea
H A DScrollView.cpp504 if (!isRubberBandInProgress())
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h162 virtual bool isRubberBandInProgress() const OVERRIDE;
H A DFrameView.cpp1646 bool FrameView::isRubberBandInProgress() const function in class:blink::FrameView
1652 // ScrollAnimator::isRubberBandInProgress().
1654 return scrollAnimator->isRubberBandInProgress();

Completed in 607 milliseconds