Searched defs:startAnimation (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
H A DImplicitAnimation.cpp109 bool ImplicitAnimation::startAnimation(double timeOffset) function in class:WebCore::ImplicitAnimation
H A DKeyframeAnimation.cpp248 bool KeyframeAnimation::startAnimation(double timeOffset) function in class:WebCore::KeyframeAnimation
254 return layer->backing()->startAnimation(timeOffset, m_animation.get(), m_keyframes);
H A DAnimationBase.h204 virtual bool startAnimation(double /*timeOffset*/) { return false; } function in class:WebCore::AnimationBase
/external/webkit/Source/WebCore/platform/graphics/
H A DBitmapImage.cpp305 void BitmapImage::startAnimation(bool catchUpIfNecessary) function in class:WebCore::BitmapImage
386 // to update the region and thus startAnimation() is reached again.)
390 // reach here we're behind again. If we let startAnimation() run
394 // as possible, so force startAnimation() to set a zero-delay timer
396 startAnimation(false);
426 // startAnimation() again to keep the animation moving.
H A DImage.h120 // Animation begins whenever someone draws the image, so startAnimation() is not normally called.
122 virtual void startAnimation(bool /*catchUpIfNecessary*/ = true) { } function in class:WebCore::Image
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java932 public void startAnimation(Animation anim) { method in class:ShadowView
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp974 image->startAnimation();
1287 bool RenderLayerBacking::startAnimation(double timeOffset, const Animation* anim, const KeyframeList& keyframes) function in class:WebCore::RenderLayerBacking

Completed in 147 milliseconds