Searched refs:isRubberBandInProgress (Results 1 – 9 of 9) sorted by relevance
71 bool isRubberBandInProgress() const;
135 bool wasRubberBandInProgress = isRubberBandInProgress();136 // Call snapRubberBand() even if isRubberBandInProgress() is false. For example,138 // isRubberBandInProgress() is not (e.g. the overhang area is empty).375 bool ScrollElasticityController::isRubberBandInProgress() const
131 virtual bool isRubberBandInProgress() const OVERRIDE;
711 bool ScrollAnimatorMac::isRubberBandInProgress() const716 return m_scrollElasticityController.isRubberBandInProgress();
102 virtual bool isRubberBandInProgress() const { return false; } in isRubberBandInProgress() function
161 virtual bool isRubberBandInProgress() const { return false; } in isRubberBandInProgress() function
492 if (!isRubberBandInProgress()) in updateScrollbars()
170 virtual bool isRubberBandInProgress() const OVERRIDE;
1757 bool FrameView::isRubberBandInProgress() const in isRubberBandInProgress() function in WebCore::FrameView1765 return scrollAnimator->isRubberBandInProgress(); in isRubberBandInProgress()