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

/external/chromium_org/cc/animation/
H A Dlayer_animation_controller.h47 void AbortAnimations(Animation::TargetProperty target_property);
H A Dlayer_animation_controller_unittest.cc1040 controller->AbortAnimations(Animation::Opacity);
1542 // Tests that AbortAnimations aborts all animations targeting the specified
1544 TEST(LayerAnimationControllerTest, AbortAnimations) {
1589 controller->AbortAnimations(Animation::Transform);
1622 controller->AbortAnimations(Animation::Opacity);
1658 controller_impl->AbortAnimations(Animation::Opacity);
1770 controller_impl->AbortAnimations(Animation::Opacity);
H A Dlayer_animation_controller.cc97 void LayerAnimationController::AbortAnimations( function in class:cc::LayerAnimationController
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_animation.cc1212 root_controller_impl->AbortAnimations(Animation::Opacity);
1213 root_controller_impl->AbortAnimations(Animation::Transform);
1214 child_controller_impl->AbortAnimations(Animation::Opacity);
H A Dlayer_tree_host_common_unittest.cc7956 grand_parent->layer_animation_controller()->AbortAnimations(
7958 parent_raw->layer_animation_controller()->AbortAnimations(
7960 child_raw->layer_animation_controller()->AbortAnimations(
7980 child_raw->layer_animation_controller()->AbortAnimations(

Completed in 126 milliseconds