Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DScriptedAnimationController.cpp41 , m_suspendCount(0) in ScriptedAnimationController()
47 ++m_suspendCount; in suspend()
52 --m_suspendCount; in resume()
53 if (!m_suspendCount && m_callbacks.size()) in resume()
65 if (!m_suspendCount) in registerCallback()
84 if (!m_callbacks.size() || m_suspendCount) in serviceScriptedAnimations()
DScriptedAnimationController.h66 int m_suspendCount; variable