Searched defs:WebKitAnimation (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DWebKitAnimation.h36 class WebKitAnimation : public RefCounted<WebKitAnimation> { class in namespace:WebCore
39 static PassRefPtr<WebKitAnimation> create(PassRefPtr<KeyframeAnimation> keyframeAnimation)
41 return adoptRef(new WebKitAnimation(keyframeAnimation));
44 virtual ~WebKitAnimation() { }
73 WebKitAnimation(PassRefPtr<KeyframeAnimation>);
H A DWebKitAnimation.cpp27 #include "WebKitAnimation.h"
37 WebKitAnimation::WebKitAnimation(PassRefPtr<KeyframeAnimation> keyframeAnimation) function in class:WebCore::WebKitAnimation
42 String WebKitAnimation::name() const
47 double WebKitAnimation::duration() const
52 double WebKitAnimation::elapsedTime() const
57 void WebKitAnimation::setElapsedTime(double time)
62 double WebKitAnimation::delay() const
67 int WebKitAnimation::iterationCount() const
72 bool WebKitAnimation
[all...]

Completed in 75 milliseconds