Home
last modified time | relevance | path

Searched refs:hasEvents (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimationNode.h129 bool hasEvents() const { return m_eventDelegate; } in hasEvents() function
DAnimation.cpp206 if (hasEvents()) { in calculateTimeToEffectChange()