Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/src/
DWebDOMEvent.cpp201 bool WebDOMEvent::isWebKitAnimationEvent() const in isWebKitAnimationEvent() function in WebKit::WebDOMEvent
204 return m_private->isWebKitAnimationEvent(); in isWebKitAnimationEvent()
/external/webkit/Source/WebCore/dom/
DWebKitAnimationEvent.h55 virtual bool isWebKitAnimationEvent() const { return true; } in isWebKitAnimationEvent() function
DEvent.cpp157 bool Event::isWebKitAnimationEvent() const in isWebKitAnimationEvent() function in WebCore::Event
DEvent.h119 virtual bool isWebKitAnimationEvent() const;
/external/webkit/Source/WebKit/chromium/public/
DWebDOMEvent.h92 WEBKIT_API bool isWebKitAnimationEvent() const;
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8EventCustom.cpp146 if (impl->isWebKitAnimationEvent()) in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSEventCustom.cpp172 else if (event->isWebKitAnimationEvent()) in toJS()