isRubberBandInProgress 1771 Source/core/frame/FrameView.cpp         return scrollAnimator->isRubberBandInProgress();
isRubberBandInProgress  155 Source/core/frame/FrameView.h     virtual bool isRubberBandInProgress() const OVERRIDE;
isRubberBandInProgress  130 Source/platform/mac/ScrollAnimatorMac.h     virtual bool isRubberBandInProgress() const OVERRIDE;
isRubberBandInProgress   71 Source/platform/mac/ScrollElasticityController.h     bool isRubberBandInProgress() const;
isRubberBandInProgress  102 Source/platform/scroll/ScrollAnimator.h     virtual bool isRubberBandInProgress() const { return false; }
isRubberBandInProgress  487 Source/platform/scroll/ScrollView.cpp     if (!isRubberBandInProgress())
isRubberBandInProgress  171 Source/platform/scroll/ScrollableArea.h     virtual bool isRubberBandInProgress() const { return false; }