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

  /external/webkit/Source/WebCore/webaudio/
AudioNode.cpp 180 case RefTypeConnection:
194 if (m_connectionRefCount == 1 && refType == RefTypeConnection) {
245 case RefTypeConnection:
272 } else if (refType == RefTypeConnection) {
AudioNodeInput.cpp 65 node()->ref(AudioNode::RefTypeConnection);
81 node()->deref(AudioNode::RefTypeConnection); // Note: it's important to return immediately after all deref() calls since the node may be deleted.
111 node()->deref(AudioNode::RefTypeConnection); // Note: it's important to return immediately after all deref() calls since the node may be deleted.
129 node()->ref(AudioNode::RefTypeConnection);
AudioNode.h 79 enum RefType { RefTypeNormal, RefTypeConnection, RefTypeDisabled };
AudioContext.cpp 350 node->ref(AudioNode::RefTypeConnection);
358 node->deref(AudioNode::RefTypeConnection);
372 m_referencedNodes[i]->deref(AudioNode::RefTypeConnection);

Completed in 28 milliseconds