Searched defs:m_nodesToDelete (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioContext.h294 // This is copied to m_nodesToDelete at the end of a render cycle in handlePostRenderTasks(), where we're assured of a stable graph
295 // state which will have no references to any of the nodes in m_nodesToDelete once the context lock is released
300 Vector<AudioNode*> m_nodesToDelete; member in class:WebCore::AudioContext

Completed in 62 milliseconds