HomeSort by relevance Sort by last modified time
    Searched defs:removeAnimation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/blink/
web_layer_impl.cc 247 void WebLayerImpl::removeAnimation(int animation_id) {
248 layer_->RemoveAnimation(animation_id);
251 void WebLayerImpl::removeAnimation(
254 layer_->layer_animation_controller()->RemoveAnimation(
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 977 platformLayer()->removeAnimation(animation->id(), animation->targetProperty());
986 void GraphicsLayer::removeAnimation(int animationId)
988 platformLayer()->removeAnimation(animationId);
    [all...]

Completed in 349 milliseconds