Searched refs:addAnimation (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.h68 virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, const String& keyframesName, double timeOffset);
H A DGraphicsLayerQt.cpp1630 bool GraphicsLayerQt::addAnimation(const KeyframeValueList& values, const IntSize& boxSize, const Animation* anim, const String& keyframesName, double timeOffset) function in class:WebCore::GraphicsLayerQt
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h86 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*keyframesName*/, double /*timeOffset*/) { return false; } function in class:WebCore::GraphicsLayerTextureMapper
/external/chromium/chrome/browser/resources/
H A Dprint_preview_animations.js185 function addAnimation(code) { function
220 var animName = addAnimation(
/external/webkit/Tools/QtTestBrowser/
H A Dwebview.cpp203 t1->addAnimation(yRotationAnim);
213 t2->addAnimation(yRotationAnim);
/external/replicaisland/src/com/replica/replicaisland/
H A DSpriteComponent.java153 public final void addAnimation(SpriteAnimation anim) { method in class:SpriteComponent
H A DGameObjectFactory.java644 sprite.addAnimation((SpriteAnimation)entry);
6003 sprite.addAnimation(idle);
6012 blast1Sprite.addAnimation(smallBlast1);
6021 blast2Sprite.addAnimation(smallBlast2);
6030 blast3Sprite.addAnimation(smallBlast3);
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.h88 virtual bool addAnimation(const KeyframeValueList& valueList,
H A DGraphicsLayerAndroid.cpp899 bool GraphicsLayerAndroid::addAnimation(const KeyframeValueList& valueList, function in class:WebCore::GraphicsLayerAndroid
958 m_contentLayer->addAnimation(anim.release());
1002 m_contentLayer->addAnimation(anim.release());
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
H A DWebFullScreenManagerMac.mm218 [caLayer addAnimation:zoomAnimation forKey:@"zoom"];
270 [caLayer addAnimation:zoomAnimation forKey:@"zoom"];
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h304 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*animationName*/, double /*timeOffset*/) { return false; } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayerAndroid.h189 void addAnimation(PassRefPtr<AndroidAnimation> anim);
H A DLayerAndroid.cpp297 void LayerAndroid::addAnimation(PassRefPtr<AndroidAnimation> prpAnim) function in class:WebCore::LayerAndroid
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.h105 virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, const String& animationName, double timeOffset);
H A DGraphicsLayerCA.cpp605 bool GraphicsLayerCA::addAnimation(const KeyframeValueList& valueList, const IntSize& boxSize, const Animation* anim, const String& animationName, double timeOffset) function in class:WebCore::GraphicsLayerCA
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp1321 if (hasTransform && m_graphicsLayer->addAnimation(transformVector, toRenderBox(renderer())->borderBoxRect().size(), anim, keyframes.animationName(), timeOffset)) {
1326 if (hasOpacity && m_graphicsLayer->addAnimation(opacityVector, IntSize(), anim, keyframes.animationName(), timeOffset)) {
1357 if (m_graphicsLayer->addAnimation(opacityVector, IntSize(), opacityAnim, GraphicsLayer::animationNameForTransition(AnimatedPropertyOpacity), timeOffset)) {
1371 if (m_graphicsLayer->addAnimation(transformVector, toRenderBox(renderer())->borderBoxRect().size(), transformAnim, GraphicsLayer::animationNameForTransition(AnimatedPropertyWebkitTransform), timeOffset)) {
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFullScreenController.mm489 [rendererLayer addAnimation:zoomAnimation forKey:@"zoom"];
620 [rendererLayer addAnimation:zoomAnimation forKey:@"zoom"];
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm357 [m_layer.get() addAnimation:animation->m_animation.get() forKey:key];

Completed in 324 milliseconds