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

  /external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h 154 virtual void removeAnimation(int animationId) = 0;
157 virtual void removeAnimation(int animationId, WebAnimation::TargetProperty) = 0;
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.h 90 virtual void removeAnimation(int animation_id);
91 virtual void removeAnimation(int animation_id,
web_layer_impl.cc 198 void WebLayerImpl::removeAnimation(int animation_id) {
199 layer_->RemoveAnimation(animation_id);
202 void WebLayerImpl::removeAnimation(
205 layer_->layer_animation_controller()->RemoveAnimation(
  /external/chromium_org/third_party/WebKit/Source/web/tests/
GraphicsLayerTest.cpp 106 m_platformLayer->removeAnimation(animationId);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.h 344 void removeAnimation(const String& /*animationName*/);
GraphicsLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp     [all...]

Completed in 101 milliseconds