HomeSort by relevance Sort by last modified time
    Searched defs:WebKitAnimationEvent (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
WebKitAnimationEvent.cpp 27 #include "WebKitAnimationEvent.h"
33 WebKitAnimationEvent::WebKitAnimationEvent()
38 WebKitAnimationEvent::WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime)
45 WebKitAnimationEvent::~WebKitAnimationEvent()
49 void WebKitAnimationEvent::initWebKitAnimationEvent(const AtomicString& type,
64 const String& WebKitAnimationEvent::animationName() const
69 double WebKitAnimationEvent::elapsedTime() cons
    [all...]
WebKitAnimationEvent.h 33 class WebKitAnimationEvent : public Event {
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 88 milliseconds