Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DSourceBuffer.cpp77 , m_streamMaxSize(0) in SourceBuffer()
244 m_streamMaxSize = maxSize; in appendStream()
560 if (m_streamMaxSizeValid && !m_streamMaxSize) { in appendStreamAsyncPart()
567 m_loader->start(executionContext(), *m_stream, m_streamMaxSizeValid ? m_streamMaxSize : 0); in appendStreamAsyncPart()
611 m_streamMaxSize = 0; in clearAppendStreamState()
DSourceBuffer.h135 unsigned long long m_streamMaxSize; variable