Searched defs:PauseAnimation (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/animation/
H A Dlayer_animation_controller.cc41 void LayerAnimationController::PauseAnimation(int animation_id, function in class:cc::LayerAnimationController
/external/chromium_org/cc/layers/
H A Dlayer.cc1110 void Layer::PauseAnimation(int animation_id, double time_offset) { function in class:cc::Layer
1111 layer_animation_controller_->PauseAnimation(animation_id, time_offset);

Completed in 138 milliseconds