Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/mac/
DScrollElasticityController.h71 bool isRubberBandInProgress() const;
DScrollElasticityController.mm135 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
DScrollAnimatorMac.h131 virtual bool isRubberBandInProgress() const OVERRIDE;
DScrollAnimatorMac.mm711 bool ScrollAnimatorMac::isRubberBandInProgress() const
716 return m_scrollElasticityController.isRubberBandInProgress();
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollAnimator.h102 virtual bool isRubberBandInProgress() const { return false; } in isRubberBandInProgress() function
DScrollableArea.h161 virtual bool isRubberBandInProgress() const { return false; } in isRubberBandInProgress() function
DScrollView.cpp492 if (!isRubberBandInProgress()) in updateScrollbars()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h170 virtual bool isRubberBandInProgress() const OVERRIDE;
DFrameView.cpp1757 bool FrameView::isRubberBandInProgress() const in isRubberBandInProgress() function in WebCore::FrameView
1765 return scrollAnimator->isRubberBandInProgress(); in isRubberBandInProgress()