Searched refs:m_automaticPullNodesNeedUpdating (Results 1 – 2 of 2) sorted by relevance
107 , m_automaticPullNodesNeedUpdating(false) in AudioContext()128 , m_automaticPullNodesNeedUpdating(false) in AudioContext()152 if (m_automaticPullNodesNeedUpdating) in ~AudioContext()810 m_automaticPullNodesNeedUpdating = true; in addAutomaticPullNode()820 m_automaticPullNodesNeedUpdating = true; in removeAutomaticPullNode()828 if (m_automaticPullNodesNeedUpdating) { in updateAutomaticPullNodes()838 m_automaticPullNodesNeedUpdating = false; in updateAutomaticPullNodes()
327 bool m_automaticPullNodesNeedUpdating; variable