Searched defs:Animation (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/animation/
H A DAnimation.cpp23 #include "Animation.h"
27 Animation::Animation() function in class:WebCore::Animation
48 Animation::Animation(const Animation& o) function in class:WebCore::Animation
49 : RefCounted<Animation>()
70 Animation& Animation::operator=(const Animation
[all...]
H A DAnimation.h38 class Animation : public RefCounted<Animation> { class in namespace:WebCore
40 ~Animation();
42 static PassRefPtr<Animation> create() { return adoptRef(new Animation); };
55 // We can make placeholder Animation objects to keep the comma-separated lists
104 Animation& operator=(const Animation& o);
107 bool animationsMatch(const Animation*, bool matchPlayStates = true) const;
109 // return true every Animation i
[all...]
/external/webkit/WebCore/platform/graphics/
H A DGraphicsLayer.h31 #include "Animation.h"
277 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*keyframesName*/, double /*timeOffset*/) { return false; } argument

Completed in 397 milliseconds