Searched refs:m_streamMaxSize (Results 1 – 2 of 2) sorted by relevance
77 , 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()
135 unsigned long long m_streamMaxSize; variable