Home
last modified time | relevance | path

Searched refs:isWebKitAnimationEvent (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/dom/
DWebKitAnimationEvent.h55 virtual bool isWebKitAnimationEvent() const { return true; } in isWebKitAnimationEvent() function
DEvent.cpp132 bool Event::isWebKitAnimationEvent() const in isWebKitAnimationEvent() function in WebCore::Event
DEvent.h114 virtual bool isWebKitAnimationEvent() const;
/external/webkit/WebCore/bindings/js/
DJSEventCustom.cpp131 else if (event->isWebKitAnimationEvent()) in toJS()