HomeSort by relevance Sort by last modified time
    Searched refs:handlePostRenderTasks (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioDestinationNode.cpp 90 context()->handlePostRenderTasks();
AudioContext.h 139 void handlePostRenderTasks();
153 // Called right before handlePostRenderTasks() to handle nodes which need to be pulled even when they are not connected to anything.
277 // This is copied to m_nodesToDelete at the end of a render cycle in handlePostRenderTasks(), where we're assured of a stable graph
279 // (when handlePostRenderTasks() has completed).
AudioContext.cpp 711 void AudioContext::handlePostRenderTasks()
762 // since all connections are gone and we hold the graph lock. Then when handlePostRenderTasks()

Completed in 39 milliseconds