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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.cpp 55 , m_connectionRefCount(0)
78 this, nodeType(), m_connectionRefCount, s_nodeCount[nodeType()]);
448 if (m_isDisabled && m_connectionRefCount > 0) {
464 if (m_connectionRefCount <= 1 && !m_isDisabled) {
486 atomicIncrement(&m_connectionRefCount);
490 this, nodeType(), m_connectionRefCount, s_nodeCount[nodeType()]);
529 atomicDecrement(&m_connectionRefCount);
533 this, nodeType(), m_connectionRefCount, s_nodeCount[nodeType()]);
536 if (!m_connectionRefCount)
AudioNode.h 214 volatile int m_connectionRefCount;

Completed in 3033 milliseconds