Home
last modified time | relevance | path

Searched refs:m_automaticPullNodesNeedUpdating (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioContext.cpp107 , 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()
DAudioContext.h327 bool m_automaticPullNodesNeedUpdating; variable