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.cpp94 , m_appendBufferAsyncPartRunner(this, &SourceBuffer::appendBufferAsyncPart) in SourceBuffer()
389 m_appendBufferAsyncPartRunner.stop(); in abortIfUpdating()
455 m_appendBufferAsyncPartRunner.suspend(); in suspend()
462 m_appendBufferAsyncPartRunner.resume(); in resume()
469 m_appendBufferAsyncPartRunner.stop(); in stop()
531 m_appendBufferAsyncPartRunner.runAsync(); in appendBufferInternal()
572 m_appendBufferAsyncPartRunner.runAsync(); in appendBufferAsyncPart()
DSourceBuffer.h136 AsyncMethodRunner<SourceBuffer> m_appendBufferAsyncPartRunner; variable