Searched refs:RunAnimationFrame (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/animation/
H A Dscrollbar_animation_controller_linear_fade.h35 virtual void RunAnimationFrame(float progress) OVERRIDE;
H A Dscrollbar_animation_controller.cc37 RunAnimationFrame(progress);
H A Dscrollbar_animation_controller.h45 virtual void RunAnimationFrame(float progress) = 0;
H A Dscrollbar_animation_controller_linear_fade.cc35 void ScrollbarAnimationControllerLinearFade::RunAnimationFrame(float progress) { function in class:cc::ScrollbarAnimationControllerLinearFade
H A Dscrollbar_animation_controller_thinning.h45 virtual void RunAnimationFrame(float progress) OVERRIDE;
H A Dscrollbar_animation_controller_thinning.cc48 void ScrollbarAnimationControllerThinning::RunAnimationFrame(float progress) { function in class:cc::ScrollbarAnimationControllerThinning

Completed in 76 milliseconds