Searched defs:ScrollAnimator (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/animation/
H A Dscroll_animator.cc32 ScrollAnimator::ScrollAnimator(ScrollDelegate* delegate) function in class:views::ScrollAnimator
42 ScrollAnimator::~ScrollAnimator() {
46 void ScrollAnimator::Start(float velocity_x, float velocity_y) {
59 void ScrollAnimator::Stop() {
64 void ScrollAnimator::AnimationEnded(const gfx::Animation* animation) {
68 void ScrollAnimator::AnimationProgressed(const gfx::Animation* animation) {
78 void ScrollAnimator::AnimationCanceled(const gfx::Animation* animation) {
H A Dscroll_animator.h28 class VIEWS_EXPORT ScrollAnimator : public gfx::AnimationDelegate { class in namespace:views
30 // The ScrollAnimator does not own the delegate. Uses default acceleration.
31 explicit ScrollAnimator(ScrollDelegate* delegate);
32 virtual ~ScrollAnimator();
58 DISALLOW_COPY_AND_ASSIGN(ScrollAnimator);
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimator.cpp32 #include "platform/scroll/ScrollAnimator.h"
41 ScrollAnimator::ScrollAnimator(ScrollableArea* scrollableArea) function in class:blink::ScrollAnimator
48 ScrollAnimator::~ScrollAnimator()
52 bool ScrollAnimator::scroll(ScrollbarOrientation orientation, ScrollGranularity, float step, float delta)
65 void ScrollAnimator::scrollToOffsetWithoutAnimation(const FloatPoint& offset)
72 bool ScrollAnimator::handleWheelEvent(const PlatformWheelEvent& e)
123 void ScrollAnimator::setCurrentPosition(const FloatPoint& position)
129 FloatPoint ScrollAnimator
[all...]
H A DScrollAnimator.h48 class PLATFORM_EXPORT ScrollAnimator { class in namespace:blink
49 WTF_MAKE_FAST_ALLOCATED; WTF_MAKE_NONCOPYABLE(ScrollAnimator);
51 static PassOwnPtr<ScrollAnimator> create(ScrollableArea*);
53 virtual ~ScrollAnimator();
105 explicit ScrollAnimator(ScrollableArea*);

Completed in 366 milliseconds