Searched refs:ScrollbarAnimationControllerThinning (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/animation/
H A Dscrollbar_animation_controller_thinning.cc19 scoped_ptr<ScrollbarAnimationControllerThinning>
20 ScrollbarAnimationControllerThinning::Create(
25 return make_scoped_ptr(new ScrollbarAnimationControllerThinning(
29 ScrollbarAnimationControllerThinning::ScrollbarAnimationControllerThinning( function in class:cc::ScrollbarAnimationControllerThinning
45 ScrollbarAnimationControllerThinning::~ScrollbarAnimationControllerThinning() {
48 void ScrollbarAnimationControllerThinning::RunAnimationFrame(float progress) {
60 void ScrollbarAnimationControllerThinning::DidMouseMoveOffScrollbar() {
68 void ScrollbarAnimationControllerThinning
[all...]
H A Dscrollbar_animation_controller_thinning.h17 class CC_EXPORT ScrollbarAnimationControllerThinning class in namespace:cc
20 static scoped_ptr<ScrollbarAnimationControllerThinning> Create(
26 virtual ~ScrollbarAnimationControllerThinning();
39 ScrollbarAnimationControllerThinning(
74 DISALLOW_COPY_AND_ASSIGN(ScrollbarAnimationControllerThinning);
H A Dscrollbar_animation_controller_thinning_unittest.cc57 scrollbar_controller_ = ScrollbarAnimationControllerThinning::Create(
67 scoped_ptr<ScrollbarAnimationControllerThinning> scrollbar_controller_;
/external/chromium_org/cc/trees/
H A Dlayer_tree_impl.cc801 return ScrollbarAnimationControllerThinning::Create(
H A Dlayer_tree_host_impl_unittest.cc1616 ScrollbarAnimationControllerThinning* scrollbar_animation_controller =
1617 static_cast<ScrollbarAnimationControllerThinning*>(

Completed in 3149 milliseconds