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

  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.cc 256 void WebLayerImpl::removeAnimation(int animation_id) {
257 layer_->RemoveAnimation(animation_id);
260 void WebLayerImpl::removeAnimation(
263 layer_->layer_animation_controller()->RemoveAnimation(
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 1048 platformLayer()->removeAnimation(animation->id(), animation->targetProperty());
    [all...]

Completed in 491 milliseconds