Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DSourceBuffer.cpp71 , m_appendWindowEnd(std::numeric_limits<double>::infinity()) in SourceBuffer()
167 if (start < 0 || start >= m_appendWindowEnd) { in setAppendWindowStart()
180 return m_appendWindowEnd; in appendWindowEnd()
205 m_appendWindowEnd = end; in setAppendWindowEnd()
DSourceBuffer.h125 double m_appendWindowEnd; variable