Home
last modified time | relevance | path

Searched refs:notifyContentAreaScrolled (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollAnimator.h100 virtual void notifyContentAreaScrolled(const FloatSize&) { } in notifyContentAreaScrolled() function
DScrollableArea.cpp188 scrollAnimator()->notifyContentAreaScrolled(scrollPosition() - oldPosition); in scrollPositionChanged()
/external/chromium_org/third_party/WebKit/Source/platform/mac/
DScrollAnimatorMac.h125 virtual void notifyContentAreaScrolled(const FloatSize& delta) OVERRIDE;
DScrollAnimatorMac.mm728 notifyContentAreaScrolled(delta);
961 void ScrollAnimatorMac::notifyContentAreaScrolled(const FloatSize& delta)