HomeSort by relevance Sort by last modified time
    Searched refs:m_suspendCount (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
ScriptedAnimationController.cpp 41 , m_suspendCount(0)
47 ++m_suspendCount;
52 --m_suspendCount;
53 if (!m_suspendCount && m_callbacks.size())
65 if (!m_suspendCount)
84 if (!m_callbacks.size() || m_suspendCount)
ScriptedAnimationController.h 66 int m_suspendCount;

Completed in 133 milliseconds