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.cpp121 , 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()
DAudioContext.h314 bool m_automaticPullNodesNeedUpdating; variable