HomeSort by relevance Sort by last modified time
    Searched full:m_suspendcount (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptedAnimationController.cpp 48 , m_suspendCount(0)
67 ++m_suspendCount;
72 // It would be nice to put an ASSERT(m_suspendCount > 0) here, but in WK1 resume() can be called
74 if (m_suspendCount > 0)
75 --m_suspendCount;
177 if (m_suspendCount)
207 if (m_suspendCount)
ScriptedAnimationController.h 79 int m_suspendCount;
  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.h 129 int32_t m_suspend_count; // The current suspend count > 0 means we have suspended m_suspendCount times,
130 // < 0 means we have resumed it m_suspendCount times.

Completed in 325 milliseconds