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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNodeInput.cpp 64 node()->ref(AudioNode::RefTypeConnection);
80 node()->deref(AudioNode::RefTypeConnection); // Note: it's important to return immediately after all deref() calls since the node may be deleted.
88 node()->deref(AudioNode::RefTypeConnection); // Note: it's important to return immediately after all deref() calls since the node may be deleted.
AudioNode.cpp 485 case RefTypeConnection:
499 if (refType == RefTypeConnection)
527 ASSERT(refType == RefTypeConnection);
547 case RefTypeConnection:
570 } else if (refType == RefTypeConnection)
AudioBufferSourceNode.cpp 493 pannerNode->ref(AudioNode::RefTypeConnection);
495 m_pannerNode->deref(AudioNode::RefTypeConnection);
504 m_pannerNode->deref(AudioNode::RefTypeConnection);
AudioNode.h 98 enum RefType { RefTypeNormal, RefTypeConnection };
AudioContext.cpp 695 node->ref(AudioNode::RefTypeConnection);
703 node->deref(AudioNode::RefTypeConnection);
717 m_referencedNodes[i]->deref(AudioNode::RefTypeConnection);
851 node->finishDeref(AudioNode::RefTypeConnection);
    [all...]

Completed in 176 milliseconds