Searched refs:m_automaticPullNodesNeedUpdating (Results 1 – 2 of 2) sorted by relevance
121 , m_automaticPullNodesNeedUpdating(false) in AudioContext()146 , m_automaticPullNodesNeedUpdating(false) in AudioContext()188 if (m_automaticPullNodesNeedUpdating) in ~AudioContext()980 m_automaticPullNodesNeedUpdating = true; in addAutomaticPullNode()990 m_automaticPullNodesNeedUpdating = true; in removeAutomaticPullNode()998 if (m_automaticPullNodesNeedUpdating) { in updateAutomaticPullNodes()1008 m_automaticPullNodesNeedUpdating = false; in updateAutomaticPullNodes()
314 bool m_automaticPullNodesNeedUpdating; variable