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

/external/webkit/Source/WebCore/dom/
H A DWebKitAnimationEvent.cpp27 #include "WebKitAnimationEvent.h"
33 WebKitAnimationEvent::WebKitAnimationEvent() function in class:WebCore::WebKitAnimationEvent
38 WebKitAnimationEvent::WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime) function in class:WebCore::WebKitAnimationEvent
45 WebKitAnimationEvent::~WebKitAnimationEvent()
49 void WebKitAnimationEvent::initWebKitAnimationEvent(const AtomicString& type,
64 const String& WebKitAnimationEvent::animationName() const
69 double WebKitAnimationEvent
[all...]
H A DWebKitAnimationEvent.h33 class WebKitAnimationEvent : public Event { class in namespace:WebCore
35 static PassRefPtr<WebKitAnimationEvent> create()
37 return adoptRef(new WebKitAnimationEvent);
39 static PassRefPtr<WebKitAnimationEvent> create(const AtomicString& type, const String& animationName, double elapsedTime)
41 return adoptRef(new WebKitAnimationEvent(type, animationName, elapsedTime));
44 virtual ~WebKitAnimationEvent();
58 WebKitAnimationEvent();
59 WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime);

Completed in 52 milliseconds