Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DSourceBuffer.cpp59 static bool throwExceptionIfRemovedOrUpdating(bool isRemoved, bool isUpdating, ExceptionState& exce… in throwExceptionIfRemovedOrUpdating() function
139 if (throwExceptionIfRemovedOrUpdating(isRemoved(), m_updating, exceptionState)) in setMode()
188 if (throwExceptionIfRemovedOrUpdating(isRemoved(), m_updating, exceptionState)) in setTimestampOffset()
219 if (throwExceptionIfRemovedOrUpdating(isRemoved(), m_updating, exceptionState)) in setAppendWindowStart()
247 if (throwExceptionIfRemovedOrUpdating(isRemoved(), m_updating, exceptionState)) in setAppendWindowEnd()
346 if (throwExceptionIfRemovedOrUpdating(isRemoved(), m_updating, exceptionState)) in remove()
508 if (throwExceptionIfRemovedOrUpdating(isRemoved(), m_updating, exceptionState)) in appendBufferInternal()
629 if (throwExceptionIfRemovedOrUpdating(isRemoved(), m_updating, exceptionState)) in appendStreamInternal()