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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ReverbConvolver.cpp 125 m_backgroundThread = adoptPtr(blink::Platform::current()->createThread("Reverb convolution background thread"));
131 m_backgroundThread.clear();
178 if (m_backgroundThread)
179 m_backgroundThread->postTask(new Task(WTF::bind(&ReverbConvolver::processInBackground, this)));
ReverbConvolver.h 86 OwnPtr<blink::WebThread> m_backgroundThread;

Completed in 22 milliseconds