Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DSourceBuffer.cpp72 , m_appendBufferAsyncPartRunner(this, &SourceBuffer::appendBufferAsyncPart) in SourceBuffer()
331 m_appendBufferAsyncPartRunner.stop(); in abortIfUpdating()
373 m_appendBufferAsyncPartRunner.suspend(); in suspend()
380 m_appendBufferAsyncPartRunner.resume(); in resume()
387 m_appendBufferAsyncPartRunner.stop(); in stop()
447 m_appendBufferAsyncPartRunner.runAsync(); in appendBufferInternal()
DSourceBuffer.h128 AsyncMethodRunner<SourceBuffer> m_appendBufferAsyncPartRunner; variable