Home
last modified time | relevance | path

Searched refs:m_animationName (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
DWebKitAnimationEvent.cpp40 , m_animationName(animationName) in WebKitAnimationEvent()
60 m_animationName = animationName; in initWebKitAnimationEvent()
66 return m_animationName; in animationName()
DWebKitAnimationEvent.h61 String m_animationName; variable
/external/webkit/Source/WebCore/rendering/style/
DKeyframeList.h65 : m_animationName(animationName) in KeyframeList()
76 const AtomicString& animationName() const { return m_animationName; } in animationName()
91 AtomicString m_animationName;